Jump to content

[SOLVED] post_filter_wet default value error


photo

Recommended Posts

Posted

By default the post_filter_wet material does not animate because the "normal_transform" parameter is set to vec4(1.0f,1.0f,0.0f,0.0f) but should be set to vec4(1.0f,1.0f,0.0f,time *1.0f)

 

Posted

Don't think it's a bug, as ALL material transforms are initialized by vec4 (1,1,0,0)

Posted

Ulf right - this is actually not a bug. To avoid confusion we will replace normal_transform parameter for post_filter_wet with vec4(1.0f,1.0f,0.0f,time) in the next SDK update.

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...