/ . / _chimera / Material
Material(name: str) -> Material
attributes:
- ambientDiffuse: tuple of float
- opacity: float
- shininess: float
- specular: tuple of float
Methods
|
|
|
name
|
name ( self )
name() -> str
|
|
list
|
list ( self )
list() -> dict of (str, Material)
|
|
remove
|
remove ( self )
remove()
|
|
isTranslucent
|
isTranslucent ( self )
isTranslucent() -> bool
|
|
lookup
|
lookup ( self, name )
lookup(name: str) -> Material
|
|
isTexture
|
isTexture ( self )
isTexture() -> bool
|
|
save
|
save ( self )
arguments/return value unknown
|
|
|