OGL3DTextShader (object)

バージョン 2.4.0 で追加.

The OGL3DTextShader inherits the OGLInlineShader. It extends the OGLInlineShader for shading 3D text (world space).

Attributes

Name Type Description
textVertex Vec2 Text vertices
texcoord Vec2 Texture (atlas) coordinates
color Color Text color
stringPos Vec3 Text position (world)

OGL3DTextShader OGL3DTextShader OGL3DTextShader OGLInlineShader OGLInlineShader OGL3DTextShader->OGLInlineShader InlineEntityBase InlineEntityBase OGLInlineShader->InlineEntityBase InlineShader InlineShader OGLInlineShader->InlineShader InlineEntity InlineEntity InlineEntityBase->InlineEntity

Methods in detail

OGL3DTextShader ( in OGL3DTextShader other )

copy constructor


OGL3DTextShader ( in String name )

default constructor taking a name


OGL3DTextShader ()

default constructor


OGL3DTextShader OGL3DTextShader.clone? ()

clone method