Page 1 of 1

How to use Slide Manager slide count as a variable?

Posted: 18 Feb 2013, 21:56
by theoribeiro
Hello fellows,

I need to change a Text Texture set on a Slide Manager node depending on the current slide. Since I have a sort of an HUD with information about the slides, I can't set this inside the slide nodes. Every other nodes but my HUD are under a Camera and Projection nodes. To draw this Text inside the individual slides I'd have to be able to bypass this camera node, which I have no idea how to do.

So, is there a way to use the current slide variable as a parameter for a switch or something like that so that I can draw the correct Text?

Thanks in advance for your assistance.

Best regards,

Theo

Re: How to use Slide Manager slide count as a variable?

Posted: 21 Feb 2013, 09:44
by Daniel Willer
So basically it is possible to use the CurrentSlide property to change the Case of a switch node or to directly connect it to a Text node to display it in HUD.
But I think I do not really undestand your problems with the Camera node, a simple example scene would be very helpful.

Cheers!

Re: How to use Slide Manager slide count as a variable?

Posted: 23 Feb 2013, 07:38
by joysprod
If you are trying to use the slide manager count, you could bind it with an OSC output node, and then use an OSC input node wherever you need it to obtain that value. No direct linking is required.

Peter