JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
164 stars 54 forks source link

fix (generated) normals of Pyramid #141

Closed ffreyer closed 3 years ago

ffreyer commented 3 years ago

Fixes the directions of normals of the bottom faces of a Pyramid. Since it's kinda hard to see - the change here is swapping ru, rd and ld, lu so that the winding directions is correct.

Mentioned in #139