ScratchData LogoScratchData
Back to tsf70's profile

bsp suzanne test 3

TStsf70•Created January 10, 2024
bsp suzanne test 3
11
10
124 views
View on Scratch

Instructions

dont mind the lag i did not put effort into rendering optimizations or backface culling still working on the bsp tree generation since it is still pretty terrible with some objects, somehow almost perfect with this one

Description

it generates around the same number of triangles of chrome_cat's bsp, and it generates 3x less triangles than normal bsp (989 tris vs 3023 tris) which is why alltrue should *cough* switch to n-gons *cough-cough* also n-gon bsp does have its own issues, well really just one issue, if a vertex is coplanar, it will assume that polygon may not be intersecting the plane, a fix to this is to just check two segments instead of one which i what i plan to do in the rewrite laterrr on

Project Details

Project ID948664555
CreatedJanuary 10, 2024
Last ModifiedJanuary 11, 2024
SharedJanuary 11, 2024
Visibilityvisible
CommentsAllowed