auriamg / stk-code

The code base of supertuxkart
Other
0 stars 0 forks source link

Extend LOD support to work on billboards and particles #103

Open auriamg opened 10 years ago

auriamg commented 10 years ago

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

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

auriamg commented 10 years ago

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

auriamg 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)

auriamg 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

auriamg commented 10 years ago

Author: auria Done in r9728.

The rest can be pushed back to later

auriamg commented 10 years ago

Author: auria What's left :