-
Classes in raymarcher used by raymarcher
| Class |
Description |
| Camera |
Represents the camera in 3D space from which the scene will
be rendered
|
| Mesh |
The interface class of the template for each mesh within the scene
|
| Ray |
Represents a ray shot from the camera to calculate the
value of a screen pixel
|
| Scene |
The scene which the camera will render
|
| Vector3 |
Represents a vector in 3D Euclidean space (x, y, z).
|
-
Classes in raymarcher used by raymarcher.meshes
| Class |
Description |
| Mesh |
The interface class of the template for each mesh within the scene
|
| Vector3 |
Represents a vector in 3D Euclidean space (x, y, z).
|