We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b64f657 + 866300f commit 654a939Copy full SHA for 654a939
include/tntn/FileFormat.h
@@ -119,8 +119,8 @@ class FileFormat
119
switch(m_value)
120
{
121
case OBJ: //fallthrough
122
- case OFF: //fallthrough
123
- case TERRAIN: return MeshMode::decomposed;
+ case OFF: return MeshMode::decomposed;
+ case TERRAIN: return MeshMode::triangles;
124
default: return MeshMode::none;
125
}
126
0 commit comments