My CMON16 entry

freakinacage

Well-known member
Originally posted by Ritual
This is a nice idea, but there are problems making it look less impressive than it could potentially do. Mr. Inacage already mentioned the dry-brushed look of the light reflections. Another thing is that you have focused too much on the colour of the reflections and not the light, which is the key thing to \"sell\" an effect like this.

Here is the top image without colours:
osl-grey.jpg


As you can see, you barely notice the \"light\" reflections here. That means the value of the light reflections is very similar to that of the unlit wall. This enhances the painted-on look of the orange \"light\". Make it lighter, and you will immediately get a more powerful effect.

thats very interesting, you are a clever man anders! (no matter what they say!)
 

Thryth

New member
java.awt.Color ;)

I\'ll translate...

oslColor.brighter();

I hope that helps. :D

Originally posted by majestic0110
lol excellent suggestion. But which class does that inherit from ? lol

public static void main(String[] args) {

String oslQuestion = \"How to improve OSL ? \";
String oslAnswer = \"Use lighter colours.\";

String sentence1 = oslQuestion.concat(oslAnswer);
System.out.println(sentence1);
}


::::::Nerd alert:::::::
 
Back To Top
Top