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 / *26120 (-20)
  Re: MPD spec
 
(...) Not at all. It seems like a very sensible thing to do. I presume that the update will include the "NOFILE" meta-command (if we ever got around to agree on it). Please announce it, when the copy is ready, so I can change my web pages to point (...) (22 years ago, 5-Aug-02, to lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: MPD spec
 
(...) Jacob, Do you mind if I copy (and update) the information on your MPD page to www.ldraw.org/reference/specs? Steve (22 years ago, 5-Aug-02, to lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: *** LDView Version 1.9.6 Released ***
 
(...) No need for research, just steal the l3p dumping code from main.c in ldglite. I think I added a lot of comments so I could go back to it later and make changes for the next version of l3p. Don (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: * LDrawDesignPad LDDP 1.1 released *
 
(...) Hey, Here's an idea for a plugin. Chris Daelman sent me a C++ hose generator program based on John Vanzwieten's spreadsheet. I'm gonna try to put it into ldglite eventually, but perhaps it might also make a nice plugin for your program. I (...) (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Smoothing on part level using edge lines
 
When I was implementing smoothing on part level using optional lines, I discovered an artifact in the smoothing algorithm. You can see what I mean by looking at the 'Space Radar Dish' 3960.dat using LDView 1.95 or later with primitive substitution (...) (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  Re: Generating binaries of updated MPD tools
 
Don Heyse wrote: > I was kinda hoping you'd do (...) :-) Be prepared to act as guinea-pig, once I get a cross compiler to work. ;-) Play well, Jacob (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  Re: * LDrawDesignPad LDDP 1.1 released *
 
I've made a C++ DLL (using borland bcc32.exe compiler 5.5) And can access it just fine using little delphi project but when I place it in your plugin dir and start lddp it closes again imedentenly. I've only implemended the plugin_info function the (...) (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: Syntactical colouring of .DAT files
 
(...) But it seems to be limited to Win32 systems (although I had to download a large ".zip" file to make sure). Play well, Jacob (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: *** LDView Version 1.9.6 Released ***
 
Looks stable. Perhaps you can use the smooth pattern suggestion to draw a pattern in the back buffer and use glCopyTexImage2D( ) to make a texture of it. Then replace the geometric pattern with a texture. This might speed things up considerably and (...) (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  Re: *** LDView Version 1.9.6 Released ***
 
(...) I forgot to mention. I didn't miss your suggestion of redrawing polygon outlines smoothed for patterned polygons; I just haven't implemented it yet. It is on my to-do list: (URL) even on the top list, which is items I actually plan to (...) (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  Re: * LDrawDesignPad LDDP 1.1 released *
 
Hello Adam, Works perfectly for me. Try to reload the page using the menu on right mouse button. Play well Carsten "Adam Howard" <abhoward10@hotmail.com> schrieb im Newsbeitrag news:H0CppF.56y@lugnet.com... (...) and (...) v115b (...) (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: *** LDView Version 1.9.6 Released ***
 
(...) had walkthrough/flythrough on my list of possible features for a REALLY long time. Of course, one could argue that the longer a feature stays on the possible future list, the less likely it is to ever get implemented :-). On the other hand, I (...) (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: *** LDView Version 1.9.6 Released ***
 
(...) Cool, I'll have to check that out and see how it looks. Hey, since you seem to be taking my suggestions, how about implementing the camera controls I'm trying to work into ldglite? After talking about which buttons to use, I rediscovered the (...) (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: MPD File Specs
 
In lugnet.cad.dev, Don Heyse writes: ... (...) Thanks, Don! (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  Re: * LDrawDesignPad LDDP 1.1 released *
 
(...) Hi Carsten, Thanks for your quick update :) Unfortunately I just tried to download the new one and I received the dreaded 'File Not Found' error. I appreciate all your hard work. Thanks, Adam (22 years ago, 5-Aug-02, to lugnet.cad)
 
  Re: MPD File Specs
 
(...) Heh, this should be it, but it isn't. (URL) a short version of the specs here. (URL) it leaves out the 0 NOFILE bit mentioned here. (URL) think if you search for NOFILE on lugnet you'll find the discussion on scope inside an MPD file, which (...) (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  POV Color Cheat?  [DAT]
 
Would it be possible to inline certain hard-to-achieve POV-Ray colors in a primitive file so that the color would be available in rendered models without having to tweak the output file? Something like this: 0 stud.dat primitive 0 L3P IFNOTPOV 1 16 (...) (22 years ago, 5-Aug-02, to lugnet.cad.ray)
 
  MPD File Specs
 
Could anybody point me to the file specs for mpd files? I know I've seen them, but now that I need them, I just can't find them. (Yes, I have looked (at least ten minutes) for the MPD specs in both lugnet and ldraw.org without finding it). TIA, (...) (22 years ago, 5-Aug-02, to lugnet.cad.dev)
 
  Re: *** LDView Version 1.9.6 Released ***
 
FUT lugnet.cad.dev (...) This is by design, as the smoothing it performed at the part level. You can force other parts to be smoothed by adding the following line to the part dat file (near the beginning, preferably before any actual geometry): 0 (...) (22 years ago, 5-Aug-02, to lugnet.cad, lugnet.cad.dev)
 
  Re: *** LDView Version 1.9.6 Released ***
 
(...) Here's a couple a small ones: The smooth curves based on type 5 lines feature still seems to work only if the part is in the LDRAW\PARTS directory For some reason the sphere primitives are always showing up a light grey color (regardless of (...) (22 years ago, 5-Aug-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