ethnhe / raster_triangle

A simple renderer with z-buffer for synthesis data generating.
56 stars 21 forks source link

How to use generated information in models_info.yml ? #17

Closed MiriamJo closed 2 years ago

MiriamJo commented 2 years ago

I generated the info around my own 3D model (like corners, radius etc..)

Now I want to fill up the models_info.yml table with my own data. The diameter is simple, just mult the radius times 2. How can i get the other values? Can I use some of the values in corners.txt?

MiriamJo commented 2 years ago

I'm a bit confused since there are 8 corners to the bb with 8x3 values that define the points. When it says min_x/y/z does it mean i need to provide the smallest value of all x/y/z values? I guess size_x/y/z does refer to the length of the corresponding side? (so two points on one axis subtracted)?

MiriamJo commented 2 years ago

I generated the data with the help of Bop Toolkit. It would be really appreciated, if hints like this would be present in the readme.