bfops / playform

Voxel sandbox project in Rust
http://playformdev.blogspot.ca/
MIT License
212 stars 24 forks source link

Trees should be faster #164

Open bfops opened 8 years ago

bfops commented 8 years ago

Trees should place almost instantaneously

bfops commented 8 years ago

Some noticeable time (less than a second but more than 100ms) is spent pre-evaluating the voxels in the area that will be brushed. This could be improved.

But most of the time is spent in actually evaluating the brush function in each of the voxels. This should be the focus!