C# Class CSharpGL.ICameraHelper

Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
LegacyProjection ( this camera ) : void

Run legacy projection and view transform.(from world space to clip space)

Method Details

LegacyProjection() public static method

Run legacy projection and view transform.(from world space to clip space)
public static LegacyProjection ( this camera ) : void
camera this
return void