[Tutor] visualizing a point on a 3-dimensional surface
Steven D'Aprano
steve at pearwood.info
Thu Aug 11 01:22:22 CEST 2011
Shwinn Ricci wrote:
> Say I have a point that I want to visualize by placing a small marker there
> on the surface of an object. However, what if it's a 3-dimensional object?
> Would you just use a 3-D coordinate system and then use a rotatable camera
> script to wheel around and get a better view of the point?
This has nothing to do with Python and would be best asked on a forum
about 3D rendering software.
But my guess for the answer is, Yes. (What else could you do?)
--
Steven
More information about the Tutor
mailing list