Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 2.41 KB

README.md

File metadata and controls

72 lines (57 loc) · 2.41 KB

OctGL

CSharp Monogame Octree Graphics Library

This project is for octree spatial representation.

Build from triangle mesh model

Demo

Demo

Fill object and optimize octree

Sample wireframe

Show normals

Sample model normals

Operations

Union

1 2 3

Intersection

1 2 3

Substract

1 2 3

Reverse

1 2

Sponza level 8 sample

Sample model normals

Compiled with MonoGame 3.7.1
UI created with Myra
Load 3D file models with AssimpNET
Sample dragon model from TurboSquid
AABB triangle intersection based on StackOverflow