sapo17 / BachelorThesis

Simple material parameter estimator tool using Mitsuba 3 and Dr.Jit.
2 stars 0 forks source link

Extended vertex position clamp support #45

Closed sapo17 closed 1 year ago

sapo17 commented 1 year ago

Added extended vertex position clamp support for each coordinate axis. Thus each vertex can be restricted into: min_x < x < max_x , min_y < y < max_y, min_z < z < max_z Which allows using min and max values of the bounding box of an object.

sapo17 commented 1 year ago

See commit