supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Extend LOD support to work on billboards and particles #141

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

Extend LOD support to work on billboards and particles, examples of use :

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/141

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Updated LOD in r9663, r9664 is a step towards that

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria This will actually be a bit more difficult than expected :( that's because atm LOD nodes are only supported in the ... section of scene.xml, while particle emitters are outside of this block (what is inside and outside the block are also loaded separately in the code)

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Added limited support for LOD on emitters in r9718. Still needed : 1) add to panel/exporter 2) make sure no memory is leaked

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Done in r9728.

The rest can be pushed back to later

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria What's left :