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 / 9012 (-20)
  Mirrored parts and studs
 
There is somewhat of a disagreeance going on over at the PT about mirrored parts and I thought I'd bring it to the whole community to discuss. Here's a little background for the non initiated: In order to same time and DAT code if a part has a (...) (21 years ago, 1-Jul-03, to lugnet.cad.dev)
 
  Re: Math questions
 
(...) Cool, Thanks. --Orion (21 years ago, 30-Jun-03, to lugnet.cad.dev)
 
  Re: Math questions
 
(...) (URL) Also, how about a reference to how to detect bow-tie quad? (URL) that the link inside above posting to L3Input.cpp is dead, please use (URL) much more info on quads, please read (URL) (21 years ago, 30-Jun-03, to lugnet.cad.dev)
 
  Math questions
 
Could someone point me toward a good reference on how to extract the angles from a transformation matrix? Also, how about a reference to how to detect bow-tie quad? Thanks in advance, Orion (21 years ago, 29-Jun-03, to lugnet.cad.dev)
 
  Re: "the new way" (was: Re: Self-Certification in parts tracker)
 
(...) [snip] I remembered this old post, and thought I'd post a followup. Better late than never. Here is a summary of part updates by year Year Files Updates 1997 128 3 1998 806 10 1999 685 6 2000 376 2 2001 224 3 2002 848 6 2003 81 1 So, based on (...) (21 years ago, 29-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Absolutely no reason that I can think of. Unless a program deliberately wanted to have separate settings (or multiple settings). (...) Good point. (...) Or check both places. :) Steve (21 years ago, 28-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Well, looking at the LDraw.ini, it apppears that we could swap over to using it. -Orion (21 years ago, 27-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) According to my "Sent Items" folder I sent mklist13.zip including both mklist.c and mklist.exe to you at July 3rd, 2000. On your request I resent it to you on May 14th, 2002. And today I'll send it for the third time :-) /Lars (21 years ago, 27-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Hey, I'm with you. ldglite checks the environment variables first, then looks in the <windir>/ldraw.ini file before using a default. env_str = platform_getenv("LDRAWDIR"); if (env_str != NULL) strcpy(pathname, env_str); else if (...) (21 years ago, 27-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Was there some reason that y'all didn't use <windir>\ldraw.ini? If for nothing else, it has the ldraw path. Steve (21 years ago, 27-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Are you planning to support plugins via dlopen and dlsym? That'd be fantastic. I just modified my plugin test program to take a plugin name on the command line and ran some more of the lddp plugins successfully. (I think the bezier plugin (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Not in the plugins directory, in the directory of the program that calls the dll (...) Yes, we are currently working on a Linux port. --Orion (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) That's great. So it should work if I make a plugins directory off whatever directory ldglite.exe resides in. I take it that's where you'd look for the lddp.ini file as well. Is the lddp.ini file a replacement for the lddp registry entries? (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Unfortunately no. The component library I used for rendering, GLScene, is only available for Windows. Though I read that they were think of proting to Kylix. As soon as they relase a stable version, I'll work on it (...) I love for you to use (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Hey, cool. Is there a linux port in the works? (...) I have questions. I think these plugins are pretty cool, so would it be OK to use them as plugins for the LEDIT mode in ldglite? I did a quick and dirty feasibility test and it looks doable. (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) Ok, I tried to recreate the changes for 1.3 based on the message strings contained in the executable. The -i and -o commands work for both windows and linux, but I couldn't tell what else may have changed or been fixed for 1.3. You can try the (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) I asked Lars to add -i and -o functionality to mklist (so I could index various directories of part and primitive files). He sent along the EXE, but not the source. When LDraw 0.27 was being finished up, I included in the 1.3 mklist.exe. I (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) A quick check reveals the source I used was from mklist.c v1.2 That's the one included in the zip file inside ldraw027.exe and complete.exe. Oddly, I noticed that ldraw027.exe includes the v1.3 executable with the -i and -o options, but the (...) (21 years ago, 25-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) It doesn't appear to do anything with -i or -o command line options. Is there a newer version of the source, or were you asking me to add that? I only changed two lines of mklist.c (the rest was done in the missing include files), so it should (...) (21 years ago, 25-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) Does this version include the -i and -o command line options, to control the source directory, and output filename? If it does, and if we could get a fresh DOS compile, I'd like to include the new version in the next parts update. Steve (21 years ago, 25-Jun-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