Subject:
|
Re: Introducing Lic - Lego Instruction Creator (pre-alpha)
|
Newsgroups:
|
lugnet.cad.dev, lugnet.cad.dev.mac
|
Date:
|
Fri, 28 Sep 2007 04:09:08 GMT
|
Viewed:
|
10626 times
|
| |
| |
In lugnet.cad.dev, Jim DeVona wrote:
|
Unfortunately, an
error occurs when I try to open any models. Its quite possible that I dont
have the right version of some prerequisite or that I didnt install it
properly, so I can certainly provide more details if it isnt immediately
clear whats going on.
|
Hi Jim,
Thanks for the feedback!
About the crash you see when loading a model, I think Pythons OpenGL wrapper
isnt quite as portable as the rest...
On my machine (win32), the function glDeleteFramebuffersEXT() expects a list as
its last argument, but seems yours is expecting an integer. Ive seen both
versions in the literature. If youre willing and curious, want to change the
code? In GLHelpers.py, just change line 119 by removing the two square brackets
around framebuffer, see if that helps.
If it doesnt, no worries - this probably isnt the best venue to debug. Ill
have access to an OS X test machine soon, and will maintain better
cross-platform support.
Regarding your instructions rendering; its absolutely fantastic! Its got to
be one of the cleanest, most easily read images Ive ever seen. Any hints on
tools / methods you used to pulled it off?
Thanks again,
Remi
|
|
Message has 1 Reply:
Message is in Reply To:
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|