12345678910111213141516171819 |
- import "./ShadersInclude/bonesDeclaration";
- import "./ShadersInclude/bakedVertexAnimationDeclaration";
- import "./ShadersInclude/morphTargetsVertexGlobalDeclaration";
- import "./ShadersInclude/morphTargetsVertexDeclaration";
- import "./ShadersInclude/clipPlaneVertexDeclaration";
- import "./ShadersInclude/instancesDeclaration";
- import "./ShadersInclude/logDepthDeclaration";
- import "./ShadersInclude/morphTargetsVertexGlobal";
- import "./ShadersInclude/morphTargetsVertex";
- import "./ShadersInclude/instancesVertex";
- import "./ShadersInclude/bonesVertex";
- import "./ShadersInclude/bakedVertexAnimation";
- import "./ShadersInclude/clipPlaneVertex";
- import "./ShadersInclude/logDepthVertex";
- /** @internal */
- export declare const outlineVertexShader: {
- name: string;
- shader: string;
- };
|