drawing a 3d object (box();) in an 2d environment?
in
Programming Questions
•
4 months ago
hey folks,
for my processing project i need to draw a 3d shape ( box(); ) in a standard 2d envronment. in my programm i switch through different screens by clicking on different elements and on on of those screens i need a 3d box rotating.
the problem is, that when i set the global mode to P3D there is missing z-information for all 2 elements (so they layer in a different way) and - more important - they look very shitty (not so smooth).
is there a way where i can open a P3D environment just for this one object?
any help appreciated!
for my processing project i need to draw a 3d shape ( box(); ) in a standard 2d envronment. in my programm i switch through different screens by clicking on different elements and on on of those screens i need a 3d box rotating.
the problem is, that when i set the global mode to P3D there is missing z-information for all 2 elements (so they layer in a different way) and - more important - they look very shitty (not so smooth).
is there a way where i can open a P3D environment just for this one object?
any help appreciated!
1