com.vwp.vuapi.objects
Class VUGeneratedObjectInfo

java.lang.Object
  extended by com.vwp.vuapi.util.VUInfo
      extended by com.vwp.vuapi.objects.VUObjectInfo
          extended by com.vwp.vuapi.objects.VUGeneratedObjectInfo
Direct Known Subclasses:
VU3DTextObjectInfo, VUFountainObjectInfo, VUPrimitiveObjectInfo

public abstract class VUGeneratedObjectInfo
extends VUObjectInfo

A base class for all generated object types, this class can't be used directly to build or modify objects, use the classes that inherit from this one instead!


Field Summary
 Color color
           
 int materialFlags
           
 double val1
           
 double val2
           
 double val3
           
static int VU_OBJECT_MATERIAL_GLASS
          material definition flag: glass
static int VU_OBJECT_MATERIAL_MATTE
          material definition flag: matte material
static int VU_OBJECT_MATERIAL_METAL
          material definition flag: metal
static int VU_OBJECT_MATERIAL_PLASTIC
          material definition flag: plastic
static int VU_OBJECT_MATERIAL_STANDARD
          material definition flag: standard material
static int VU_OBJECT_MATERIAL_WATER
          material definition flag: water
 
Fields inherited from class com.vwp.vuapi.objects.VUObjectInfo
angleX, angleY, angleZ, previousID, x, y, z
 
Fields inherited from class com.vwp.vuapi.util.VUInfo
ID, name
 
Method Summary
 
Methods inherited from class com.vwp.vuapi.objects.VUObjectInfo
set
 
Methods inherited from class com.vwp.vuapi.util.VUInfo
set
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VU_OBJECT_MATERIAL_STANDARD

public static final int VU_OBJECT_MATERIAL_STANDARD
material definition flag: standard material

See Also:
Constant Field Values

VU_OBJECT_MATERIAL_METAL

public static final int VU_OBJECT_MATERIAL_METAL
material definition flag: metal

See Also:
Constant Field Values

VU_OBJECT_MATERIAL_PLASTIC

public static final int VU_OBJECT_MATERIAL_PLASTIC
material definition flag: plastic

See Also:
Constant Field Values

VU_OBJECT_MATERIAL_GLASS

public static final int VU_OBJECT_MATERIAL_GLASS
material definition flag: glass

See Also:
Constant Field Values

VU_OBJECT_MATERIAL_MATTE

public static final int VU_OBJECT_MATERIAL_MATTE
material definition flag: matte material

See Also:
Constant Field Values

VU_OBJECT_MATERIAL_WATER

public static final int VU_OBJECT_MATERIAL_WATER
material definition flag: water

See Also:
Constant Field Values

materialFlags

public int materialFlags

color

public Color color

val1

public double val1

val2

public double val2

val3

public double val3