Hi,

I have been experimenting with osgdb's ability to export dae files. However 
when using the GL_QUADS primitive, I'm seeing an invalid pollylist being 
exported.

I get:


Code:
<polylist count="16" material="geometry_16_material">
<input offset="0" semantic="VERTEX" source="#geometry_16-vertices" set="0"/>
<input offset="1" semantic="NORMAL" source="#geometry_16-normals" set="0"/>
                                        <vcount>4</vcount>
                                        <p> ... 64 coordinates are listed here 
...</p>
                                </polylist>




Since the count is 16, should there not be 16 4s... instead of only one 4.

Thank you,

-Harley Armstrong[/code]

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





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to