Skip to content
Alessandro Febretti edited this page Jun 12, 2013 · 8 revisions

[[module cyclops]] extends [[Entity]]

The Text3D entity is used to place text in a 3D scene.

Methods

Method(s) Description
static create(string fontName, float size, string text) Creates a new Text3D object using the specified font, font size and text
setFont(string fontName) Sets the text font name. The font name must point to a font file (.ttf extension supported)
setFontSize(float size) The size of the font characters in object space
setText(string text) Sets the text displayed by this entity
Clone this wiki locally