UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (5 loc) 204 B
import { build_height_field_geometry } from "../../graphics/geometry/buffered/build_height_field_geometry.js"; const Builder = { build: build_height_field_geometry }; export default Builder;