Hi, I have been looking at this example that I see posted on this forum a few times and I want to do something similar.
https://playground.babylonjs.com/#8562J8#1
Background:
Currently we generate random rectangular prisms that start on 0,0,0. And I want to create a measurable, standard-size grid so the user can judge scale. Maybe I will have the grid tick every 100 units or so which corresponds to 100mm in our program.
All the rectangles are different sizes, so I will increase/decrease the size of the ground grid circle accordingly to be maybe 30% larger than the object.
Questions:
-
Is it possible to make this ground grid into a circle instead of a square?
1a. I believe I answered my question by finding this topic: https://playground.babylonjs.com/#LAAHD8#1 -
Is it possible for the actual grid lines to fade-out on the edges?
-
How can I make the ground grid opacity go to 0% when viewing from underneath?
Thank you!