Skip to content

Commit

Permalink
Rendering quality enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
syanenko committed Jan 24, 2023
1 parent 5e5ea63 commit b70db6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified examples/ex_lathe.mlx
Binary file not shown.
Binary file modified examples/ex_lights_spiral.mlx
Binary file not shown.
4 changes: 3 additions & 1 deletion examples/ex_lights_spiral_utf8.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
pl.include("shapes");
pl.global_settings("assumed_gamma 1");

% Camera
pl.camera('angle', 25, 'location', [22 18 13], 'look_at', [0 -0.8 4], 'type', 'perspective');

% Light
pl.light('location', [10 -10 10], 'color', [1 1 1]);
pl.axis('length', [7 7 7]);

% Marks amount
nmarks = 100;
Expand Down

0 comments on commit b70db6f

Please sign in to comment.