未验证 提交 d28bd8f2 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18475 from elalish/TSfixes

A few TS fixes
import { AnimationAction } from '../../../src/animation/AnimationAction';
import {
AnimationAction,
AnimationMixer,
BufferGeometry,
Geometry,
......
......@@ -86,6 +86,7 @@ export * from './animation/AnimationUtils';
export * from './animation/AnimationObjectGroup';
export * from './animation/AnimationMixer';
export * from './animation/AnimationClip';
export * from './animation/AnimationAction';
export * from './core/Uniform';
export * from './core/InstancedBufferGeometry';
export * from './core/BufferGeometry';
......
......@@ -257,6 +257,12 @@ export class Material extends EventDispatcher {
*/
side: Side;
/**
* Defines which of the face sides will cast shadows. Default is *null*.
* If *null*, the value is opposite that of side, above.
*/
shadowSide: Side;
/**
* Defines whether this material is tone mapped according to the renderer's toneMapping setting.
* Default is true.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册