playMaker

Author Topic: Camera vignette on/off  (Read 2177 times)

Jeremy11K

  • Playmaker Newbie
  • *
  • Posts: 14
Camera vignette on/off
« on: October 25, 2012, 07:11:17 PM »
Hey All,

I did some searching but couldn't find a solution to this, so my apologies if this has been covered.

I'm working on an iOS game and when there's a lot going on onscreen the vignette camera feature is quite taxing and causes a lot of chugging.

Is there a way in PM to access camera vignette? I tried SetProperty but I couldn't find a way to directly access it.

Thanks!
JK

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Camera vignette on/off
« Reply #1 on: October 26, 2012, 02:03:18 AM »
Hi,

 set property is the best way to access it right now. There is no custom actions of built in way to access the vignetting camera effect.

 Using an alternative to set property is not going to solve your problems on iOS. you should look for a totally different way to do a vignette effect, maybe with another camera composed on top or an optimized vignette effect that performs well on mobiles.

bye,

 Jean

Jeremy11K

  • Playmaker Newbie
  • *
  • Posts: 14
Re: Camera vignette on/off
« Reply #2 on: October 28, 2012, 04:50:44 PM »
Thanks Jean. I appreciate it.