The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
64 bit assembler
»
Mikl__'s ml64 examples
»
Lessons are not published on the NeHe site
« previous
next »
Print
Pages: [
1
]
Author
Topic: Lessons are not published on the NeHe site (Read 4118 times)
Mikl__
Member
Posts: 1345
Lessons are not published on the NeHe site
«
on:
May 10, 2021, 12:37:16 PM »
Lessons are not published on the
NeHe site
, but are based on NeHe lessons
Lesson X2: Opengl Frustum Culling
A simple and straightforward way to throw unnecessary objects overboard.
Interaction:
Down/Up Arrow
― Move Camera forward/Back
Left/Right Arrow
― Rotate the camera to the left/right
U/u
- Tilt the camera
u
p
D/d
― Tilt the camera
d
own
Keypad "+"
/
"-"
― Add object (maximum 1000)/Remove object (at least 1)
W/w
― Increase viewing angle (FOV)
T/t
― Decrease viewing angle (FOV)
G/g
― Turn on/off
g
rid
M/m
― Change
m
ode (objects can be points, spheres and cubes)
C/c
― Turn on/off
c
ulling, clipping on the visibility pyramid
A prototype is
Mark Morley's OpenGL Frustrum Culling Tutorial
«
Last Edit: May 10, 2021, 08:49:36 PM by Mikl__
»
Logged
https://wasm.in/
jj2007
Member
Posts: 13945
Assembly is fun ;-)
Re: Lessons are not published on the NeHe site
«
Reply #1 on:
May 10, 2021, 05:49:52 PM »
Minor problem:
“missing glut32.dll” with OpenGL under VS2010
Quote
glut32.dll is
not
a core system library. It's not installed there by default.
Logged
Masm32 Tips, Tricks and Traps
Mikl__
Member
Posts: 1345
Re: Lessons are not published on the NeHe site
«
Reply #2 on:
May 10, 2021, 07:04:46 PM »
Ciao, Jochen!
Questo è specialmente per te!
Logged
https://wasm.in/
jj2007
Member
Posts: 13945
Assembly is fun ;-)
Re: Lessons are not published on the NeHe site
«
Reply #3 on:
May 10, 2021, 07:07:58 PM »
Very, very nice - thank you,
Mikl
!
Logged
Masm32 Tips, Tricks and Traps
Mikl__
Member
Posts: 1345
Re: Lessons are not published on the NeHe site
«
Reply #4 on:
August 25, 2021, 11:12:10 PM »
Lesson #40
remains, but there are classes, public, inheritance and other "delights" of object-oriented programming in this lesson, I am very poor at this...
Logged
https://wasm.in/
learn64bit
Member
Posts: 188
Re: Lessons are not published on the NeHe site
«
Reply #5 on:
September 04, 2022, 11:05:37 PM »
Wired, no FPS and FOV display.
Logged
Mikl__
Member
Posts: 1345
Re: Lessons are not published on the NeHe site
«
Reply #6 on:
September 04, 2022, 11:50:04 PM »
你好
learn64bit
!
You can correct my mistakes and write my code better...
«
Last Edit: September 05, 2022, 08:37:55 AM by Mikl__
»
Logged
https://wasm.in/
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
64 bit assembler
»
Mikl__'s ml64 examples
»
Lessons are not published on the NeHe site