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,
|
"immed": true,
|
||||||
"latedef": "nofunc",
|
"latedef": "nofunc",
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"noempty": true,
|
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
"nonew": true,
|
"nonew": true,
|
||||||
"plusplus": false,
|
"plusplus": false,
|
||||||
|
@ -20,8 +20,6 @@ function parseObj(objFile, inputPath, done) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function processObj(objFile, info, materials, images, done) {
|
function processObj(objFile, info, materials, images, done) {
|
||||||
var i, length;
|
|
||||||
|
|
||||||
// A vertex is specified by indexes into each of the attribute arrays,
|
// 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.
|
// but these indexes may be different. This maps the separate indexes to a single index.
|
||||||
var vertexCache = {};
|
var vertexCache = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user