Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Megisto on April 20, 2012, 05:36:53 PM

Title: [SOLVED] Camera over camera and mouse pick event problem
Post by: Megisto on April 20, 2012, 05:36:53 PM
I have a camera rendering over another, because i want to render some 3d box as button over my action camera.

The problem is using the "mouse Pick Event". If i click the box-button form the action camera the event works, if i click the same object from my "button" camera the event does not work. As the box can be picked from a camera, but not from the another one.
Title: Re: Camera over camera and mouse pick event problem
Post by: Alex Chouls on April 20, 2012, 11:15:28 PM
Mouse Pick uses the main camera.

I posted a Set Main Camera action here:
http://hutonggames.com/playmakerforum/index.php?topic=1430

This should let you set the main camera before performing other actions...

Title: Re: Camera over camera and mouse pick event problem
Post by: Megisto on April 21, 2012, 07:21:52 AM
Thank you very much