UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

14 lines (11 loc) 364 B
// Declarations for Container GSplat format var gsplatContainerDeclVS = /* glsl */ ` // Format-provided declarations (textures, load functions, uniforms) #include "gsplatContainerDeclarationsVS" // Interface variables set by user's read code vec3 splatCenter; vec4 splatColor; vec3 splatScale; vec4 splatRotation; `; export { gsplatContainerDeclVS as default };