shadowMap.vertex.d.ts 961 B

12345678910111213141516171819202122
  1. import "./ShadersInclude/bonesDeclaration";
  2. import "./ShadersInclude/bakedVertexAnimationDeclaration";
  3. import "./ShadersInclude/morphTargetsVertexGlobalDeclaration";
  4. import "./ShadersInclude/morphTargetsVertexDeclaration";
  5. import "./ShadersInclude/helperFunctions";
  6. import "./ShadersInclude/shadowMapVertexDeclaration";
  7. import "./ShadersInclude/shadowMapUboDeclaration";
  8. import "./ShadersInclude/shadowMapVertexExtraDeclaration";
  9. import "./ShadersInclude/clipPlaneVertexDeclaration";
  10. import "./ShadersInclude/morphTargetsVertexGlobal";
  11. import "./ShadersInclude/morphTargetsVertex";
  12. import "./ShadersInclude/instancesVertex";
  13. import "./ShadersInclude/bonesVertex";
  14. import "./ShadersInclude/bakedVertexAnimation";
  15. import "./ShadersInclude/shadowMapVertexNormalBias";
  16. import "./ShadersInclude/shadowMapVertexMetric";
  17. import "./ShadersInclude/clipPlaneVertex";
  18. /** @internal */
  19. export declare const shadowMapVertexShader: {
  20. name: string;
  21. shader: string;
  22. };