public static class TrueShadingBuilder.EnvironmentMapType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_AUTO_PHOTO_STUDIO
Automotive Lighting Reflection
|
static int |
_CUSTOM_IMAGE
Custom Image Reflection
|
static int |
_DEFAULT
No reflection map
|
static int |
_GLOSSY1
Glossy Reflection 1
|
static int |
_GLOSSY2
Glossy Reflection 2
|
static int |
_METAL_BRUSHED1
Brushed Metal Reflection 1
|
static int |
_METAL_BRUSHED2
Brushed Metal Reflection 2
|
static int |
_METAL_SHINY1
Shiny Metal Reflection 1
|
static int |
_METAL_SHINY2
Shiny Metal Reflection 2
|
static int |
_SURFACE_ANALYSIS_HORIZON
Surface Analysis Horizontal Lines Reflection
|
static int |
_SURFACE_ANALYSIS_LINES
Surface Analysis Lines Reflection
|
static TrueShadingBuilder.EnvironmentMapType |
AUTO_PHOTO_STUDIO
Automotive Lighting Reflection
|
static TrueShadingBuilder.EnvironmentMapType |
CUSTOM_IMAGE
Custom Image Reflection
|
static TrueShadingBuilder.EnvironmentMapType |
DEFAULT
No reflection map
|
static TrueShadingBuilder.EnvironmentMapType |
GLOSSY1
Glossy Reflection 1
|
static TrueShadingBuilder.EnvironmentMapType |
GLOSSY2
Glossy Reflection 2
|
static TrueShadingBuilder.EnvironmentMapType |
METAL_BRUSHED1
Brushed Metal Reflection 1
|
static TrueShadingBuilder.EnvironmentMapType |
METAL_BRUSHED2
Brushed Metal Reflection 2
|
static TrueShadingBuilder.EnvironmentMapType |
METAL_SHINY1
Shiny Metal Reflection 1
|
static TrueShadingBuilder.EnvironmentMapType |
METAL_SHINY2
Shiny Metal Reflection 2
|
static TrueShadingBuilder.EnvironmentMapType |
SURFACE_ANALYSIS_HORIZON
Surface Analysis Horizontal Lines Reflection
|
static TrueShadingBuilder.EnvironmentMapType |
SURFACE_ANALYSIS_LINES
Surface Analysis Lines Reflection
|
Modifier and Type | Method and Description |
---|---|
static TrueShadingBuilder.EnvironmentMapType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TrueShadingBuilder.EnvironmentMapType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TrueShadingBuilder.EnvironmentMapType[] |
values()
Returns an array that contains the values for this enum.
|
public static final TrueShadingBuilder.EnvironmentMapType DEFAULT
public static final TrueShadingBuilder.EnvironmentMapType METAL_SHINY1
public static final TrueShadingBuilder.EnvironmentMapType METAL_SHINY2
public static final TrueShadingBuilder.EnvironmentMapType METAL_BRUSHED1
public static final TrueShadingBuilder.EnvironmentMapType METAL_BRUSHED2
public static final TrueShadingBuilder.EnvironmentMapType GLOSSY1
public static final TrueShadingBuilder.EnvironmentMapType GLOSSY2
public static final TrueShadingBuilder.EnvironmentMapType SURFACE_ANALYSIS_LINES
public static final TrueShadingBuilder.EnvironmentMapType SURFACE_ANALYSIS_HORIZON
public static final TrueShadingBuilder.EnvironmentMapType AUTO_PHOTO_STUDIO
public static final TrueShadingBuilder.EnvironmentMapType CUSTOM_IMAGE
public static final int _DEFAULT
public static final int _METAL_SHINY1
public static final int _METAL_SHINY2
public static final int _METAL_BRUSHED1
public static final int _METAL_BRUSHED2
public static final int _GLOSSY1
public static final int _GLOSSY2
public static final int _SURFACE_ANALYSIS_LINES
public static final int _SURFACE_ANALYSIS_HORIZON
public static final int _AUTO_PHOTO_STUDIO
public static final int _CUSTOM_IMAGE
public static TrueShadingBuilder.EnvironmentMapType valueOf(int value)
public static TrueShadingBuilder.EnvironmentMapType valueOf(String name)
public static TrueShadingBuilder.EnvironmentMapType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.