issues
search
niessner
/
mLib
Research Library used in the Visual Computing Lab
http://niessnerlab.org
MIT License
89
stars
45
forks
source link
Bug fix for 3D textures and OBJ files
#3
Closed
dazinovic
closed
6 years ago
dazinovic
commented
6 years ago
The template argument in the class D3D11Texture3D was incorrect (RGBColor instead of T)
The method loadFromOBJ didn't work correctly if the OBJ file used relative indices. This has been fixed now.