Skip to content

Ctrlmonster/hexgrid-generator

Repository files navigation

HexGrid Generator

⚠️ This project is still under heavy development and things might be broken⚠️.

This project was inspired by Terrain Grid System. The result of the generated grid depends heavily on the config values, and it's likely that there is a set of config values that fits your environment well. Works especially well with things like hilly landscapes. For urban environments more parameter tweaking is necessary.

Detailed Docs coming the future

to add your own model go into EnvironmentRenderer.tsx and add it like this:

<group ref={envRef}>
  <BVHRenderer>
    <Model5 ref={groundRef} position={[50, -10, -25]} scale={[.05, .05, .05]}/>
  </BVHRenderer>
</group>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages