realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Add support for importing billboards in Ogre .scenes. #396

Open juj opened 12 years ago

juj commented 12 years ago

Ogre supports specifying BillboardSets in .scene files.

However, Tundra ignores these objects when importing a .scene file.

Add support for this in Tundra side.

An example .scene is available at http://dl.dropbox.com/u/40949268/Ogre/billboard_test.scene. The corresponding material file: http://dl.dropbox.com/u/40949268/Ogre/billboard_test.material.

juj commented 12 years ago

Also, particle scripts and possibly ribbon trails etc. could be imported like this. Investigate adding support for these as well.