Skip to content

Commit

Permalink
Fix persistance example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Mar 27, 2019
1 parent d8006e6 commit 9cb9138
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/core/persistence/app.js
Expand Up @@ -143,8 +143,9 @@ const animationLoop = new AnimationLoop({

sphere = new ModelNode(gl, {
id: 'electron',
iterations: 4,
geometry: new IcoSphereGeometry(),
geometry: new IcoSphereGeometry({
iterations: 4
}),
program: new Program(gl, {vs: SPHERE_VS, fs: SPHERE_FS})
});

Expand Down

0 comments on commit 9cb9138

Please sign in to comment.