Jump to content

Animate shadow distance Visibility of a Light


photo

Recommended Posts

Posted

... by tracker. The variable is not listed when trying to add a track.

Can you add thoses parameters in upcoming version?

I had this before with some values.... There are some entries somewhere in the core inst it?

Can you point me please again to those files...

Cheers

Werner

 

Posted

Hi Werner,

Just add shadowDistance parameter to the <Project>/data/core/systems/tracker/parameters/node.parameters:

<parameter type="node.light.shadowDistance" track="float" min="0" max="inf" object="Light">
	<set>OBJECT.setShadowDistance(VALUE);</set>
	<get>VALUE = OBJECT.getShadowDistance();</get>
</parameter>

image.png

Not sure about min value, maybe -inf is the right value for that :)

  • Like 1

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

Posted

Many ThanX!!

×
×
  • Create New...