Skip to content

Commit

Permalink
Add more distance to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Sep 25, 2017
1 parent 5122922 commit 955b3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoxelSpace.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
var dz = 1.;

// Draw from front to back
for(var z=1; z<600; z+=dz)
for(var z=1; z<800; z+=dz)
{
// 90 degree field of view
var plx = -cosang * z - sinang * z;
Expand Down

0 comments on commit 955b3ee

Please sign in to comment.