shards icon indicating copy to clipboard operation
shards copied to clipboard

CSG static model rendering

Open guusw opened this issue 2 years ago • 7 comments

The shapes/operations defined by the shards (#455) need to be evaluated on the GPU, raymarching the result for now.

  • [ ] We should try use the existing shader translator to take a shards definition an render it
  • [ ] Add some kind of root shard (CSGModel, Model) that contains the list of shapes/operation inside it, the output is a Drawable that can be passed to the renderer

guusw avatar Nov 14 '22 14:11 guusw