www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: kelmer on February 07, 2013, 11:54:50 am

Title: Additional Clip Planes
Post by: kelmer on February 07, 2013, 11:54:50 am
Has this been removed from AE? I can't find the setClippingPlane() and removeClippingPlane() methods in the framebuffer object. Is there a good reason not to include them?
Title: Re: Additional Clip Planes
Post by: EgonOlsen on February 07, 2013, 02:43:43 pm
Yes, that's because there's no support for them in ES 1.0 and ES 2.0. There is support in ES 1.1, but in my test, it didn't do anything...so i removed support for them from the API.
Title: Re: Additional Clip Planes
Post by: kelmer on February 07, 2013, 05:10:12 pm
Well that does seem like a good reason  ;D