-
Fields in raymarcher declared as Scene
Modifier and Type |
Field |
Description |
private Scene |
Camera.scene |
The scene which the camera should render
|
Methods in raymarcher with parameters of type Scene
Modifier and Type |
Method |
Description |
int |
Ray.calculate(Scene scene) |
Calculates which color this ray will be after marching forwards
|
void |
Camera.setScene(Scene newScene) |
|
Constructors in raymarcher with parameters of type Scene
Constructor |
Description |
Camera(Vector3 position,
Vector3 direction,
Vector3 upDirection,
double screenDistance,
Scene scene) |
Creates a camera in the given position and direction
|