pygfx.objects¶
World Objects and Events.
Objects
|
Base class for objects. |
|
A group of objects. |
|
Root of the scene graph. |
|
The scene's background. |
|
A point cloud. |
|
An object representing a line using a list of vertices (3D positions). |
|
A mesh. |
|
A 2D image. |
|
A 3D image. |
|
A text. |
|
Display a mesh multiple times using instances. |
|
Light Base Class. |
|
Radial point light source. |
|
Directional light source. |
|
Ambient light source. |
|
Directional point light source. |
|
Shadow map utility base class. |
Shadow map utility for directional lights. |
|
Shadow map utility for spot light sources. |
|
Shadow map utility for point light sources. |
Events
|
Event base class. |
|
Targetable object mixin. |
|
An enumeration. |
|
Mouse/Touch Event. |
|
Keyboard button press. |
|
Pygfx event handler. |
|
Scrolling of the mouse wheel. |
|
Window resize event |