NextPreviousHomecan we use shaders effect for reading system values?

SamSaam | 15 years ago | 1 comment | 2.8K views

For example I want to read system clock and make a 3d real analog clock, I must able to read hour:minute:second and change the properties of 3 png pictures for rotating and place in the 3d space
Or I want to read a list of video files in a directory and play one by one in a video layer in loop mode




Share this on FacebookShare this on X

You can use the shader variable LocalTime to create an analog clock:

float4 LocalTime The local time (hours, minutes, seconds, milliseconds)

More information about creating your own shaders can be found at the bottom of the FX page of the user guide:

outerspace-software.com...

michiel, 15 years ago


Comment to this article

You must be logged in before you can comment to this article. Login | Register

More by SamSaam