mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-03-03 06:51:43 -05:00
Remove whitespace
This commit is contained in:
parent
06b68cd6a0
commit
fec860ede0
@ -181,7 +181,6 @@ function processObj(objFile, info, materials, images, done) {
|
|||||||
parseFloat(result[1]),
|
parseFloat(result[1]),
|
||||||
parseFloat(result[2])
|
parseFloat(result[2])
|
||||||
);
|
);
|
||||||
|
|
||||||
} else if ((result = facePattern1.exec(line)) !== null) {
|
} else if ((result = facePattern1.exec(line)) !== null) {
|
||||||
addFace(
|
addFace(
|
||||||
result[1], result[1], undefined, undefined,
|
result[1], result[1], undefined, undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user