Jump to content

[SOLVED] Animation of Environment Parameters


photo

Recommended Posts

Posted

I dont see the possibility to animate these new parameters via Tracker.

 

I guess I could bring it in somehow?

 

Thx.

 

Werner

 

post-767-0-83476000-1460620214_thumb.png

Posted

Hi Werner,

 

Do you mean Ambient / Reflection / Sky intensity? I'm afraid, right now they are not exposed into tracker. You can change them via code:

void setEnvironmentAmbientIntensity(int num,float intensity)
void setEnvironmentReflectionIntensity(int num,float intensity)
void setEnvironmentSkyIntensity(int num,float intensity)
//num = preset number (0 / 1 / 2)

We will add these values into tracker in the next SDK update.

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

Posted

Yes. Exactly.

 

They are different for each preset, arent they?

 

Cool. Thx. 

×
×
  • Create New...