playcanvas
Version:
Open-source WebGL/WebGPU 3D engine for the web
11 lines (9 loc) • 327 B
JavaScript
var gsplatModifyVS = `
fn modifySplatCenter(center: ptr<function, vec3f>) {
}
fn modifySplatRotationScale(originalCenter: vec3f, modifiedCenter: vec3f, rotation: ptr<function, vec4f>, scale: ptr<function, vec3f>) {
}
fn modifySplatColor(center: vec3f, color: ptr<function, vec4f>) {
}
`;
export { gsplatModifyVS as default };