velocity.vertex.d.ts 194 B

1234567
  1. import "./ShadersInclude/instancesDeclaration";
  2. import "./ShadersInclude/instancesVertex";
  3. /** @internal */
  4. export declare const velocityVertexShader: {
  5. name: string;
  6. shader: string;
  7. };