rm push/pop
This commit is contained in:
@@ -89,7 +89,7 @@ for (i = 0; i < length(model.meshes); i++) {
|
||||
log.console(` primitive[${j}]: topology: ${p.topology}, indices: ${p.indices}, material: ${p.material}`)
|
||||
ak = array(p.attributes)
|
||||
parts = []
|
||||
for (k = 0; k < length(ak); k++) parts.push(ak[k] + ': ' + text(p.attributes[ak[k]]))
|
||||
for (k = 0; k < length(ak); k++) parts[] = ak[k] + ': ' + text(p.attributes[ak[k]])
|
||||
log.console(' attributes: {' + text(parts, ', ') + '}')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user