Real-time Impostoring        
Print

Real-time_Impostoring.png
Author: Paul 'Tuan Kuranes' Cheyrou-Lagrèze
Project: External Project (Tuan Kuranes's site(external link))
Type: OGRE Library
Supported Platforms: Linux, Windows
Documentation: Tuan Kuranes's site(external link)
Sources: Tuan Kuranes's site(external link)
Binaries: Tuan Kuranes's site(external link)
Status and bug reports: OGRE Forums Thread


Ogre implementation of dynamic impostoring + texture Packing
http://www.gamasutra.com/features/20060105/davis_01.shtml(external link)

Little changelog
- changed exact screen-space LOD to distance LOD + screen space (much, much faster).
(Need Tweaking or Per Object pass to determine best LOD...)

Todo :

- Handle multiple camera, camera reflection, camera FOV, etc...
- Find a way to make the alpha transition works in all case (including on Movable Objects with shaders) and make use of alpha_rejection to prevent gray borders ?
- Adapt alpha rejection to mesh displayed (should use lowest alpha reject or user specified ?)
- Better handles of camera updates (detect roll and yaw)
- Load Balancing Imposter Regeneration (trying to make most update in the minimal amount of RTT at a time.)
- Normal mapped impostor (depth map capture=> normal map+shader or/and billboard being depth sprite)

- Handles non-square impostors (need to change texturespace quadtree to something else.) or even support for arbitrary texture resolutions for impostors. or use the bsp tree texture packing using in "billboardcloud" google soc project.
- Does not account for changes in orientation of the 3D object, for now user has to manually call 'uniqueimpostorhandler->makeimpostor().' Same for Lighting and object animation changes.
- Use max render texture size and max texture unit (and make billoardset supports multitexture)
- Update the RTT once instead of per Texture Space, but that means one camera and viewport by TextureSpace (could be huge fps boost whe updating lots of impostors, but at large memory price. or not...)

- a forest Demo using trees...


Alias: Real-time_Impostoring


Contributors to this page: jacmoe111451 points  and OgreWikiBot .
Page last modified on Monday 28 of June, 2010 22:08:21 GMT by jacmoe111451 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.