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 / 8977 (-20)
  Re: LDGLite Linux install question
 
(...) It works now, Thanks -Orion (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.5
 
(...) I just recently got a chance to take it for a test spin. Pretty nifty! Preview works fine on this Win2K pc with TNT video card. Here's a few notes. How about a selection for the background color in the preview window? The parts in the preview (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Well, being a noodle head probably has nothing to do with it this time. The problem is that I don't currently have much access to a linux PC that's attached to a monitor, just embedded devices and ssh servers. So I haven't exactly kept the (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  LDGLite Linux install question
 
Maybe it's just becuase I'm a Linux noodle head (I am learning, albiet not as fast as I'd like) but I'm having problems building LDGLite from the latest CVS download. Here's a dump of the makefile output: gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: Meta Commands in Part Files
 
(...) BFC KEYWORDS CATEGORY I can't think of any others off the top of my head. Steve (21 years ago, 10-Jun-03, to lugnet.cad.dev)
 
  Re: Meta Commands in Part Files
 
(...) Nope, just refreshing my memory so that I can update the Lego Spec 1.0.0 page. So it's: The Standard Part header including Name, Filename, Author, and File Type CMDLINE L3P IFPOV, L3P IFNOTPOV, L3P ELSEPOV, L3P ENDPOV BFC Statements Anything (...) (21 years ago, 10-Jun-03, to lugnet.cad.dev, FTX)
 
  Re: Meta Commands in Part Files
 
(...) BFC assertions? (21 years ago, 10-Jun-03, to lugnet.cad.dev, FTX)
 
  Re: Meta Commands in Part Files
 
hi orion are you developing some kind of cad? br pixel "Orion Pobursky" <orion@dontaddthis.p...ursky.com> wrote in message news:HG7uG5.1Lr4@lugnet.com... (...) (21 years ago, 10-Jun-03, to lugnet.cad.dev)
 
  Meta Commands in Part Files
 
I'm trying to remember which Meta commands are allowed in part files. Here's my list: The Standard Part header including Name, Filename, Author, and File Type CMDLINE L3P IFPOV, L3P IFNOTPOV, L3P ELSEPOV, L3P ENDPOV Are there more than this? --Orion (21 years ago, 9-Jun-03, to lugnet.cad.dev, FTX)
 
  Re: 30104 Chain - Generate it!
 
Thanks, guys, but I'm looking to more physical realism in my renderings than a formulaic (synthesis) approach will deliver. 2 chains will be securing a stack of logs (made of 9 2x2 round bricks) on a train car. Not only do the chain ends attach (...) (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
(...) Oh yeah, forgot to add this link to the chain generator spreadsheet. (URL) you like the spreadsheet method, there's also a net generator and a hoser spreadsheet there as well. (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
(...) Take a peek at the source: (URL) see a few references to CHAINs (especially in band.c), but I don't think it actually includes this particular type of chain. Since it's open source, this might be a reasonable feature for someone else to try (...) (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
(...) If I recall, LSynth already does this. Correct me if I'm worng, Kevin. -Orion (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
While we are talking about that, would it be possible to create a program/plugin to generate a chain in a model? Perhaps in LSynt or as plugin in LDDP? Jaco "Will Chapman" <will@actionbrick.com> schreef in bericht news:HG0w0C.15s0@lugnet.com... (...) (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: Idea for an ldraw related program
 
(...) Ah, yes, the missing documentation. Since ldglite is really just ldlite made portable with some extensions, I've been pretending that you can get by with the ldglite documentation here: (URL) supplementing it with my really poor readme.txt (...) (21 years ago, 4-Jun-03, to lugnet.cad.dev)
 
  Re: Idea for an ldraw related program
 
(...) Oh you star, that looks pretty much like what I need without hacking the program :-) I got it to produce a png, (I now know how part of your hard disc is layed out :-) ), are there any docs for it, I'd like to try to understand the parameters. (...) (21 years ago, 4-Jun-03, to lugnet.cad.dev)
 
  Re: Idea for an ldraw related program
 
(...) You could try something like this. ldglite -l3 -a1,0,0,0,1,0,0,0,1 -s2 -Q -i1 -MS973p65.png 973p65.dat I think that's an example of what what you're looking for, and it comes with source, which should save you some time. Enjoy, Don (21 years ago, 4-Jun-03, to lugnet.cad.dev)
 
  Idea for an ldraw related program
 
I'm a user of both Lego CAD programs and the sticker printer program and thought that it might be possible to combine some of the functionality into one program. My Idea ------- With the ldraw parts library you have a large number of patterned (...) (21 years ago, 4-Jun-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) that did it. I still had to manually add the -L/usr/local/lib -L/usr/local/lib/pth, but that's ok. coool :) (21 years ago, 29-May-03, to lugnet.cad.dev)
 
  Re: Building LDGLite for off-screen rendering only
 
(...) Nothing comes to mind right away except maybe the png and zlib header files in the ldglite zip file might conflict with whatever versions you've actually got installed. I originally put them there for the windows build and have been meaning to (...) (21 years ago, 29-May-03, to lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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