Lighting?

Started by
2 comments, last by dpadam450 13 years, 4 months ago
real short,
In my 3d scene all my objects appear dark, is there a way to make them brighter (or more vibrant?) without adding lighting? I am going for a cartoon shading look and do not need shadows.
If this post was helpful please +1 or like it !

Webstrand
Advertisement
I don't know why they would be dark, if you don't enable lighting than all your objects are just the color that you draw them at.
[size=2]My Projects:
[size=2]Portfolio Map for Android - Free Visual Portfolio Tracker
[size=2]Electron Flux for Android - Free Puzzle/Logic Game
Quote:Original post by coderWalker
real short,
In my 3d scene all my objects appear dark, is there a way to make them brighter (or more vibrant?) without adding lighting? I am going for a cartoon shading look and do not need shadows.


if you turn off lighting,in fact,everything will have the same ambient color.check your code
They can only be as bright as your texture (if you are texturing). glColor3f() controls the color of the object when no lighting is on. If using a texture that is not bright enough, brighten it up.

NBA2K, Madden, Maneater, Killing Floor, Sims http://www.pawlowskipinball.com/pinballeternal

This topic is closed to new replies.

Advertisement