| 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 |
|---|---|
CameraSettings |
GSiGMLSign.getCameraSettings()
Returns the camera settings for this sign.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GSiGMLSign.setCameraSettings(CameraSettings cs) |
| 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 |
|---|---|
CameraSettings |
PlayerSettings.getCameraSettings()
Returns this record's camera settings data if any, otherwise
null. |