提交 c89c1be0 编写于 作者: G Garrett Johnson

update raycaster typscript definition

上级 765acdcd
......@@ -55,6 +55,12 @@ export class Raycaster {
*/
far: number;
/**
* The camera to use when raycasting against view-dependent objects such as billboarded objects like Sprites. This field
* can be set manually or is set when calling "setFromCamera".
*/
camera: Camera;
params: RaycasterParameters;
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册