Assimp  v3.1.1 (June 2014)
jassimp.AiMaterial.PropertyKey Enum Reference

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...
 

Detailed Description

Enumerates all supported material properties.

Member Data Documentation

◆ BLEND_MODE

jassimp.AiMaterial.PropertyKey.BLEND_MODE =("$mat.blend", AiBlendMode.class)

Blend mode.

◆ BUMP_SCALING

jassimp.AiMaterial.PropertyKey.BUMP_SCALING =("$mat.bumpscaling", Float.class)

Bump scaling.

◆ COLOR_AMBIENT

jassimp.AiMaterial.PropertyKey.COLOR_AMBIENT =("$clr.ambient", Object.class)

Ambient color.

◆ COLOR_DIFFUSE

jassimp.AiMaterial.PropertyKey.COLOR_DIFFUSE =("$clr.diffuse", Object.class)

Diffuse color.

◆ COLOR_EMISSIVE

jassimp.AiMaterial.PropertyKey.COLOR_EMISSIVE =("$clr.emissive", Object.class)

Emissive color.

◆ COLOR_REFLECTIVE

jassimp.AiMaterial.PropertyKey.COLOR_REFLECTIVE =("$clr.reflective", Object.class)

Reflective color.

◆ COLOR_SPECULAR

jassimp.AiMaterial.PropertyKey.COLOR_SPECULAR =("$clr.specular", Object.class)

Ambient color.

◆ COLOR_TRANSPARENT

jassimp.AiMaterial.PropertyKey.COLOR_TRANSPARENT =("$clr.transparent", Object.class)

Transparent color.

◆ GLOBAL_BACKGROUND_IMAGE

jassimp.AiMaterial.PropertyKey.GLOBAL_BACKGROUND_IMAGE =("?bg.global", String.class)

Global background image.

◆ NAME

jassimp.AiMaterial.PropertyKey.NAME =("?mat.name", String.class)

Name.

◆ OPACITY

jassimp.AiMaterial.PropertyKey.OPACITY =("$mat.opacity", Float.class)

Opacity.

◆ REFLECTIVITY

jassimp.AiMaterial.PropertyKey.REFLECTIVITY =("$mat.reflectivity", Float.class)

Reflectivity.

◆ REFRACTI

jassimp.AiMaterial.PropertyKey.REFRACTI =("$mat.refracti", Float.class)

Refract index.

◆ SHADING_MODE

jassimp.AiMaterial.PropertyKey.SHADING_MODE =("$mat.shadingm", AiShadingMode.class)

Shading mode.

◆ SHININESS

jassimp.AiMaterial.PropertyKey.SHININESS =("$mat.shininess", Float.class)

Shininess.

◆ SHININESS_STRENGTH

jassimp.AiMaterial.PropertyKey.SHININESS_STRENGTH =("$mat.shinpercent", Float.class)

Shininess strength.

◆ TEX_BLEND

jassimp.AiMaterial.PropertyKey.TEX_BLEND =("$tex.blend", Float.class)

Texture blend factor.

◆ TEX_FILE

jassimp.AiMaterial.PropertyKey.TEX_FILE =("$tex.file", String.class)

Texture file path.

◆ TEX_MAP_MODE_U

jassimp.AiMaterial.PropertyKey.TEX_MAP_MODE_U =("$tex.mapmodeu", AiTextureMapMode.class)

Texture map mode for u axis.

◆ TEX_MAP_MODE_V

jassimp.AiMaterial.PropertyKey.TEX_MAP_MODE_V =("$tex.mapmodev", AiTextureMapMode.class)

Texture map mode for v axis.

◆ TEX_MAP_MODE_W

jassimp.AiMaterial.PropertyKey.TEX_MAP_MODE_W =("$tex.mapmodew", AiTextureMapMode.class)

Texture map mode for w axis.

◆ TEX_OP

jassimp.AiMaterial.PropertyKey.TEX_OP =("$tex.op", AiTextureOp.class)

Texture operation.

◆ TEX_UV_INDEX

jassimp.AiMaterial.PropertyKey.TEX_UV_INDEX =("$tex.uvwsrc", Integer.class)

Texture uv index.

◆ TWO_SIDED

jassimp.AiMaterial.PropertyKey.TWO_SIDED =("$mat.twosided", Integer.class)

Two-sided flag.

◆ WIREFRAME

jassimp.AiMaterial.PropertyKey.WIREFRAME =("$mat.wireframe", Integer.class)

Wireframe flag.


The documentation for this enum was generated from the following file: