Skip to content

Commit

Permalink
Update ortho.html
Browse files Browse the repository at this point in the history
deltamelter authored Oct 7, 2024
1 parent b9080ed commit c198fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortho.html
Original file line number Diff line number Diff line change
@@ -103,8 +103,8 @@

const animate = () => {
requestAnimationFrame(animate);
//object.rotation.x += 0.01;
object.rotation.y += 0.01;
object.rotation.x += 0.01;
//object.rotation.y += 0.01;
renderer.render(scene, camera);
};
animate();

0 comments on commit c198fce

Please sign in to comment.