lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 309 B
JavaScript
import { dtPtr } from "../pointers/dtPtr";
import createInternalSystem from "./utils/createInternalSystem";
export const waterSystem = createInternalSystem("waterSystem", {
update: (self) => (self.$water.material.uniforms["time"].value += dtPtr[0] * self.speed)
});
//# sourceMappingURL=waterSystem.js.map