SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.32k stars 229 forks source link

billboardshader: colorize, don't just multiply image intensity #31

Closed jethac closed 8 years ago

jethac commented 8 years ago

It's sometimes useful to be able to colorize billboards. This doesn't impact existing usage - the billboard image for lights is unaffected, and it's not like there's more data flying around seeing as the structure was padded with a float3 prior to this.

abeckus commented 8 years ago

Thanks for making the pull requests, I will review and merge in due time.

Alan

abeckus commented 8 years ago

Merged

Thanks Alan

jethac commented 8 years ago

Thanks!