We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a754bb commit 83750f7Copy full SHA for 83750f7
examples/3d-endless-terrain/3d-endless-terrain.json
@@ -1221,12 +1221,13 @@
1221
"conditions": [
1222
{
1223
"type": {
1224
- "value": "PickNearest"
+ "value": "CollisionNP"
1225
},
1226
"parameters": [
1227
+ "Rover",
1228
"NearHeightMap3D",
- "Rover.X()",
1229
- "Rover.Y()",
+ "",
1230
1231
""
1232
]
1233
}
@@ -3137,11 +3138,10 @@
3137
3138
"actions": [
3139
3140
- "value": "Delete"
3141
+ "value": "Cache"
3142
3143
- "Placeholder",
3144
- ""
+ "Placeholder"
3145
3146
3147
0 commit comments