vipnj / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

request: public static const ROOTNODE in DAE #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
org.papervision3d.objects.parsers.DAE:

I'd like to request a static value for the rootNode name in the DAE class.
It's for error checking on the string when accessing the first child in a
DAE, and for the sake of future adaptations on the name "COLLADA_Scene" for
the first childnode.

public static const ROOTNODE:String = "COLLADA_Scene";

Original issue reported on code.google.com by mailingl...@gmail.com on 10 Nov 2008 at 1:41

GoogleCodeExporter commented 9 years ago
After giving a but more thought, a firstChild get method would be handy.
Then the request above would not be necessary.

Original comment by mailingl...@gmail.com on 10 Nov 2008 at 1:44

GoogleCodeExporter commented 9 years ago
Accepted. Tim ? 

Original comment by r.hauw...@gmail.com on 17 Nov 2008 at 12:31

GoogleCodeExporter commented 9 years ago
ROOTNODE_NAME is now a var in DAE. Fixed. Thank you for reporting.

Original comment by r.hauw...@gmail.com on 17 Nov 2008 at 1:42