Hi,

I want to put some actors on stage in particular z order - so I use
*depth* property before adding them to stage because I don't want to
keep track when I added them.

Problem is that I don't want to see size reduction when putting actors
depth to -10.

I've realized that this is because stage perspective property, so I've
tried to play with it so see results.

I've tried to change the field of view angle *fovy* and set it to 0.
That made sense to me because if angle would be 0° that means I will
not see size change when changing depth.
But, if fovy is 0 then I get nothing showed on stage.

Best results I got is when I set fovy to 0.001. Then it is impossible
to see the difference in size, but I don't know if this is the best
way to do it.

Any suggestions?

I use 1.10 version and I don't know if it will make difference if I
use z_position when I upgrade to new 1.12.

Thanks
_______________________________________________
clutter-app-devel-list mailing list
clutter-app-devel-list@clutter-project.org
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to