mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-02-07 07:22:51 -05:00
Expand comment
This commit is contained in:
parent
0f7b5edcd7
commit
1a2162ad85
@ -172,7 +172,7 @@ function processObj(objFile, info, materials, images, done) {
|
||||
line = line.trim();
|
||||
var result;
|
||||
if ((line.length === 0) || (line.charAt(0) === '#')) {
|
||||
// Nothing to process
|
||||
// Don't process empty lines or comments
|
||||
} else if ((result = vertexPattern.exec(line)) !== null) {
|
||||
positions.push(
|
||||
parseFloat(result[1]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user