C# Class Vector.RayTracing.Scene

Show file Open project: sinclairzx81/vector-cs Class Usage Examples

Public Properties

Property Type Description
camera Camera
lights Vector.RayTracing.Light[]
things Object3D[]

Property Details

camera public property

public Camera,Vector.RayTracing camera
return Camera

lights public property

public Light[],Vector.RayTracing lights
return Vector.RayTracing.Light[]

things public property

public Object3D[] things
return Object3D[]