Hi Pandako,
How do I change the near & far clipping of my camera? I would like to be able to get close to objects while having a 90 FOV.
(My previous issue is solved, after the update I redid my camera events & it worked fine)
Hello reina,
This extension does not yet support changing the "near" and "far" properties, but this can be done using Javascript.
"const Camera = gdjs.__WithThreeJS.get("Camera");"
This will give you access to the camera.
Please understand, however, that I do not recommend using Javascript to control this extension.
This extension will support changing camera properties in the future.