-
Greetings, I am trying to make a simple title screen with a city background, But It's really hard to do so, I could either use load_blender_scene or load_model and get a problem eitherway.
Here's w…
-
Is there any way to add an emissive texture (a texture that glows in certain given areas ) to an entity in Ursina ?
If yes how to apply it ?
note : i need it to make power orbs , magical stuff etc.…
-
![image](https://github.com/IndividualCoder/UrsinaEditor/assets/7357054/ba352730-ad13-4cb3-9b1f-cd5db5b70b23)
-
I see a deterministic discrepance with the terrain generation respect to my camera. Im only seeing it or this is a bug?
My code is here:
```
from ursina import *
import math
app = Ursina()
w…
-
Head
-
Meow
-
[https://github.com/pokepetter/ursina/blob/master/samples/fps.py]
Traceback (most recent call last):
File "C:\Users\Dimuth De Zoysa\AppData\Local\Programs\Python\Python310\lib\site-packages\ursi…
-
```
Traceback (most recent call last):
File "/home/fredi/PycharmProjects/Games/main.py", line 11, in
ground = Entity(model=Terrain('heightmap_1', skip=8), scale=(40,5,20), texture='heightmap…
-
Hi,
I am making a program that allows you to make games without coding, and I need to use `tkinter` because it has very helpful widgets and geometry managers.
So how can you put `ursina` in a frame …
-
Hi! I would like to look in to ursina but I can't seem to get the basic examples working. Maybe I'm doing something stupid. I followed the instructions in [Ursina Game Engine Tutorial for Dummies](htt…