Tagged Questions
The panda3d tag has no wiki summary.
5
votes
3answers
956 views
3D game engine for networked world simulation / AI sandbox
More than 5 years ago I was playing with DirectSound and Direct3D and I found it really exciting although it took much time to get some good results with C++. I was a college student then.
Now I have ...
2
votes
1answer
201 views
walking through a building created in google sketchup
I am looking for a way to take a model of a building and allow people to walk through it like a video engine.
We are also looking to run this on a viz wall, which requires OpenGL on Linux and be ...
1
vote
0answers
72 views
Panda3d Robotics
The title makes it obvious, is this a good idea? I've been looking for a robotics simulator in languages i know (i know ruby best, then c++, then python -- want to strengthen here--, forget about ...
1
vote
1answer
64 views
panda 3d importing module error
I'm trying to learn panda 3d, but I'm getting this error
importerror no module named direct.showbase.showbase
I'm using the latest versions of panda 3d 1.7.2, python 2.7 on windows xp, how to fix ...
1
vote
1answer
122 views
setup visual studio express for arm
I'd like to compile panda3d for arm and downloaded the c++ version visual studio express. Sadly the last time I used c++ is about 4 years ago. I googled how to get the project to compile to arm but I ...
1
vote
1answer
65 views
Integrate Rails and Python
This might sound like a vague question, but i wanted to know if there is to integrate Python code into my rails application. More specifically, if i had a game coded with something like pygame (and it ...
1
vote
1answer
51 views
when would I use a collision solid consisting of the intersection of two spheres and two half-spaces?
In Panda3D, I've been learning a bit about the built-in physics engine and its collision detection features.
I'm trying to understand the DSSolid collision object, which is mentioned in a table on ...
1
vote
2answers
646 views
Blender3d vs 3DS max; which one is better suited for automation in python?
I am getting started with the development of 3d environments for using in panda3d. As I am new to this, I need to choose a modelling software to create basic geometries, etc. Therefore, which one is ...
1
vote
3answers
346 views
How does Worldviz Vizard compares to Panda3D and Pygame?
Is anybody familiar with Worldviz-Vizard's 3D engine for python? How does it compare to Panda3D? I have a feeling that it might be easier to learn but far more limited. They only support python 2.4 ...
0
votes
1answer
88 views
numpy: point sum
>>> from pandac.PandaModules import Vec3
>>> import numpy
>>> l = []
>>> l.append( Vec3(1,1,1) )
>>> l.append( Vec3(1,1,1) )
>>> l.append( ...
0
votes
1answer
101 views
ImporError with 'Hello World' example from Panda3d
I just finished installing Panda3d on my Mac, a 3d Python game engine, but when I try to run the hello world example with
ppython helloworld.py
I get an issue:
Traceback (most recent call last):
...
0
votes
1answer
186 views
Best for 3D network visualization: panda3d or Crystal Space 3D?
I am interested in creating a 3D visualization of network packets. A few years ago these things sold for tens of thousands of dollars, but now I think that I can hack one together in a few hours using ...
0
votes
1answer
131 views
How to make an inclined plane in ODE?
I am wondering how to make an inclined plane using ODE that a block will slide down. I don't want the plane to be infinite; ideally I want objects to fall off the edge of it so I probably actually ...
0
votes
2answers
411 views
Math formula for first person 3d game
I want to make a first person 3d game but I can't set the camera formula right.
So I have a rotation: 0 to 359. Next the x,y coordinates, z remains the same.
Camera rotation : 0 - front, 90 - left, ...
0
votes
0answers
146 views
Python Error - AttributeError: 'Castle' object has no attribute 'setupCastlePieces'
I haven't programmed in Python in a while and I'm having a very annoying error. I'm working in Panda3d, and a class is not able to find a function within the class. This is not the only place where ...
0
votes
1answer
146 views
Depth Texture in Panda3D
In Panda3D, I have the following code
self.manager = FilterManager(base.win, base.cam)
self.sceneTex = Texture("scene")
self.depthTex = Texture("depth")
self.quad = ...
0
votes
1answer
429 views
How can I implement a 2D skeletal animation system in my game?
Hey. I want to be able to create a system for skeletal animation in my game. I'm using panda3d as my game engine. I'd like to be able to make simple bone structures and skin them with my sprites. I ...
0
votes
1answer
420 views
Install Panda3d to run with python
I am running Ubuntu 10.04, I have python installed and running fine. When I installed pand3d from the deb package from the site and tried to run an sample. Like it is describe in this page:
...
0
votes
1answer
73 views
dbm.error: db type is dbm.bsd, but the module is not available (Python 3.0)
I'm trying to open a shelve file that I created in 2.5, but I get the error I listed in the question title.
The data aren't essential, but I really want them.
Looking at the lib\dbm\__init__.py ...
0
votes
2answers
1k views
Running Panda3D on Python 2.6
I just got Panda3D for the first time. I deleted the included Python version. In my Python dir, I put a file panda.pth that looks like this:
C:\Panda3D-1.6.2
C:\Panda3D-1.6.2\bin
But when I run ...