[osg-users] Declaring and using Vec3d and other.
Danny Riflko
do_that3 at luukku.com
Sat Nov 7 01:36:08 PST 2009
Hi,
If I use in the main:
Vec4d C1 = Vec4d (1, 1,1, 1);
Then the vector has garbage in it.
But if I declare Vec4d C1 = Vec4d(); before main, then I can use the setter in the main to put some values in it, and it works.
Why is that? How does that work?
Thank you!
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=19311#19311
More information about the osg-users
mailing list