Frederic Freyer

Results 408 comments of Frederic Freyer

With that I get ```julia julia> @benchmark reflectorApply!($x, $τj, $y) BenchmarkTools.Trial: 10000 samples with 71 evaluations. Range (min … max): 847.521 ns … 3.534 μs ┊ GC (min … max):...

(1) With the new changes from the pr: ```julia julia> @benchmark reflectorApply!($x, $τj, $y) BenchmarkTools.Trial: 10000 samples with 156 evaluations. Range (min … max): 662.442 ns … 1.881 μs ┊...

> They should be since I'm using the unit cube, no? Oh, you're right. > Also, they need to return Vec3s, to work with 3d uvw coordinates... Why do we...

Isn't it much more common to texture a surface than a volume though?

I moved the changes from #2261 here since the history there got messed up and it's not that big of a change. As such this now closes #1759 and #1902.

I added `DiagonallyRepeatingMatrix` in #165 but it's only used in measurements atm

I've been playing around with this pr a bit, so I have some more thoughts: I agree with Julius that $\theta$ should go. It's kind of annoying to type, might...

> I'm wondering if it would be better to move grid lines and text to the transform aware scene. That would get rid off all the manual projections. For grid...

I think the question here is: Should the model *attribute* be passed to children? If yes we may need to add `model = :automatic` as a default attribute so that...

CairoMakie behaves like GLMakie and WGLMakie here now. After #3246 the rescaling Axis3 does has also moved to transformation.model, which makes overwriting the model matrix through plot attributes more error-prone.