Uses of Class
org.xith3d.scenegraph.primitives.FixedSizedBillboard

Packages that use FixedSizedBillboard
org.xith3d.scenegraph.primitives   
 

Uses of FixedSizedBillboard in org.xith3d.scenegraph.primitives
 

Methods in org.xith3d.scenegraph.primitives that return FixedSizedBillboard
static FixedSizedBillboard FixedSizedBillboardFactory.createColoredBillboard(float width, float height, org.openmali.vecmath2.Colorf color)
           
static FixedSizedBillboard FixedSizedBillboardFactory.createColoredBillboard(org.openmali.vecmath2.Tuple3f center, float width, float height, org.openmali.vecmath2.Colorf color)
           
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizedTextBillboard(java.lang.String text, int alignment, java.awt.Font font, org.openmali.vecmath2.Colorf color)
           
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizeTexturedBillboard(int screenWidth, int screenHeight, java.lang.String texture)
          Creates a FixedSizedBillboard instance from the given Texture.
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizeTexturedBillboard(int screenWidth, int screenHeight, java.lang.String textureName, org.openmali.vecmath2.Tuple2f textureLowerLeft, org.openmali.vecmath2.Tuple2f textureUpperRight)
          Creates a constant-size billboard from the given Texture and texture coordinates.
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizeTexturedBillboard(int screenWidth, int screenHeight, Texture texture)
          Creates a FixedSizedBillboard instance from the given Texture.
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizeTexturedBillboard(int screenWidth, int screenHeight, Texture texture, org.openmali.vecmath2.Tuple2f textureLowerLeft, org.openmali.vecmath2.Tuple2f textureUpperRight)
          Creates a constant-size billboard from the given Texture and texture coordinates.
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizeTexturedBillboard(java.lang.String texture)
          Creates a FixedSizedBillboard instance from the given texture name.
static FixedSizedBillboard FixedSizedBillboardFactory.createConstantSizeTexturedBillboard(Texture texture)
          Creates a FixedSizedBillboard instance from the given Texture.
static FixedSizedBillboard FixedSizedBillboardFactory.createTexturedBillboard(org.openmali.vecmath2.Tuple3f center, float width, float height, java.lang.String textureName, org.openmali.vecmath2.Tuple2f textureLowerLeft, org.openmali.vecmath2.Tuple2f textureUpperRight)
           
static FixedSizedBillboard FixedSizedBillboardFactory.createTexturedBillboard(org.openmali.vecmath2.Tuple3f center, float width, float height, Texture texture)
           
static FixedSizedBillboard FixedSizedBillboardFactory.createTexturedBillboard(org.openmali.vecmath2.Tuple3f center, float width, float height, Texture texture, org.openmali.vecmath2.Tuple2f textureLowerLeft, org.openmali.vecmath2.Tuple2f textureUpperRight)