Alek Posted May 9, 2016 Share Posted May 9, 2016 In some situations I want to get very close to the object to see the detail. The problem is, when I get to the object to close (let's asume less than 0.5) the object disappears. Take a look at this example: http://www.babylonjs-playground.com/#21M1QY#0 and try to navigate to the sphere with forward arrow. Example show sphere with 0.01 size, but I wan't to be able to get to a smaller sizes to. Please help me find a good solution for this. I want to avoid projection in this situation. Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted May 9, 2016 Share Posted May 9, 2016 You can lower camera.minZ parameter to be able to go closer to your objects. webGLmmk 1 Quote Link to comment Share on other sites More sharing options...
Temechon Posted May 9, 2016 Share Posted May 9, 2016 Exactly : http://www.babylonjs-playground.com/#21M1QY#1 Quote Link to comment Share on other sites More sharing options...
Alek Posted May 9, 2016 Author Share Posted May 9, 2016 That is exactly what I was looking for. Thank You! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.