Harium / ground-truth

Artificial environment to assist image processing evaluations
0 stars 0 forks source link

Render Depth Map #9

Open yuripourre opened 3 years ago

yuripourre commented 3 years ago

It can be super useful to simulate RGBD sensors.

Example: https://www.microbasic.net/tutorials/shadow-mapping/Full.html

yuripourre commented 3 years ago

Example using shader:

https://github.com/xoppa/blog/blob/master/tutorials/src/com/xoppa/blog/libgdx/g3d/createshader/step5/ShaderTest.java

Another example(s): https://gist.github.com/mattdesl/4393861 https://stackoverflow.com/a/23282940