Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48716
| References | (2 earlier) <9ed3232e-d011-43b0-893f-4c3517c6d0a1@googlegroups.com> <CAHVvXxS66_147rv-Vz7PyED84XTv2G_Zew6+6uXnE3i3yVhR6A@mail.gmail.com> <mailman.3581.1371643671.3114.python-list@python.org> <29523129-398e-41e0-adf8-ec3b93d757b0@googlegroups.com> <CAHVvXxSCOhN8QiyTt9PAT-_-WY-Z4-GG9eMu8tYgOf42zLU4sQ@mail.gmail.com> |
|---|---|
| Date | 2013-06-19 15:11 +0100 |
| Subject | Re: Beginner Question: 3D Models |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3583.1371651122.3114.python-list@python.org> (permalink) |
On Wed, Jun 19, 2013 at 2:57 PM, Oscar Benjamin <oscar.j.benjamin@gmail.com> wrote: > On 19 June 2013 14:14, <andrewblundon@gmail.com> wrote: >> This sounds similar to what I might want. So you know of any online tutorials for this? > > It's hard to tell what you're referring to since you haven't included > any quoted context in your message (like I have above). I'll assume > you're referring to what Fábio said. > > I've already posted the link to the py2exe tutorial (I assume Fábio > used py2exe since nothing else was specified). It's a blender game engine thing. (it may very well internally use py2exe). Here's a resource on how you do it: http://www.blender.org/forum/viewtopic.php?t=17838&sid=5fa212f30833199dab4950e70d311490 Blender's game engine can probably be used to create a 3D model viewer, since the game engine is not specifically oriented towards games. It's more of a rudimentary "interactive 3D framework", offering simple visual programming capabilities, and an awesome 3D editor, which is Blender itself. The greatest advantage to it is that it is couped with a 3D program. So you can create your physics bodies, entities, lights, etc., place them wherever you want and run the simulation. You can very likely import your CAD models into Blender using the many importers it has. It can import .3DS, .OBJ, etc. files with ease, provided you find (or write!) the plugins for them. -- Fábio Santos
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-18 19:47 -0700
Re: Beginner Question: 3D Models Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-19 03:20 +0000
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 04:13 -0700
Re: Beginner Question: 3D Models Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-06-19 12:52 +0100
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 06:12 -0700
Re: Beginner Question: 3D Models Fábio Santos <fabiosantosart@gmail.com> - 2013-06-19 13:07 +0100
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 06:14 -0700
Re: Beginner Question: 3D Models Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-06-19 14:57 +0100
Re: Beginner Question: 3D Models Fábio Santos <fabiosantosart@gmail.com> - 2013-06-19 15:11 +0100
Re: Beginner Question: 3D Models Christian Gollwitzer <auriocus@gmx.de> - 2013-06-19 08:00 +0200
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 04:14 -0700
Re: Beginner Question: 3D Models Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-19 07:17 -0700
Re: Beginner Question: 3D Models andrewblundon@gmail.com - 2013-06-19 09:34 -0700
csiph-web