www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Davi on October 30, 2011, 10:39:34 am

Title: How set my projection matrix to to jpct-ae
Post by: Davi on October 30, 2011, 10:39:34 am
I have got a projection 4*4 matrix,wanna to  set to jpct-ae,but don't know how to set it ?can you help me ?
Title: Re: How set my projection matrix to to jpct-ae
Post by: EgonOlsen on October 30, 2011, 07:56:35 pm
As said in the other thread: You can't do that. If you want to battle with the matrices directly, why are you using a 3D engine in the first place? Maybe we should go one step back and ask: What are you actually trying to achieve with all this? Maybe there's a better way than trying to stick some code based on OpenGL directly into a 3D engine.