vulk.graphic.d3 package¶
Submodules¶
vulk.graphic.d3.attribute module¶
This package contains material and attributes class
-
class
vulk.graphic.d3.attribute.Attribute(value)[source]¶ Bases:
objectBase class for attribute classes.
-
class
vulk.graphic.d3.attribute.Attributes(attributes=None)[source]¶ Bases:
objectAttributes is the base class for all attributes container. Environment and Material are attribute container
-
class
vulk.graphic.d3.attribute.Environments(attributes=None)[source]¶ Bases:
vulk.graphic.d3.attribute.AttributesEnvironment contains all Attribute related to the environment, like lights, fogs…
-
class
vulk.graphic.d3.attribute.Material(attributes=None)[source]¶ Bases:
vulk.graphic.d3.attribute.AttributesMaterial is a container for Attribute objects
Only one object of the same Attribute class can be inside the material. If you set an attribute which is already in the Material, the old one is replaced by the new one.