Sorry for triple posting, but i have some new findings:

Correctly reading in Subfaces with the OpenFlight API is dependent on the node 
sequence.

Group
- child1 = Subface Node
- child2 = Other Geometry

does not produce a subface in the API. Where as

Group
- child1 = Other Geometry
- child2 = Subface Node

leads to the desired result. 

Do I have to garantee in osg, that the order of the nodes is correct before 
exporting to flt, or could the plugin be adjusted to put subface childs last? 
The latter would help to avoid invalid results in future for people who are not 
aware of the problem. 


Greetings,

Katharina

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





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

Reply via email to