Main Menu
Menu

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.

Show posts Menu

Messages - JakubBaku

#1
Support / Re: Camera rotation.
May 13, 2018, 12:20:48 PM
Okay I figured it out:

Matrix m = new Matrix();
m.rotateY(new angle);

camera.setBack(m);
#2
Support / Camera rotation.
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
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
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?