Package | Description |
---|---|
jarp |
Provides the main Java ARP classes, that is, the classes defining
the avatar's skeleton, mesh, morphs, camera control, and JOGL
rendering canvas.
|
jautil |
Provides utility classes for the Java ARP avatar subsystem.
|
jautil.avatar |
Provides classes and interfaces providing access to ARP avatar definition
data files.
|
Modifier and Type | Method and Description |
---|---|
void |
View.requestSwitchAvatar(AvatarDefinitionAccess avdef)
Requests that this view initiates a switch to the use of the avatar
with the given given definition, by loading this view's character
from the definition;
the definition may be
null , which is interpreted as
a request to unload the current avatar. |
Modifier and Type | Method and Description |
---|---|
AvatarDefinitionAccess |
JAAvatarsEnv.getDefinition(java.lang.String av) |
Modifier and Type | Class and Description |
---|---|
class |
AvatarDefinitionForView
|