File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/gdevelop5/extensions/with-three-js Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ Default is Yes.
8888Change the Opacity of a 3D Object.
8989The same value is set for multiple textures.
9090
91+ ** 🔎Change 3D Object Raycast Detection**
92+ Determines whether the 3D Object can be detected by Raycast.
93+ Default is detectable (Yes).
94+
9195** ↕️Change 3D Object Scale**
9296Change the Scale of a 3D Object.
9397Note that 3D Sprite and 3D Model were scaled when created.
@@ -273,6 +277,9 @@ This condition is valid only for animations with "Loop" set to "Once".
273277** 🎞️Check 3D Animation Is Playing**
274278Check if the 3D Animation is playing.
275279
280+ ** 🎥Check 3D Object Is Within 3D Camera FOV**
281+ Check if the position of the 3D Object is within the field of view of the 3D camera.
282+
276283** 🔊Check 3D Sound Is Playing**
277284Check if the 3D Sound is playing.
278285
You can’t perform that action at this time.
0 commit comments