Search
Matrix3D.Perspective Method
See Also
 






A 4x4 matrix, allowing perspective and vercitile coordinates.

Namespace: MindFusion.Charting.ThreeD
File: Matrix3D.js

 Syntax

JavaScript  Copy Code

function Perspective (filedOfView, aspectRatio, near, far)

 Parameters

filedOfView

The angle of the camera.

aspectRatio

The width devided by height of the viewing window.

near

The nearest coordinate, where the object will still be drawn.

far

The furthest coordinate, where the object will still be drawn.

 See Also