ursina

How to increase FPS in ursina python

How to increase FPS in ursina python Question: I want to create survival games with infinite block terrain(like Minecraft). So i using ursina python game engine, you can see it here So i using perlin noise to create the terrain with build-in ursina block model. I test for first 25 block and it work pretty …

Total answers: 2

Issue with FirstPersonController in Ursina

Issue with FirstPersonController in Ursina Question: I’m using the Ursina engine to create a 3D game. However, when I try to load the FirstPersonCharacter, all I got is a grey background (normal) and a very small magenta square, in the center, tilted at 45°. What is that ? I was first trying to make my …

Total answers: 1

Using 3d obj files and textures in Ursina for python

Using 3d obj files and textures in Ursina for python Question: I am trying to load a 3d object into a program written with Ursina. I am able to load the 3d file, and I can load the textures, but they won’t load together. I’m sure there is something I am misunderstanding about the 3d …

Total answers: 1