Haoxuan (Thomas) Wang

Results 6 issues of Haoxuan (Thomas) Wang

Originally brought up in issue #426 created earlier Here is the copied info: ***************************************************************************** This may be long and a little involved. I will try my best to explain the...

This may be long and a little involved. I will try my best to explain the possible issue. It's an issue of implementation detail of harmonic weight used by warped-area...

Hi, when I am using CMake-gui to "Generate" after "Configure", I got this error: CMake Error: CMake can not determine linker language for target: rtxdi-runtime-shader-tests Generating done (1.1s) A little...

For the following 2 boxes, they touch on plane x=1 ```rs use nalgebra::Vector3 as v3; let box1 = Cuboid::new(v3::new(0.5, 0.5, 0.5)); let pos1 = Isometry3::translation(0.5, 0.5, 0.5); let pos2 =...

Steps to reproduce: run the function below, open exr with TEV, inspect the channel values. In the multi-line comment where we set channel names, I suppose TEV behave like that....