appearance

material/texture

value

as: |ambient+diffuse|texture|

atributes

  • material [Boolean:true] use default material
  • ambient [color]
  • emissive [color]
  • diffuse [color]
  • specular [color]
  • shininess [Float:64f]
  • texture [String] path to image
  • mipMap [Boolean:false]
  • format [{formatRGBA, formatRGBA4, formatRGB5_A1, formatRGB, formatRGB4, formatRGB5, formatR3_G3_B2, formatLUM8_ALPHA8, formatLUM4_ALPHA4, formatLUMINANCE, formatALPHA}:formatRGB]
  • cull [{cullBack,cullFront,cullNone}:cullBack]
  • alphaTestFunction [{always, never, equal, noEqual, less, lessOrEqual, greater, greaterOrEqual}]
  • alphaTestValue [Float:0.5f]
  • vertexShader [String]
  • fragmentShader [String]
  • textureMode [{modulate,decal,blend,replace,combine}:modulate]
  • combineRgbMode [{combineReplace, combineModulate, combineAdd, combineAddSigned, combineSubstract, combineInterpolate, combineDot3}]
  • combineAlphaMode [{combineReplace, combineModulate, combineAdd, combineAddSigned, combineSubstract, combineInterpolate, combineDot3}]
  • combineRgbScale [Integer] {1,2,4}
  • combineAlphaScale [Integer] {1,2,4}
  • textureTransform [transform]
  • textureCombine [textureCombine[]]
  • blendColor [color]
  • transparency [Float:0f] <0,1>
  • transparencyMode [{blended,screenDoor}]
  • srcBlendFunction [{blendZero, blendOne, blendSrcAlpha, blendOneMinusSrcAlpha}]
  • dstBlendFunction [{blendZero, blendOne, blendSrcAlpha, blendOneMinusSrcAlpha}]

nodes