text
stringlengths
0
8.81k
SHIFT
number
Represents the shift key being held down.
CTRL
number
Represents the control key being held down.
ALT
number
Represents the alt key being held down.
constant LabelStyle : number
engine/Source/Scene/LabelStyle.js 8
Describes how to draw a label.
Properties:
Name
Type
Description
FILL
number
Fill the text of the label, but do not outline.
OUTLINE
number
Outline the text of the label, but do not fill.
FILL_AND_OUTLINE
number
Fill and outline the text of the label.
See:
Label#style
constant LightingModel : number
engine/Source/Scene/Model/LightingModel.js 8
The lighting model to use for lighting a Model.
Properties:
Name
Type
Description