Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
LazOpenGLCore
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bitSpace
LazOpenGLCore
Commits
f2d7271c
Commit
f2d7271c
authored
Apr 10, 2018
by
Martok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[glcCamera] fix usage example in comment
parent
1030fd79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
uglcCamera.pas
uglcCamera.pas
+1
-1
No files found.
uglcCamera.pas
View file @
f2d7271c
...
...
@@ -9,7 +9,7 @@ unit uglcCamera;
camera := TglcCamera.Create;
try
camera.Perspective(45,
0.01, 100, 800/6
00); // define perspective view
camera.Perspective(45,
800/600, 0.01, 1
00); // define perspective view
camera.Move(gluVector(2, 3, -5)); // move 2 right, 3 up and 5 back
camera.Tilt(-25); // turn 25 degrees down
camera.Turn(-10); // turn 10 degrees left
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment