Skip to main content

All Questions

Tagged with
1 vote
1 answer
396 views

Why my render gets stripy shadows when rendering in panda3d?

I'm using Panda3D to render .obj files for a project related to 3D printing. For the project I need to parse a GCODE (a file that 3d printers use to print a model) and generate a .obj with that file. ...
Antonio Montes De Oca Gómez's user avatar
0 votes
1 answer
407 views

Is there a way to export a series of scenes rendered in Panda3D as individual image files?

I am attempting to use a Python script to artificially generate a training set for an image recognition neural net by rendering a 3D model in a variety of scenes using Panda3D. I have written the ...
L0tad's user avatar
  • 970
0 votes
0 answers
269 views

Python Panda3D - Render using Coordinates

I have encountered an error, i'm trying to render a character using coordinates of the character and then using the code reparentTo(render), however i get the following error: "TypeError: must be ...
Simpson's user avatar
  • 42
1 vote
2 answers
3k views

Panda3D and Python, render only one frame and other questions

I would like to use Panda3D for my personal project, but after reading the documentation and some example sourcecodes, I still have a few questions: How can I render just one frame and save it in a ...
gaborous's user avatar
  • 16.7k