Billboard
From Ogre Wiki
Billboard - A square polygon that is always pointing at the camera. It is also known as a sprite.
To make one, you first have to make a BillboardSet. Then, the billboards can be added to it on a given position. The BillboardSet is a MovableObject and should therefore be added to a SceneNode.
Billboards can be used e.g. to create a HUD (heads up display) for characters.
See also
- Example how to add to a scene
- Example for Mogre
- Billboards, Materials and Lights
- Billboard Class Reference in API
- BillboardSet Class Reference in API
- SpriteManager2d | MOGRE SpriteManager2d - code snippet
- An advanced description is in the book Pro OGRE 3D Programming (ISBN 1-59059-710-9)
- OgreSprites - similar, but without use of Billboard
- MovableText | MOGRE MovableText | MovableTextOverlay - similar, but only for text
- ManualObject 2D
- Overlay

