Skip to content

No easy way to clone COLLADA models #59

@statico

Description

@statico

If I include a COLLADA model in my XML, say the rubber duckie sample:

<collada document="duck.dae" /> 

There doesn't seem to be a way of adding an arbitrary number of ducks to the scene graph.

I've tried creating a new GLGE.Object and setting its mesh and materials, but calling doc.getElement on the document's onLoad handler results in a GLGE.Collada object that is uninitialized -- it's missing the xml property and its children array is empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions