From: Braden M. <br...@en...> - 2006-11-14 13:39:43
|
On Tue, 2006-11-14 at 11:52 +0000, blue rpk wrote: > Hello > Pardon me for my ignorance, but how do > I see the console output. I am using the library and not any > application. Does it appear when I run an application? Well, you must be using *some* application. Have a look at what 0.16.1's sdl-viewer does; lines 89-94 and 121-124: <http://openvrml.cvs.sourceforge.net/openvrml/openvrml/examples/sdl_viewer.cpp?revision=1.11&view=markup> > Also, if I have a transform node pointer, what is the recommended > way to extract the rotation values? Right now I am just checking the > value by using the watch method of the debugger in Visual Studio. Call openvrml::transform_node::transform to get the openvrml::mat4f and use the openvrml::mat4f::transformation accessor. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |