Skip to content

Commit

Permalink
update .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Jul 3, 2020
1 parent 9ce4930 commit f149974
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,14 @@ declare class WebGLRenderer implements EventMixin {
* 初始化 context
*/
initContext(): void;
/**
* state,初始化后生成。
*/
state: WebGLState;
/**
* framebuffer,只在 useFramebuffer 为 true 时初始化后生成
*/
framebuffer: Framebuffer;
/**
* 设置深度检测
* @param material
Expand Down

0 comments on commit f149974

Please sign in to comment.