thi-ng / luxor

Clojure based LXS scene graph compiler, generator & mesh exporter for Luxrender
Apache License 2.0
75 stars 3 forks source link

Materials need to be ordered in output #1

Closed postspectacular closed 10 years ago

postspectacular commented 10 years ago

Some materials can refer to others (eg. Mix, GlossyCoating) and in that case the referred material must have been already defined.

Proposal: form dependency graph and export in topo order