Open jacobleft opened 6 months ago
This should get fixed in 0.21 with lines like https://github.com/MakieOrg/Makie.jl/blob/b7060f6fe349bd89df96111e19d1883aeebfb3c1/src/conversions.jl#L549 Ref #3650
This still errors so at least one conversion paths is not converting the normals. Should be fairly easy to fix by checking which ones get called and adding the decompose(Vec3f, n)
]activate --temp; add Makie
)Construct the mesh of a cube using GeometryBasics.jl, explicitly computing the normals, and draw it with WGLMakie
With
T = Float64
, the above example code gives the following errors:If
T=Float32
orusing GLMakie
, the example code runs fine without errors.