To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / *8490 (-20)
  Re: LDraw.org: BricksWest 2002 Event Report
 
(...) sessions? Recordings? I'd be very keen to review the community roundtable. Steve (23 years ago, 25-Feb-02, to lugnet.cad.dev.org.ldraw, lugnet.events.brickswest)
 
  Re: how to get a debugger going
 
(...) You could try running ldglite in the background to give gdb control of the console. Try this on the command line: ldglite blah blah blah & Then attach the debugger. Or maybe in gdb try: r blah blah blah & It might help, but I'm not positive. (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev.mac)
 
  how to get a debugger going
 
Now that I've got some bugs, I'd like to get into the code with a debugger. In particular, I am trying to set a breakpoint in the keyboard() method so that I may trace the execution of key commands. Id like to figure out why pg-up/pg-down refreshes (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev.mac)
 
  Re: video card
 
(...) I have tried all 4. The differences are subtle, I'm not sure I see them all. I like -le the best because I can see the entire model on each refresh. (...) I commented this out but it did not make the trailing go away. I can always get the (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev.mac)
 
  Re: More on Stickers (was: Questions on Stickers and Certification)
 
(...) I have only one printed part that looks like this one: (URL) by James Jessiman. The first occurance I know of for this part was 1998 (set 4222, according to Peeron). However, I also have several stickered 1x4s with a sticker matching this (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev)
 
  Re: More on Stickers (was: Questions on Stickers and Certification)
 
(...) There should not be. Which official parts are you thinking of? Chris Dee (23 years ago, 25-Feb-02, to lugnet.cad.dev)
 
  Re: More on Stickers (was: Questions on Stickers and Certification)
 
(...) Right. The reason I used xxxxxxa.dat, xxxxxxb.dat etc. names. (...) Hm. Not worse than for the small unnumbered parts. We could also use 3-digit numbers. (...) The origin is now placed at the center of the backface. This make easy to align the (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev)
 
  Re: How to inline a part?
 
Hello! Damn.. i just realized it's explained very well in the LDraw FAQ ;)))) Shame on me ;) I read it so many times and still I didn't remember that part of the FAQ. Off to work ;) Carsten "Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev)
 
  Tutorials Section Reconfigured
 
Hey everyone - I spent this evening reconfiguring the Tutorials section on LDraw.org. Now the directory structure is in place for the Tutorials section to begin expanding :-) Each category - Tips & Tricks, Modeling, File Format Conversion, (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev.org.ldraw)
 
  Re: I have read the article about LCD
 
(...) What are you meaning by multiple syntax levels, Damien? (...) Let me report that LMPL is almost ready. It is going to be published soon. (...) LMPL contains these in theory. (...) Of course we should. (...) Well, this seems to be usable. In (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev.lcd)
 
  I have read the article about LCD
 
I have read the article about LCD. The primary usage of an LCad library is to provide many quality virtual parts. So the future of LDraw library is more and better parts. The primary usage of an LCad tool is to select and position virtual parts. So (...) (23 years ago, 24-Feb-02, to lugnet.cad.dev.lcd)
 
  Re: How to inline a part?
 
(...) If you don't mind code, you can take a look at the Inline1part function in the ldglite source code. I think the comment density may possibly be high enough to make it understandible. Enjoy, Don (23 years ago, 24-Feb-02, to lugnet.cad.dev)
 
  How to inline a part?
 
Hello! Maybe someone can help me. What is the procedure to inline a part. I am just writing a little program and i would like to include that feature. Do i just multiply the points of the to be inlined part with the referencing line? Someone can (...) (23 years ago, 24-Feb-02, to lugnet.cad.dev)
 
  Re: Datsville anim. joint project? Was: unspectactular sound effects?  [DAT]
 
(...) running, (...) Yes, maybe. My original thought was to have both: ((URL) 0 Frame 000 ... 0 STEP 0 Frame 001 0 CLEAR 0 [Hip] 1 1 0 -40 -8 1 0 0 0 1 0 0 0 1 970.dat This way, some viewers will produce a series of BMP's. With just 0 CLEAR alone, (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev)
 
  Re: Datsville anim. joint project? Was: unspectactular sound effects?
 
(...) Perhaps 0 CLEAR might be a better choice than 0 STEP for animation. (23 years ago, 23-Feb-02, to lugnet.cad.dev)
 
  Re: video card
 
(...) Before you debug, I'd try all 4 of (-le, -ledit, -LE, and -LEDIT) to see which methods have problems. Then comment out this line in main.c and recompile: #define USE_OPENGL_STENCIL This might fix the wireframe droppings at the cost of some (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev.mac)
 
  Re: video card
 
(...) Here is the printout at startup. GL_VERSION = 1.1 APPLE-1.1 GL_EXTENSIONS = GL_APPLE_specular_vector GL_APPLE_transform_hint GL_APPLE_packed_pixel GL_APPLE_client_storage GL_ARB_transpose_matrix GL_EXT_clip_volume_hint GL_EXT_rescale_normal (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev.mac)
 
  Re: video card
 
(...) I forgot to mention this, but if you only want to look at the model, or *mostly* just want to look, you can skip the -le, -ledit, -LE, or -LEDIT on the command line. Then when you want to edit, just press the INSERT key to enter and exit from (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev.mac)
 
  Re: video card
 
(...) Some of that might be normal behaviour, but I'm not positive from the description. Using -ledit on the command line turns on the draw to current piece mode that LEDIT uses. If you just use -le I think it should draw the whole model. You can (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev.mac)
 
  Re: video card
 
Opps. I just noticed you do have -l3 there. I missed that. So, no, I have no idea what is wrong. I can test ldglite on some beige G3/300's next Monday. James (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev.mac)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR