C# Class Vector.RayTracing.Scene

Mostra 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_oe property

public Camera,Vector.RayTracing camera
return Camera

lights public_oe property

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

things public_oe property

public Object3D[] things
return Object3D[]