Remove DebugPlane example

This commit is contained in:
Alexander Bock
2025-12-08 20:23:39 +01:00
parent d92e2716d0
commit e13d1515a5

View File

@@ -1,52 +0,0 @@
{
"profile": "empty",
"commands": [
{
"type": "asset",
"value": "examples/screenspacerenderable/screenspaceimagelocal/imagelocal.asset"
},
{
"type": "asset",
"value": "examples/screenspacerenderable/screenspacedebugplane/debugplane.asset"
},
{
"type": "property",
"value": {
"property": "ScreenSpace.ScreenSpaceDebugPlane_Example.FaceCamera",
"value": false
}
},
{
"type": "property",
"value": {
"property": "ScreenSpace.ScreenSpaceDebugPlane_Example.CartesianPosition",
"value": [
0.0,
0.9599999785423279,
-2.0
]
}
},
{
"type": "property",
"value": {
"property": "ScreenSpace.ScreenSpaceDebugPlane_Example.Scale",
"value": 1.4500000476837158
}
},
{
"type": "property",
"value": {
"property": "ScreenSpace.ScreenSpaceDebugPlane_Example.Texture",
"value": 2
}
},
{
"type": "wait",
"value": 5
},
{
"type": "screenshot"
}
]
}