Iron update

This commit is contained in:
luboslenco
2020-03-20 10:15:49 +01:00
parent 39d511bd71
commit c09072b6bd
-3
View File
@@ -81,9 +81,6 @@ plugin.drawUI = function(ui) {
po.data.raw.index_arrays[0].values = ia32;
let geom = po.data.geom;
geom.positions = pa16;
geom.normals = na16;
geom.uvs = ua16;
geom.indices[0] = ia32;
geom.ready = false;
geom.build();