panda3d Questions

2

Solved

I am using the python Ursina engine. I want to import a .OBJ file, but it never works, yet no errors are raised. I have tried: from ursina import * from ursina.mesh_importer import * app = Ursina(...
Iconology asked 30/3, 2021 at 15:18

2

Solved

I am wondering about how to make a simple cube texture in the Python Panda3D wrapper, ursina engine library. Here's the code that I have tried. from ursina import * app = Ursina() window.fps_count...
Brachio asked 26/2, 2021 at 12:25

1

Solved

A Panda3D program opens with a certain window size. I cannot find any call in GraphicsWindow to set or change the window size. How do I change the window size?
Bary asked 21/2, 2013 at 10:57
1

© 2022 - 2024 — McMap. All rights reserved.