dash.components

Modules

animation
module dash.components.animation

All classes dealing with using 3D skeletal animation

assets
module dash.components.assets

Defines the static Assets class, a static class which manages all textures, meshes, materials, and animations.

audio
module dash.components.audio

Defines audio related classes, such as the listener and emitter

camera
module dash.components.camera

Defines the Camera class, which manages a view and projection matrix.

component
module dash.components.component

Defines the IComponent interface, which is the base for all components.

lights
module dash.components.lights

Contains the base class for all light types, Light, as well as AmbientLight, DirectionalLight, PointLight, SpotLight.

material
module dash.components.material

Defines the Material and Texture classes.

mesh
module dash.components.mesh

Defines the Mesh class, which controls all meshes loaded into the world.

userinterface
module dash.components.userinterface

Handles the creation and life cycle of UI objects and webview textures

Meta