pymel.core.nodetypes.HwReflectionMap

digraph inheritanceba96291976 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "HwReflectionMap" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.HwReflectionMap",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "HwReflectionMap" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class HwReflectionMap(*args, **kwargs)

class counterpart of mel function hwReflectionMap

This command creates a hwReflectionMap node for having reflection on textured surfaces that currently have their boolean attribute displayHWEnvironment set to true.

getBackTextureName(**kwargs)

This flag specifies the file texture name for the back side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getBottomTextureName(**kwargs)

This flag specifies the file texture name for the bottom side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getCubeMap(**kwargs)

If on, the reflection of the textures is done using the cube mapping.Default is false. The reflection is done using sphere mapping.When queried, this flag returns a boolean.

Derived from mel command maya.cmds.hwReflectionMap

getDecalMode(**kwargs)

If on, the reflection color replaces the surface shading.Default is false. The reflection is multiplied to the surface shading.When queried, this flag returns a boolean.

Derived from mel command maya.cmds.hwReflectionMap

getEnable(**kwargs)

If on, enable the corresponding hwReflectionMap node.Default is false.When queried, this flag returns a boolean.

Derived from mel command maya.cmds.hwReflectionMap

getFrontTextureName(**kwargs)

This flag specifies the file texture name for the front side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getLeftTextureName(**kwargs)

This flag specifies the file texture name for the left side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getRightTextureName(**kwargs)

This flag specifies the file texture name for the right side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getSphereMapTextureName(**kwargs)

This flag specifies the file texture name for the sphere mapping option.Default is noneWhen queried, this flag returns a string. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.hwReflectionMap

getTopTextureName(**kwargs)

This flag specifies the file texture name for the top side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

Previous topic

pymel.core.nodetypes.HsvToRgb

Next topic

pymel.core.nodetypes.HwRenderGlobals

Core

Core Modules

Other Modules

This Page