|
Assimp
v4.1. (December 2018)
|
Enumerates all supported material properties. More...
Public Attributes | |
| BLEND_MODE =("$mat.blend", AiBlendMode.class) | |
| Blend mode. More... | |
| BUMP_SCALING =("$mat.bumpscaling", Float.class) | |
| Bump scaling. More... | |
| COLOR_AMBIENT =("$clr.ambient", Object.class) | |
| Ambient color. More... | |
| COLOR_DIFFUSE =("$clr.diffuse", Object.class) | |
| Diffuse color. More... | |
| COLOR_EMISSIVE =("$clr.emissive", Object.class) | |
| Emissive color. More... | |
| COLOR_REFLECTIVE =("$clr.reflective", Object.class) | |
| Reflective color. More... | |
| COLOR_SPECULAR =("$clr.specular", Object.class) | |
| Ambient color. More... | |
| COLOR_TRANSPARENT =("$clr.transparent", Object.class) | |
| Transparent color. More... | |
| GLOBAL_BACKGROUND_IMAGE =("?bg.global", String.class) | |
| Global background image. More... | |
| NAME =("?mat.name", String.class) | |
| Name. More... | |
| OPACITY =("$mat.opacity", Float.class) | |
| Opacity. More... | |
| REFLECTIVITY =("$mat.reflectivity", Float.class) | |
| Reflectivity. More... | |
| REFRACTI =("$mat.refracti", Float.class) | |
| Refract index. More... | |
| SHADING_MODE =("$mat.shadingm", AiShadingMode.class) | |
| Shading mode. More... | |
| SHININESS =("$mat.shininess", Float.class) | |
| Shininess. More... | |
| SHININESS_STRENGTH =("$mat.shinpercent", Float.class) | |
| Shininess strength. More... | |
| TEX_BLEND =("$tex.blend", Float.class) | |
| Texture blend factor. More... | |
| TEX_FILE =("$tex.file", String.class) | |
| Texture file path. More... | |
| TEX_MAP_MODE_U =("$tex.mapmodeu", AiTextureMapMode.class) | |
| Texture map mode for u axis. More... | |
| TEX_MAP_MODE_V =("$tex.mapmodev", AiTextureMapMode.class) | |
| Texture map mode for v axis. More... | |
| TEX_MAP_MODE_W =("$tex.mapmodew", AiTextureMapMode.class) | |
| Texture map mode for w axis. More... | |
| TEX_OP =("$tex.op", AiTextureOp.class) | |
| Texture operation. More... | |
| TEX_UV_INDEX =("$tex.uvwsrc", Integer.class) | |
| Texture uv index. More... | |
| TWO_SIDED =("$mat.twosided", Integer.class) | |
| Two-sided flag. More... | |
| WIREFRAME =("$mat.wireframe", Integer.class) | |
| Wireframe flag. More... | |
Enumerates all supported material properties.
| jassimp.AiMaterial.PropertyKey.BLEND_MODE =("$mat.blend", AiBlendMode.class) |
Blend mode.
| jassimp.AiMaterial.PropertyKey.BUMP_SCALING =("$mat.bumpscaling", Float.class) |
Bump scaling.
| jassimp.AiMaterial.PropertyKey.COLOR_AMBIENT =("$clr.ambient", Object.class) |
Ambient color.
| jassimp.AiMaterial.PropertyKey.COLOR_DIFFUSE =("$clr.diffuse", Object.class) |
Diffuse color.
| jassimp.AiMaterial.PropertyKey.COLOR_EMISSIVE =("$clr.emissive", Object.class) |
Emissive color.
| jassimp.AiMaterial.PropertyKey.COLOR_REFLECTIVE =("$clr.reflective", Object.class) |
Reflective color.
| jassimp.AiMaterial.PropertyKey.COLOR_SPECULAR =("$clr.specular", Object.class) |
Ambient color.
| jassimp.AiMaterial.PropertyKey.COLOR_TRANSPARENT =("$clr.transparent", Object.class) |
Transparent color.
| jassimp.AiMaterial.PropertyKey.GLOBAL_BACKGROUND_IMAGE =("?bg.global", String.class) |
Global background image.
| jassimp.AiMaterial.PropertyKey.NAME =("?mat.name", String.class) |
Name.
| jassimp.AiMaterial.PropertyKey.OPACITY =("$mat.opacity", Float.class) |
Opacity.
| jassimp.AiMaterial.PropertyKey.REFLECTIVITY =("$mat.reflectivity", Float.class) |
Reflectivity.
| jassimp.AiMaterial.PropertyKey.REFRACTI =("$mat.refracti", Float.class) |
Refract index.
| jassimp.AiMaterial.PropertyKey.SHADING_MODE =("$mat.shadingm", AiShadingMode.class) |
Shading mode.
| jassimp.AiMaterial.PropertyKey.SHININESS =("$mat.shininess", Float.class) |
Shininess.
| jassimp.AiMaterial.PropertyKey.SHININESS_STRENGTH =("$mat.shinpercent", Float.class) |
Shininess strength.
| jassimp.AiMaterial.PropertyKey.TEX_BLEND =("$tex.blend", Float.class) |
Texture blend factor.
| jassimp.AiMaterial.PropertyKey.TEX_FILE =("$tex.file", String.class) |
Texture file path.
| jassimp.AiMaterial.PropertyKey.TEX_MAP_MODE_U =("$tex.mapmodeu", AiTextureMapMode.class) |
Texture map mode for u axis.
| jassimp.AiMaterial.PropertyKey.TEX_MAP_MODE_V =("$tex.mapmodev", AiTextureMapMode.class) |
Texture map mode for v axis.
| jassimp.AiMaterial.PropertyKey.TEX_MAP_MODE_W =("$tex.mapmodew", AiTextureMapMode.class) |
Texture map mode for w axis.
| jassimp.AiMaterial.PropertyKey.TEX_OP =("$tex.op", AiTextureOp.class) |
Texture operation.
| jassimp.AiMaterial.PropertyKey.TEX_UV_INDEX =("$tex.uvwsrc", Integer.class) |
Texture uv index.
| jassimp.AiMaterial.PropertyKey.TWO_SIDED =("$mat.twosided", Integer.class) |
Two-sided flag.
| jassimp.AiMaterial.PropertyKey.WIREFRAME =("$mat.wireframe", Integer.class) |
Wireframe flag.