IWorldCamera

IWorldCamera

IWorldCamera 世界相机接口,坐标为世界坐标系。提供当前场景的绘制信息,尤其是各种绘制矩阵。

Members

center : Vector3

场景中心点

eye : Vector3

视点

viewport : Viewport

视口

Methods

isSphereInFrustum(center,radius) → boolean

判断给定点是否在Frustum视野内
Name Type Description
center Vector3 指定点
radius number 半径

screenToWorld(screenV,depth) → Vector3

屏幕坐标转换为世界坐标
Name Type Description
screenV Vector2 屏幕坐标
depth number 深度值(0-1.0)

worldToScreen(worldV) → Vector2

世界坐标转换为屏幕坐标
Name Type Description
worldV Vector3 世界坐标