optix_prime_baking icon indicating copy to clipboard operation
optix_prime_baking copied to clipboard

Shows how to bake ambient occlusion at mesh vertices using OptiX Prime

Results 3 optix_prime_baking issues
Sort by recently updated
recently updated
newest added

If each of the equations: Cj0 * bar.x + Cj1 * bar.y + Cj2 * bar.z = Si in [Mij] [Cj] = [Si] is weighted by w. When we take...

I was not able to run the sample program as it crashes at the beginning after completing the loading of a mesh at the fuction RtpModelUpdate in optix_prime.h. I used...

![cattura](https://cloud.githubusercontent.com/assets/8605453/16519542/1be565a6-3f8a-11e6-939e-00228f3cfe2c.PNG) Hi, I would visualize the normal vectors using a vertex shader and geometry shader. I'm using this code in the vertex shader: "mat3 normalMatrix = mat3(transpose(inverse(view \* model)));\n" "vs_out.normal...