python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to add texture to mesh entity
I had created a simple entity with the mesh model, and i'd like to add texture on it.
Here is the code:
class Slide(Entity):
def __init__(self, position = (0, 0, 0), rotation = (0, 0, 0)):
...
nHyper
Votes: 0
Answers: 1
Cant load model for entity in program
I have an .obj file which the model i want to add, which is stored at:
C:\Users\MTLS\source\python\Models_2-3D models\Triangular_Prism.obj
But when i try to load the model into the entity using this ...
nHyper
Votes: 0
Answers: 1
Raycast not hitting anything in python ursina
This program will have a cube, a ground underneath and a raycast to detect the ground.
Issue
But the raycast is not hitting anything, even if i change the "direction" section to anything
Co...
nHyper
Votes: 0
Answers: 1
How to fix "name 'render' is not defined" in Ursina Engine?
So I've just started with "Ursina" Engine, I'm still very new to it. I'm trying to make a Minecraft game on Youtube tutorial with this Engine. And for some reason, the program keeps giving m...
Le Nguyen
Votes: 0
Answers: 1