Hello,
I want to make a 3d shape that alters itself depending on the object's size, just like the conveyor does when I rise its length. What would be the right way to accomplish this?
The way I am currently thinking would be drawing the 3d object parts with some modeling software, like Blender. And them use some graphic library (like openGL) that would read those objects and create the "complete" version taking its size in consideration.
The problem with this way is that it could get to a degree of complexity not intended. Is there an easier way?
Thanks.