@awayjs/core
Version:
AwayJS core classes
16 lines • 463 B
TypeScript
/**
* Provides constant values for camera lens projection options use the the <code>coordinateSystem</code> property
*
* @see away.projections.PerspectiveLens#coordinateSystem
*/
export declare enum CoordinateSystem {
/**
* Default option, projects to a left-handed coordinate system
*/
LEFT_HANDED = 0,
/**
* Projects to a right-handed coordinate system
*/
RIGHT_HANDED = 1
}
//# sourceMappingURL=CoordinateSystem.d.ts.map