| | Re: GLUT for MacOS X
|
|
(...) Probably it's just one menu up top that equals the right-click popup menu. I can't tell from his code (I'd have to build something and see.) (...) OS X apps are supposed to put mini snapshots in the dock. (23 years ago, 4-Mar-02, to lugnet.cad.dev.mac)
|
|
| | Re: GLUT for MacOS X
|
|
(...) ... (...) I wonder how this works. As far as I know there's no way to associate a name with a particular glut menu. Does it just paste all the options in the top level menu across the menu bar? If so, how does it know which toplevel menu to (...) (23 years ago, 4-Mar-02, to lugnet.cad.dev.mac)
|
|
| | Re: How to create an MPD FIle?
|
|
(...) Here's how I do it. In one window, I run Notepad. I type in the statement "0 FILE [filename].dat". In another window/instance of Notepad, I open up the first DAT file, and select all/copy the text, pasting the text into the first window, just (...) (23 years ago, 4-Mar-02, to lugnet.cad)
|
|
| | GLUT for MacOS X
|
|
This looks like a customized version of GLUT this guy built: Date: Sun, 03 Mar 2002 22:54:44 +0100 Subject: ANN: Improved GLUT for MacOS X From: Dietmar Planitzer <dave.pl@ping.at> To: <mac-opengl@lists.apple.com> Hi, As announced last week, an (...) (23 years ago, 4-Mar-02, to lugnet.cad.dev.mac)
|
|
| | Re: BLdb version 0.1 Previews announcement
|
|
This is an awesome idea! In fact, I've begun the very same project a couple times, but never run it to completion. One feature that I wanted the most in my version, and would very much like to see in your version is integration with BrickLink. (...) (23 years ago, 4-Mar-02, to lugnet.loc.pt, lugnet.cad, lugnet.market.brickshops, lugnet.storage, lugnet.db.inv)
|
|
| | Re: How to create an MPD FIle?
|
|
Hum.... Hum.. can you send me a .mpd file so that I can follow this a bit more easily. Adn to answer your question I have a file(s) that need to be put into .mpd format. Thanks (23 years ago, 4-Mar-02, to lugnet.cad)
|
|
| | Re: How to create an MPD FIle?
|
|
(...) By hand? Or with a program? Do you want to create a new model, or convert an existing multi-file model to a single MPD file? AFAIK, there are two programs that can build MPD files. One is buildmpd.exe, by Jacob Sparre Andersen. This is a (...) (23 years ago, 4-Mar-02, to lugnet.cad)
|
|
| | Re: My LDraw Inliner
|
|
(...) Hey, could I get a bug report on the ldglite inliner too? I get almost no feedback. The one ldglite user must be really busy these days... Don (23 years ago, 4-Mar-02, to lugnet.cad.dev)
|
|
| | Re: Spot the bug
|
|
(...) Use i i.s.o. j - it's easy when you know where to look ;-) (...) Wish I could see it... /Lars (23 years ago, 4-Mar-02, to lugnet.cad.dev)
|
|
| | Spot the bug
|
|
In this bit of code I wrote months ago, I finally discovered the bug. Or two. Can you? if (mRendererType->IsGL()) { // different 4x4 matrix convention requires transpose GLfloat m[16]; for (int j=0; j<4; j++) { for (int i=0; j<4; j++) { m[i*4+j] = (...) (23 years ago, 4-Mar-02, to lugnet.cad.dev)
|