Skip to content

Commit

Permalink
Merge pull request #106 from lume/master
Browse files Browse the repository at this point in the history
Updating Animation branch with latest.
  • Loading branch information
p3nGu1nZz authored Jan 16, 2021
2 parents 6e8c949 + 1521897 commit 245ac3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/as/core/Geometry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,10 @@ export class Geometry extends EventDispatcher {
// // for (var i = 0; i < positions.length; i += 3) {
// // this.vertices.push(new Vector3().fromArray(positions, i))

// if (colors !== undefined) {
// scope.colors.push(new Color().fromArray(colors, i))
// }
// }
// // if (colors !== undefined) {
// // this.colors.push(new Color().fromArray(colors, i))
// // }
// // }

/// WRONG should be i32s
// function addFace(a: f32, b: f32, c: f32, materialIndex: f32) {
Expand Down

0 comments on commit 245ac3f

Please sign in to comment.