I think the problem with the generated file is that the vertex attributes begin 
at 6 and the attributes 0 to 5 are null pointers and are not written. Then when 
reading the reader expects 8 arrays but there are only 2 written so it messes 
up reading them. I also noticed that, unlike in the osg format there is no way 
to tell to what attribute number to bind an array.

Cheers,
Pjotr

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=58952#58952





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to