Home »
MCQs »
Babylon.js MCQs
____ is a method used in Babylon.js to identify the intersection of a ray and objects in the scene
15. ____ is a method used in Babylon.js to identify the intersection of a ray and objects in the scene.
- Raycasting
- Picking
- Intersection
- Raysection
Answer: A) Raycasting
Explanation:
Raycasting is a method used in Babylon.js to identify the intersection of a ray and objects in the scene.