Package | Description |
---|---|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
sigmlgen.playerctrl |
This package defines the classes that record the information in
SiGML a
<player_settings> element, that is, information
defining camera settings and the avatar's ambient motion settings. |
Modifier and Type | Method and Description |
---|---|
AmbientMotionFlags |
GSiGMLSign.getAmbientMotionFlags()
Returns the ambient motion flag settings for this sign.
|
Constructor and Description |
---|
GSiGMLSign(java.lang.String gsigml,
java.lang.String glss,
AvatarSettings avr,
CameraSettings cam,
AmbientMotionFlags amf)
Constructs a new sign with the given components.
|
Modifier and Type | Method and Description |
---|---|
AmbientMotionFlags |
PlayerSettings.getAmbients()
Returns this record's ambient motions data if any, otherwise
null . |