Skip to main content

Questions tagged [panda3d]

Panda3D is an open source 3D Engine originally developed, and still actively maintained, by the Walt Disney VR Studio. Additional development and support for the open source community is provided by the Entertainment Technology Center of Carnegie Mellon University.

panda3d
0 votes
1 answer
34 views

Ursina "panda3d.core.NodePath" has no attribute to "uvs"

I'm trying to recreate Minecraft in Ursina engine (python), but when I created the inventory spots, there was an AttributeError. I tried to make a set_texture function in a class called Item. This is ...
Albair's user avatar
  • 11
1 vote
1 answer
40 views

Why procedural models in Ursina are shaded differently

I can't figure out how to make Ursina procedural models look the same as mesh-based models. from ursina import * from ursina import shaders app = Ursina() L1 = DirectionalLight(color=color.white) L1....
Roman Rolinsky's user avatar
0 votes
0 answers
33 views

Ursina Python Level Switch

When trying to go back to the main menu, it says 'menu' not defined whereas it has been used previously in other functions. This only happens when I press the 'escape' key to exit the level and go ...
Tectonic's user avatar
0 votes
0 answers
43 views

Panda3D / Ursina - Assertion Error at line 601 of nodePath.cxx

I'm currently making a survival game in Ursina Engine but somewhere in development I did something and now this error is spamming my console. I literally can't see anything in the console because it ...
Frinkifail's user avatar
-1 votes
2 answers
268 views

Dependencies in installing ursina engine

I can't install ursina engine. I got a error like this: "ERROR: Cannot install ursina==0.2, ursina==0.3, ursina==3.0.0, ursina==3.1.0, ursina==3.1.1, ursina==3.1.2, ursina==3.2.2, ursina==3.3.0, ...
Wiktor Piotrowski's user avatar
0 votes
0 answers
195 views

python ursina/panda3d - mixamo import and play of model with animation

I'm working on creating a python game using Ursina/Panda3d. I have stumbled upon Mixamo and I wanted to use to it animate my characters. I've downloaded several of their models with animation and ...
Heskarioth's user avatar
0 votes
1 answer
70 views

Python Panda3D weird cube render

I am trying to render a simple red-colored cube in Panda3D, but instead of a 3D cube, I encounter a red rectangle in my window: Red Rectangle. Obviously, this might seem correct because of the way how ...
gamer_072008's user avatar
1 vote
0 answers
43 views

python direct.actor.Actor animations are strechy

unsmooth animation to fix animations and render proper model. When i run animation it become to strechy like shown in image, so i want it to run without any strechiness. from ursina import * from ...
ranveer programing and game de's user avatar
1 vote
0 answers
97 views

Exporting gltf animation file from blender to panda3d

I am making a game using panda3d but every time I try to animate the actor, the all file becomes distorted. I'm using characters from Blender. I tried using both bam and gltf files but they are both ...
Nyozani Sankalimba's user avatar
0 votes
1 answer
42 views

How to build ursina project via nuitka?

I'm trying to build my ursina project with Nuitka, but it doesn't work, what should I do? Can you please attach the command?
Zorome's user avatar
  • 128
1 vote
1 answer
441 views

How can I embed a Panda3D window in a Tkinter app?

I am designing a Tkinter app in Python that uses the Panda3D game library to display some 3D models. With my current design, I run the Panda3D engine in headless mode with the option windowType='...
Wilson's user avatar
  • 509
0 votes
1 answer
270 views

Loading a .gltf file in panda3d with python, but colors aren't showing up like in blender

I have a .gltf file which I am trying to view using panda3d. I am able to load and see the mesh but not the colors associated with it. If I load it into blender, I can see both the mesh and the ...
Ivan Viti's user avatar
0 votes
0 answers
21 views

Windows g++ undefined reference error while linking panda3d dlls [duplicate]

I am trying to compile this example application with panda3d c++ on the command line on windows. I installed the panda3d sdk in version 1.10. Dispite all necessary libraies are in the command ld fails ...
Daniel's user avatar
  • 1
0 votes
2 answers
301 views

How to create three-dimensional geometric shapes in Panda3D in Python?

I'm making a simple application with 3D graphics, in which I don't want to load any 3D models, but only geometric shapes are enough. How is it possible to create such geometric shapes in the Panda3D ...
ЧАС's user avatar
  • 1
0 votes
0 answers
343 views

Incorrect display of my 3D model with Panda3D

I'm trying to use Panda3D to make a 3D game with Python. I used Blender to make a 3D model for the player, and gave it some animations and a green texture. It looks like this: Then I exported it in ....
Jules Bourillon's user avatar

15 30 50 per page
1
2 3 4 5
13