C# Class THREE.OrthographicCamera

Inheritance: Camera
Datei anzeigen Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Methods

Method Description
OrthographicCamera ( double left, double right, double top, double bottom, double near, double far ) : System

Method Details

OrthographicCamera() public method

public OrthographicCamera ( double left, double right, double top, double bottom, double near, double far ) : System
left double
right double
top double
bottom double
near double
far double
return System