Davide Prati
Davide Prati
If subtract a box from a sphere: ``` sdfu::Sphere::new(0.45).subtract(sdfu::Box::new(Vec3A::new(0.25, 0.25, 1.5))); ``` It works. But if I subtract a torus from a sphere: ``` sdfu::Sphere::new(0.45)..subtract(sdfu::Torus::new(0.45, 0.1)) ``` I get this...
Hello, I am trying to use this crate in my raytracer that has been written in rust following the first book "raytracer in a weekend" https://raytracing.github.io/books/RayTracingInOneWeekend.html. Now I would like...
Hey, I'm using your widget but since some days I've this error:  The page where I'm loading your widget is: http://davideprati.com/tools When showing...
Would be possible to have a uniform with the size of a texture? considering that `textureSize` is not supported in GLES, it could be helpful to have this value. In...
Step to reproduce it: Make a shader, press the record button. Result: A dialog window to save a .webm file appears on screen. But it is not possible to click...
Hey, I'm using this template to build an addon with of 0.9.8. I'm having this QuickTime error that was present in 0.9.4 but was fixed in 0.9.8. Also, do i...
Hello, I have installed this software on ubuntu but I have this error: ``` Unrecognized option: --enable-preview -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Error: Could not create the Java Virtual Machine. Error: A fatal...
Hello Neil, thanks for your addon. Some fixes to get it working with 10.1: this `raw.begin(ofFboBeginMode::NoDefaults);` In PostProcessing.cpp no longer works. It needs to be: `raw.begin(OF_FBOMODE_NODEFAULTS);` And in RenderPass.h these...
See attached screenshot 
Hello Neil, i was looking exactly for an addon like this! thank you. The example file-live is working fine, but for the other 2 I've this error: `clang: warning: -lpthread:...