https://github.com/elenterius/voxelshapes
code base for prototyping of voxel based shapes using js and threejs
https://github.com/elenterius/voxelshapes
Last synced: about 1 year ago
JSON representation
code base for prototyping of voxel based shapes using js and threejs
- Host: GitHub
- URL: https://github.com/elenterius/voxelshapes
- Owner: Elenterius
- License: mit
- Created: 2023-12-15T21:54:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T21:37:06.000Z (over 2 years ago)
- Last Synced: 2025-02-13T02:29:44.272Z (over 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VoxelShapes
Code base for prototping voxel shapes for [Biomancy](https://github.com/Elenterius/Biomancy)
## Features
- generate voxel shapes
- visualize them with threejs
### Available Shapes
- Cuboid
- Cuboid with Cellular Noise
- Sphere
- Sphere with Cellular Noise
- Shape based on the Minkowski Distance
- Egg with Cellular Noise
- Cone
- Cylinder
- Tri-Axial Ellipsoid
- Octant Ellipsoid (Ellipsoid made from 8 Tri-Axial Ellipsoid segments)
- Mound