Hi,
I am trying (again) to learning Jo Engine but I am struggling with a simple thing: put the vdp2 as a floor (or correct the camera perspective):
my current code:
#include <jo/jo.h>
static jo_pos3Df pos, rot;
static jo_palette floor_pal;
static jo_camera cam;
static jo_vertice...
Hi !
I've created a small code of a box going ever to the right and a jump button
But when I tried to move the camera, it did not work
What I did wrong here?
#include <jo/jo.h>
// Structure to store the cube's position and velocity
typedef struct
{
jo_pos3Df position;
float velocity_y...
I'm trying to build a simple low-poly sphere that is "playable" using a Sega Saturn gamepad (similar to the game Marble Madness) with Jo Engine
The code I'm using is as follows:
the result is:
https://imgur.com/rytTvAq
As you can see, the low-poly sphere is not rotating like a ball when I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.