Change clipping plane

Hi all,

I wonder if you can help me to change the clipping plane. I have manage to move the camera where I want (api.scene.camera.updateAsync) but then I can not see the first part of the geometry because the clipping plane is too far away.

The geometry is very big and I want the camera very close to it, so I wonder if I am pushing the limits a bit.

Thanks in advance for the help.
Best,
Tono

Near and far clipping planes are adjusted automatically and the camera should just work. But it might be that large bounding box of your model is causing some issues. Could you share a link to the model so we can have a closer look?

Thank you very much for the quick answer.

I have remove the largest surface and it works ok.