Edouard Oudet

Results 5 issues of Edouard Oudet

* the file `extend_interpolations.jl` contains the original version which does not exactly follow Ferrite ordering. The correspondence between reference_coordinates / values can be checked using the `test_ip` function: ```julia using...

* hope it is non breaking with previous use of a single `light` field (with backlighting) * include above example * not completely sure if `assemble_shader` in `utils.jl` is the...

I observed a loss of precision using `ReverseDiff` with respect to `ForwardDiff` on the following simple example: ```julia julia> testprecision() type precision eps(T) = 1.7272337110188889250772703725600799142232e-77 ForwardDiff error = 0.0000000000000000000000000000000000000000e+00 ReverseDiff...

I obtain the following error ```julia julia> GLPlot.init() ERROR: MethodError: Cannot `convert` an object of type String to an object of type Tuple This may have arisen from a call...

Is it possible to link 3D views (camera, zoom) in a layout generated by several `LScene(scene, camera = Makie.cam3d!, raw = false)` like with `linkxaxes!` in 2D?