| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static Appearance | Appearance_Create
(double Ambient, double Diffuse, double Highlight, double Shininess, double Transparency, ColorRGB RGBColor, ColorRGB HighlightColor, double Reflection, String Name, String Label, String Description, String Keywords)
Creates the Appearance properties |
| static LightSourceInstruction | LightSourceInstruction_Create
(
/*optional*/
String inName,
/*optional*/
LightType inType,
/*optional*/
ColorRGB inColor,
/*optional*/
Boolean inIsActive)
Create a light source |
| static Texture | Texture_Create
(TextureType Type, String FilePath,
/*optional*/
TexturePlacement Placement)
Creates the texture interface |
| static TexturePlacement | TexturePlacement_Create
(TextureProjectionType TextureProjectionType, Transform3D LocalSys, double HorizontalOffset, double VerticalOffset, double Rotate, double HorizontalScale, double VerticalScale, double BumpHeight, double DecalIntensity, boolean HorizontalFlip, boolean VerticalFlip)
Creates texture placement property |
| Method Detail |
|---|
| Appearance_Create |
|---|
| static Appearance | Appearance_Create | (double Ambient, double Diffuse, double Highlight, double Shininess, double Transparency, ColorRGB RGBColor, ColorRGB HighlightColor, double Reflection, String Name, String Label, String Description, String Keywords) |
Creates the Appearance properties
|
| TexturePlacement_Create |
|---|
| static TexturePlacement | TexturePlacement_Create | (TextureProjectionType TextureProjectionType, Transform3D LocalSys, double HorizontalOffset, double VerticalOffset, double Rotate, double HorizontalScale, double VerticalScale, double BumpHeight, double DecalIntensity, boolean HorizontalFlip, boolean VerticalFlip) |
Creates texture placement property
|
| Texture_Create |
|---|
| static Texture | Texture_Create | (TextureType Type, String FilePath, /*optional*/ TexturePlacement Placement) |
Creates the texture interface
|
| LightSourceInstruction_Create |
|---|
| static LightSourceInstruction | LightSourceInstruction_Create | ( /*optional*/ String inName, /*optional*/ LightType inType, /*optional*/ ColorRGB inColor, /*optional*/ Boolean inIsActive) |
Create a light source
|