Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sigurd-ss/fig2pov
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurd-ss committed Jun 20, 2019
2 parents 3a58608 + a9bc33d commit 68747ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Each graphics object can have its own 'UserData.povray' structure:
```
cube.UserData.povray.Texture = 'T_Wood1';
h_axes.UserData.povray.Plane.Normal = [0 0 1 -5];
h_axes.UserData.povray.Plane.Color = 'checker color Black, color White';
```
This gives:

Expand All @@ -89,7 +88,7 @@ end
view(3)
axis equal
h_axes = gca;
h_light = camlight('right')
h_light = camlight('right');
% Set spheres povray options
for i=1:5
Expand Down

0 comments on commit 68747ca

Please sign in to comment.