Skip to content

A quick demo of model synthesis on a triangular grid in react three fiber

License

Notifications You must be signed in to change notification settings

gromgull/triangular-grid-model-synthesis-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Synthesizer with 3d triangular grid

Demo!

sample image

tiles

This is a little demo of model synthesis / wave-function collapse running in the browser.

The tiles are triangular - this is nice because you only need to create very few tiles.

Read more about triangular grids in Boris The Brave's blog post

Modelling tiles in blender

Make the tiles equilateral triangles with edge-length 1.

Ensure you apply all scale/rotation.

Look at the blend file in public/assets/tiles.blend

There is a python script that will export all collections to corresponding glb files. (in retrospect - why not use ONE glb file?)