Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LazOpenGLCore
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
bitSpace
LazOpenGLCore
Commits
f2d7271c
Commit
f2d7271c
authored
7 years ago
by
Martok
Browse files
Options
Downloads
Patches
Plain Diff
[glcCamera] fix usage example in comment
parent
1030fd79
Branches
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uglcCamera.pas
+1
-1
1 addition, 1 deletion
uglcCamera.pas
with
1 addition
and
1 deletion
uglcCamera.pas
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment