Frederic Freyer
Frederic Freyer
This adds a couple of things: - the main `load("filename.obj")` now also reads "usemtl" commands and treats them like a vertex attribute. I.e. it maps the related material names to...
I thought it would be good to move some of the ideas/plans I mentioned in #1 into standalone issues. One way to speed up slides would be to generate the...
# Description Fixes #4148 Based on some testing with Simon the cause of the issue seems to be `gl_ClipDistance` being used in a geometry shader. This pr replaces that with...
- what version of Makie are you running? 0.21.7 master - can you reproduce the bug with a fresh environment ? yes - What platform + GPU are you on?...
Replacement for #95 after #97 is merged. Tests pass with warnings locally due to missing cube.mtl Example from #95 becomes: ```julia using FileIO, MeshIO, GeometryBasics path = "..." filepath =...
(I moved the branch to MeshIO for this one) Changes for https://github.com/JuliaGeometry/GeometryBasics.jl/pull/219 TODO: Get things working for (some may already work as is, haven't checked yet) - [x] 2dm -...
# Description We have `shared_attributes(parent, TargetType)` as a function that filters attributes from `parent` applicable to `TargetType` but we are not using it. This pr aims to extend the function...
# Description Related: #4445, #2637 This adds an `origin` to `Transformation` so that `rotate!()` and `scale!()` can be relative to something other than `Vec3(0)`. It can be set with `translate_origin!()`...
# Description PR for the next breaking release Merge TODO: - [ ] #4319 - [ ] #4357 - [ ] #4368 - [ ] maybe #4399
# Description Another prototype for the suggestions from #4131 and #4294. This one adds a new `viewmode = :free` which skips the complications of making the other viewmodes work with...