UNPKG

playcanvas

Version:

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

12 lines (11 loc) 295 B
var gsplatModify_default = ` void modifySplatCenter(inout vec3 center) { } void modifySplatRotationScale(vec3 originalCenter, vec3 modifiedCenter, inout vec4 rotation, inout vec3 scale) { } void modifySplatColor(vec3 center, inout vec4 color) { } `; export { gsplatModify_default as default };