tylermorganwall

Results 51 comments of tylermorganwall

I've implemented interactive controls in my hybrid pbrt/RTIOW [unidirectional pathtracer in R](https://github.com/tylermorganwall/rayrender), and after a lot of experimentation I think I've settled on a minimal style of camera interactivity that...

I have created a pull request that I believe fixes this issue. It uses Newell's method to project the points to the coordinate system defined by the normal and triangulate...

Agreed with George: you don't have enough degrees of freedom with two runs to fit your linear model (as the error in skpr points out).

Why do you suspect the design generated is not G-optimal?

Getting the same error message in my Github Actions package CHECK, both on ubuntu-20.04 (devel) and (release) https://github.com/tylermorganwall/rayvertex/runs/2808437042

My original pull request had a bug introduced when switching to a struct instead of an array (x-axis selected instead of y while calculating Newell's method), so I submitted another...

Do you have an example that does not require a special dataset that reproduces this issue?

@francisvolh The second file is the TIF again: can you provide the PNG overlay?

Can you output the result of: ```r str(convert_rgl_to_raymesh()) ``` when you have a render that isn't being colored in? And can you see if the file(s) at the location specified...

I don't believe this is still an issue--if it is, feel free to comment below.