1
Projects / Re: is there any DOOM remake or QUAKE remake project with JPCT?
« on: August 20, 2016, 06:37:58 pm »
It's a pretty tough genre for an indie developer (if you aim for quality).
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.
vTargetPos.sub(vPlayerPos); //to get direction vector
vTargetPos.normalize(vTargetPos);
vUp.set(vTargetPos.calcCross(VECTOR_LEFT)); // I do not care about the up vector, so I calculate an abitrary one
shot.setOrientation(vTargetPos, vUp);