Planet-LOD
Planet-LOD copied to clipboard
Planet Rendering: Adaptive Spherical Level of Detail based on Triangle Subdivision
Results
1
Planet-LOD issues
Sort by
recently updated
recently updated
newest added
I found that in the idx definition there is one duplicated face (10, 7, 6). Current code is: > std::vector idx({ > 0, 11, 5, 0, 5, 1, 0, 1,...