com.vwp.vuapi.objects
Class VUStandardObjectInfo
java.lang.Object
com.vwp.vuapi.util.VUInfo
com.vwp.vuapi.objects.VUObjectInfo
com.vwp.vuapi.objects.VUStandardObjectInfo
- Direct Known Subclasses:
- VUGroundObjectInfo
public class VUStandardObjectInfo
- extends VUObjectInfo
A standard object is a 3d object that loads its data from a 3d mesh that
is located somewhere in the web. With this class such objects can be
managed
| Fields inherited from class com.vwp.vuapi.util.VUInfo |
ID, name |
|
Constructor Summary |
VUStandardObjectInfo(String FileURL,
long ID,
long previousID,
String command,
double x,
double y,
double z,
double angleX,
double angleY,
double angleZ)
|
VUStandardObjectInfo(String FileURL,
String command,
double x,
double y,
double z,
double angleX,
double angleY,
double angleZ)
This is the construcor that has to be used for creating a new
VUStandardObjectInfo object and for building a new standard object
within a world using this newly created object. |
| Methods inherited from class com.vwp.vuapi.util.VUInfo |
set |
command
public String command
VUStandardObjectInfo
public VUStandardObjectInfo(String FileURL,
long ID,
long previousID,
String command,
double x,
double y,
double z,
double angleX,
double angleY,
double angleZ)
VUStandardObjectInfo
public VUStandardObjectInfo(String FileURL,
String command,
double x,
double y,
double z,
double angleX,
double angleY,
double angleZ)
- This is the construcor that has to be used for creating a new
VUStandardObjectInfo object and for building a new standard object
within a world using this newly created object.
- Parameters:
FileURL - the URL to the 3d graphics file that has to be used
for that objectcommand - the object commandx - the x coordinate of the 3d objecty - the y coordinate of the 3d objectz - the z coordinate of the 3d objectangleX - the 3d objects orientation in x directionangleY - the 3d objects orientation in y directionangleZ - the 3d objects orientation in z direction
set
public void set(VUStandardObjectInfo soi)