Module raytracer
Package de.grogra.ray

Interface RTFakeObject

All Superinterfaces:
RTObject
All Known Implementing Classes:
RTSky

public interface RTFakeObject extends RTObject
This is an object that cannot be treated as correct pysical and gemetric object. It is more a model. The only fake object that is implemented yet is a sky object. A sky object is only a theoretical object for rendering the sky. It is a surrounding textured sphere with an infinite radius.
Author:
Micha