mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-03-03 06:51:43 -05:00
jshint fixes
This commit is contained in:
parent
31760c34a8
commit
0f7b5edcd7
@ -8,7 +8,6 @@
|
||||
"immed": true,
|
||||
"latedef": "nofunc",
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
"nonew": true,
|
||||
"plusplus": false,
|
||||
|
@ -20,8 +20,6 @@ function parseObj(objFile, inputPath, done) {
|
||||
}
|
||||
|
||||
function processObj(objFile, info, materials, images, done) {
|
||||
var i, length;
|
||||
|
||||
// A vertex is specified by indexes into each of the attribute arrays,
|
||||
// but these indexes may be different. This maps the separate indexes to a single index.
|
||||
var vertexCache = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user