Uses of Interface
de.grogra.ray.physics.Sensor
Packages that use Sensor
Package
Description
-
Uses of Sensor in de.grogra.imp3d
Classes in de.grogra.imp3d that implement Sensor -
Uses of Sensor in de.grogra.imp3d.objects
Classes in de.grogra.imp3d.objects that implement Sensor -
Uses of Sensor in de.grogra.imp3d.ray2
Methods in de.grogra.imp3d.ray2 that return Sensor -
Uses of Sensor in de.grogra.ray2
Methods in de.grogra.ray2 that return SensorModifier and TypeMethodDescriptionSensor[]
Scene.getSensors()
Returns an array of all sensors in the scene.Methods in de.grogra.ray2 with parameters of type SensorModifier and TypeMethodDescriptionvoid
Renderer.render
(Scene scene, Sensor camera, Matrix4d cameraTransformation, int width, int height, ImageObserver obs) Renders an image of ascene
. -
Uses of Sensor in de.grogra.ray2.tracing
Fields in de.grogra.ray2.tracing declared as SensorMethods in de.grogra.ray2.tracing that return SensorMethods in de.grogra.ray2.tracing with parameters of type SensorModifier and TypeMethodDescriptionvoid
BidirectionalRenderer.render
(Scene scene, Sensor camera, Matrix4d cameraTransformation, int width, int height, ImageObserver obs) void
MetropolisRenderer.render
(Scene scene, Sensor camera, Matrix4d cameraTransformation, int width, int height, ImageObserver obs) void
PixelwiseRenderer.render
(Scene scene, Sensor camera, Matrix4d cameraTransformation, int width, int height, ImageObserver obs)