Input z value during mesh sampling of plane
Posted: Fri Dec 05, 2025 12:11 pm
My goal is to sample point of primitive horizontal plane to get random z value
and user can input z value through GUI ( 2 12 19 etc)
In MeshSamplingTools.cpp line 399 , I added
This makes any horizontal plane rough z
Can you please add spin box and checkbox to allow user to insert z value in gui same of this
.
and user can input z value through GUI ( 2 12 19 etc)
In MeshSamplingTools.cpp line 399 , I added
double MyZ = dist(gen);
P.z = (19*MyZ);
This makes any horizontal plane rough z
Can you please add spin box and checkbox to allow user to insert z value in gui same of this
.