Search found 4 matches

by Keyosz
Wed Jul 14, 2010 2:33 pm
Forum: Off-topic
Topic: Boost Thread
Replies: 6
Views: 2342

...So if I lock/trylock/timedlock each resource that is shared before accessing it and unlock it afterwards, it's still not good enough? Yes it is safe, but end up slow, because it serialize the parallel path execution if the shared resources are heavily accessed/used by both threads, because when ...
by Keyosz
Wed Jul 14, 2010 2:14 pm
Forum: Beginners Help
Topic: Ambient lighting
Replies: 5
Views: 775

by Keyosz
Wed Jul 14, 2010 2:13 pm
Forum: Beginners Help
Topic: Big problems with lights
Replies: 6
Views: 658

by Keyosz
Wed Jul 14, 2010 2:01 pm
Forum: Code Snippets
Topic: (C++) Directional lights
Replies: 2
Views: 8659

Thank you Nomad, your informations have been usefull, i have found tricky to understand how to use it by simply read the docs provided the first time and the included samples show only how to use point lights, anyway if you agree i would like to add a sample code i have made myself to explain the di...