(splats: SplatMesh)
| 40 | } |
| 41 | |
| 42 | export function setWorldNormalColor(splats: SplatMesh) { |
| 43 | splats.enableWorldToView = true; |
| 44 | splats.worldModifier = makeNormalColorModifier(splats.context.worldToView); |
| 45 | splats.updateGenerator(); |
| 46 | } |
nothing calls this directly
no test coverage detected