Метод |
Описание |
|
ToString ( ) : string |
|
|
areaLight ( Point3 loc, Point3 vector1, Point3 vector2, int widthLight, int heightLight, Point3 color = null, float fadeDist = 0.0f, float fadePower = 0.0f, System.Boolean shadows = true, System.Boolean interaction = true, System.Boolean atmosphere = false ) : Light |
|
|
cylindricalLight ( Point3 loc, Point3 color = null, float fadeDist = 0.0f, float fadePower = 0.0f, System.Boolean shadows = true, System.Boolean interaction = true, System.Boolean atmosphere = false ) : Light |
|
|
move ( Point3 loc ) : void |
|
|
parallelLight ( Point3 loc, Point3 color = null, float fadeDist = 0.0f, float fadePower = 0.0f, System.Boolean shadows = true, System.Boolean interaction = true, System.Boolean atmosphere = false ) : Light |
|
|
pointLight ( Point3 loc, Point3 color = null, float fadeDist = 0.0f, float fadePower = 0.0f, System.Boolean shadows = true, System.Boolean interaction = true, System.Boolean atmosphere = false ) : Light |
|
|
render ( ) : List |
|
|
spotLight ( Point3 loc, float radius = 0f, float falloff = 0f, float tightness = 0f, Point3 pointAt = null, Point3 color = null, float fadeDist = 0.0f, float fadePower = 0.0f, System.Boolean shadows = true, System.Boolean interaction = true, System.Boolean atmosphere = false ) : Light |
|
|
update ( float time ) : void |
|
|