From: Bruce S. <bas...@nc...> - 2010-07-17 18:07:37
|
The current version of VPython (5.32) offers a text object as well as a label object. The label object always faces the viewer, independent of rotation, whereas the (new) text object is extruded text that behaves like all other objects. Seems like one of these two should do what you want. The text object can have zero thickness. I'm not sure what you mean by a "time" display, but presumably you know about the graphing option. Bruce Sherwood On Fri, Jul 16, 2010 at 11:16 PM, Robert French <rf...@rf...> wrote: > Hi, > > I would like to display text in the graphics window (at an absolute pixel > coordinate) that does not move when the user rotates or zooms. For > example, consider the need to put a "time" display for a running > simulation. I've looked through the mailing list archives, and the code, > and can't find a way to do this, but it seems like a basic function. Is > there some way to do this? > > Thanks. > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |