Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JakubBaku

Pages: [1]
1
Support / Re: Camera rotation.
« on: May 13, 2018, 12:20:48 pm »
Okay I figured it out:
Code: [Select]
Matrix m = new Matrix();
m.rotateY(new angle);

camera.setBack(m);

2
Support / Camera rotation.
« on: May 13, 2018, 12:06:32 pm »
Hi, I'm starting with jPCT and I'm trying to make a moving camera but every single method in camera class just increments the already set angle and what I want to do is to SET angle, not INCREMENT it. Any thought on that one? Thanks in advance :P

3
Support / Re: New to jPCT
« on: February 07, 2017, 09:31:32 am »
Desktop. PS Could you make some tutorials especially for begginers because I want to start having fun with game development using your engine. Thanks in advance

4
Support / New to jPCT
« on: February 06, 2017, 06:40:26 pm »
Hi, I'm new to jPTC. I tried to start learning but I can't find good tutorials. Can somebody point me in valid direction?

Pages: [1]