Let's not rotate the example clear out of view.

SVN revision: 64865
This commit is contained in:
David Walter Seikel 2011-11-07 10:34:34 +00:00
parent d95ddbfe79
commit 191c19be96
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ collections {
--// Toss it around.
D.map:rotate(45.0, 75, 75);
D.map:zoom(1.5, 1.5, 75, 75);
D.map:rotate3d(90.0, 180.0, 45.0, 75, 75, 0);
D.map:rotate3d(10.0, 20.0, 30.0, 75, 75, 0);
D.map:perspective(200, 200, 0, 20);
--// For image UV mapping.