To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / *22885 (-20)
  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)
 
  Datsville anim. joint project? Was: unspectactular sound effects?  [DAT]
 
(...) A soundtrack would be very cool. I have composed some tunes but I'm not sure if they fit in to any of my animation ideas. I might hire you! Even when you look at a very short film, a cartoon or anything, at the end you'll find a huge list of (...) (23 years ago, 23-Feb-02, to lugnet.cad)
 
  Re: Problem with Seam Width
 
(...) If you are thinking about making instructions, I would strongly suggest at least checking out MEGAPOV's find_edges function. Even without using the LGEO library, the instructions output is far and away the best I have seen so far for (...) (23 years ago, 23-Feb-02, to lugnet.cad.ray)
 
  Re: I made some test of a ldraw adventure game check it out!
 
(...) I found this: ftp://ftp.simtel.net.../graphics/ Scroll down and click on agv10.zip. It will then download. Unzip it, and theres a gif viewing program, the gif89.dll, and a readme. I just cut and pasted the gif file to the ldraw adventures (...) (23 years ago, 23-Feb-02, to lugnet.cad)
 
  Re: Problem with Seam Width
 
(...) The LGEO parts have rounded edges. That's why it doesn't make sense to have a "seam" between the parts. And Mega-POV will not be able to identify the edges simply because there are no edges! I you want to use the edges highlighting function in (...) (23 years ago, 23-Feb-02, to lugnet.cad.ray)
 
  Re: I made some test of a ldraw adventure game check it out!
 
(...) At the webpage where I found gif89.dll, there was an instruction to run the commandline: C:\WINDOWS\SYSTEM\REGSVR32 GIF89.DLL so I did it and it and after that it took a little longer before ldrawadventure was terminated. /Tore (23 years ago, 23-Feb-02, to lugnet.cad)
 
  Re: I made some test of a ldraw adventure game check it out!
 
"Tore Eriksson" <tore.eriksson@mbox3...wipnet.se> skrev i meddelandet news:GrxI9y.K04@lugnet.com... (...) ?? registry ?? (I'm not online so I can't check google to see what you are talking about). All I did to get it working was finding a gif89.dll (...) (23 years ago, 22-Feb-02, to lugnet.cad)
 
  Re: Problem with Seam Width
 
Jake McKee <sink@countersinkdg.com> wrote in message news:GryFxr.E49@lugnet.com... (...) width. (...) Realy? *sigh*, well at least at least I won't have to download Mega-POV again. I was going to use them together for instructions for my first (...) (23 years ago, 23-Feb-02, to lugnet.cad.ray)
 
  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)
 
  Re: video card
 
Try: ldglite -v3 -l3 -ledit myfile.dat -l3 tells it to do stuff different or something like that.. ? Anyway, it is alot faster for me with -l3 James (...) (23 years ago, 23-Feb-02, to lugnet.cad.dev.mac)
 
  LDraw.org: BricksWest 2002 Event Report
 
Hey everyone - Just threw this up online... (URL) (23 years ago, 23-Feb-02, to lugnet.cad.dev.org.ldraw, lugnet.events.brickswest)
 
  video card
 
I have been doing an analysis of the ldglite 0.9.5 code base. Most of the ledit commands cause the image to be either invisible or render incorrectly. Also, I get a wireframe trail when I use the arrow keys. Everything re-renders fine if I cycle (...) (23 years ago, 22-Feb-02, to lugnet.cad.dev.mac)
 
  Re: Wher to find unspectactular sound effects?
 
Hmm, I can't think of any off hand. However, I thought I would mention that Apple has a ton of royalty free music that you can download if you have an iTools account (I think I tried to download it all once and it was around 6 Gig...). If people (...) (23 years ago, 22-Feb-02, to lugnet.cad)
 
  Re: Questions on Stickers and Certification
 
(...) Reviewers should feel able to make comments like "subpart unnecessary - I would prefer these to be inlined". From an authors perspective, I have a preference to keep things modularised - that way a correction to a symetrical region of the part (...) (23 years ago, 22-Feb-02, to lugnet.cad.dev)
 
  Re: Inlining question
 
Sorry no, not wht I know of. I'm generally against subpart use unless necessary especially if used in only one part, but if it saves very much to file size, I can accept subpart(s). For your personal use, you can always save as mpd, but remeber not (...) (23 years ago, 22-Feb-02, to lugnet.cad)
 
  Re: Problem with Seam Width
 
(...) Sorry to do it, but I am replying to my own post with a solution. Note to self: LGEO library parts DO NOT work with Mega-POV find_edges.... Jake --- Jake McKee AFOL LUGNET Member #211 (23 years ago, 22-Feb-02, to lugnet.cad.ray)
 
  Re: Trouble with DATSort
 
(...) I got ahold of the program author and he gave the following solution, which worked perfectly: open RegEdit (Start | Run | Regedit) find this key: HKEY Current User\Software\VB and VBA Settings\DatSort Delete this key and try running DatSort (...) (23 years ago, 22-Feb-02, to lugnet.cad)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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