Camera Frustum MaxZ?

Hello,

Black corner in the FAR corner of the starbox…

image

Is this a camera MaxZ issue or…is box too big, or something else?

//Spacebox set like this...
nx.spacebox = BABYLON.Mesh.CreateBox("spacebox", 7500, nx.scene); //spacebox //from 5000
//and Cam zMax set like this...
nx.scene.activeCamera.maxZ = 11000;

So if I change the 11000 to 14000 should that fix it, or something else?

Thanksmuch…

Yes this is max plane clipping. Just increase camera.maxZ :slight_smile:

1 Like

Late night… setting camera.maxZ on wrong camera. : )

Thanks for being there DK. Confirmed maxZ si fixo a la problemo.

1 Like