How does 3dsmax (for example) implement more than 8 lights?

ElDonAntonio

Senior member
Aug 4, 2001
967
0
0
OpenGL has an 8 light limitation, how does progs like 3Dsmax allow you to create more lights than that?
 

RSMemphis

Golden Member
Oct 6, 2001
1,521
0
0
Software rendering... What did ray tracers do back in the day when there was no hardware acceleration?
It's much slower, of course.
Basically, they already calculate the textures directly for the light sources.
 

ElDonAntonio

Senior member
Aug 4, 2001
967
0
0
For the rendering, no doubt it's a raytracer doing the job, but can't you see the lights in action in the viewports while working?