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 / *40230 (-20)
  Looking for a commuter train LDraw model
 
Hello all! I'm looking for an ldraw model of a commuter train for a project I am working on. If anyone has one or knows where I can get one it would be apprciated? The project is my LEGO POEMS (see (URL)). I have two poems that I recently created (...) (18 years ago, 28-Jul-06, to lugnet.cad, lugnet.trains, FTX)
 
  Re: Tutorial on reviewing parts
 
(...) You did mail it to me: I'd really like to include it, but it seem a bit too sketchy imo: I've mailed it back to you with some suggestions 2 times, but I guess your spamfilter ate it or someting... I'll try to find it on my desktop when I turn (...) (18 years ago, 28-Jul-06, to lugnet.cad, FTX)
 
  Re: Tutorial on reviewing parts
 
(...) np (18 years ago, 28-Jul-06, to lugnet.cad, FTX)
 
  Re: Animtaions
 
(...) Oops, this where QT aliases to existing m4v files. I have replaced them with there originals. (...) Thanks, this are my first animations of technic models. I want to check if it is realistic to start a little movie which animates a whole (...) (18 years ago, 28-Jul-06, to lugnet.cad.ray, FTX)
 
  Re: Animtaions
 
(...) Thanks, No need to convert them for me. Now that I downloaded them first, I can watch them outside IE! (Some of the files are 27 kb or less though, like GasStation-4.mov, and won't play...) So far, I've watched grabber-iWeb.mov, and it is (...) (18 years ago, 27-Jul-06, to lugnet.cad.ray, FTX)
 
  Re: Animtaions
 
(...) Ok i'll convert the movies and place them at (URL) at the moment some of the movies lay there unconverted. (...) Yeah. The movies in the datsville section includes the hoses as they are based on your release 017. The first stills where based (...) (18 years ago, 27-Jul-06, to lugnet.cad.ray, FTX)
 
  Re: Sci-fi CGI Film Project: Alien Planet Scenes Wanted!
 
(...) Yes, please! (...) Hmm, I haven't thought so far yet. Maybe a land-based jeep and an anti-grav scooter? I'm very open for suggestions. I have recieved a few good contributions here, but I'm not sure they if will fit in. (...) Great! Just a (...) (18 years ago, 27-Jul-06, to lugnet.cad.dat.scenes)
 
  Re: Animtaions
 
(...) Could you export any of those QT movies to some format viewable in Win98, like MPG or AVI? Now that nor even Apple supports Win98 anymore :( And I am very interested in viewing it. Or could you give me direct links so I can download them? My (...) (18 years ago, 27-Jul-06, to lugnet.cad.ray, FTX)
 
  Animtaions
 
Hi, i have finished some animations of gears and threads and placed them at (URL) The animations are made with Blender. The source files can be downloaded also. Carsten (18 years ago, 27-Jul-06, to lugnet.cad.ray, FTX)
 
  Re: MPD file loading search order
 
(...) It's my work system, but I rarely use 2005. Most of my customer projects demand use of Delphi 6 Pro. Because that's what the customer itself owns. I maintain their code so I have to use their tools. Because of this I don't justify spending (...) (18 years ago, 27-Jul-06, to lugnet.cad.dev)
 
  Re: MPD file loading search order
 
(...) Probably. As I was reading the thread it was *loading* the MPD file that was considered two-pass, and my algorithm is definitely only one-pass for that (and no extra fixups after reading it all). OTOH, if the file should be rendered on screen (...) (18 years ago, 27-Jul-06, to lugnet.cad.dev)
 
  Re: MPD file loading search order
 
(...) Don't know about that, source-wise (all my work projects are still Delphi, Win32 only). In .NET you definitely don't have to care about the language an assembly was written in, you just use it. (...) If that is your work development system, I (...) (18 years ago, 27-Jul-06, to lugnet.cad.dev)
 
  Re: MPD file loading search order
 
(...) I suspect there's two definitions of "pass" at work here. I would consider a two pass algorithm to be anything requiring two loops (which we must have either way as their is no reference order specified in MPDs). Another way of considering it (...) (18 years ago, 27-Jul-06, to lugnet.cad.dev)
 
  Re: MPD file loading search order
 
(...) Actually I can't get my head around 'searching for a file in the cache' as equivalent to 'do a second pass of the source file'. Every part is searched for in the cache. Each source line is only read and parsed once. What am I not (...) (18 years ago, 26-Jul-06, to lugnet.cad.dev)
 
  Re: POV-Ray file problem when rendering
 
Yup it was taken with v2.1. That was the same site I went to, however a small oversight by myself forgot to click the link and go to the proper page for download. Now I feel stupid. Oh well... But I was able to download v3.0 and it works great now! (...) (18 years ago, 27-Jul-06, to lugnet.cad.ray, FTX)
 
  Re: 2006 LSC: Election Results
 
(...) Thanks Willy, and congratulations to the new committee members, I look forward to working with you all. (...) ROSCO (18 years ago, 27-Jul-06, to lugnet.cad.dev.org.ldraw)
 
  Re: MPD file loading search order
 
(...) Delphi 2005 (9) is part of Borland Developer Studio (BDS) 2005. It also contains C# Builder and Delphi for .net compilers. But I mainly use Delphi for win 32 development. Since BDS 2006 C++ Builder is also included in the suite. But I decided (...) (18 years ago, 26-Jul-06, to lugnet.cad.dev)
 
  Re: MPD file loading search order
 
(...) Is Delphi 2005 Delphi (Pascal) only? I've got BDS2006 at work and that contains both Delphi and C++ and C#. Going .NET would make it easy (?) to use a C++ library from Delphi, I think. (18 years ago, 26-Jul-06, to lugnet.cad.dev)
 
  Re: Working the held queue
 
(...) I would also like to see a flower shortcut with the flowers in reverse (thin diameter of the flower down, large diameter on top). Thats the way i make my flowers. Regards, Ludo (...) (18 years ago, 26-Jul-06, to lugnet.cad.dat.parts)
 
  Re: MPD file loading search order
 
(...) Thanks for the pointers, I'm working with Delphi 2005 Pro win32 at the moment (LD4DModeler was written in Delphi 6 Pro). So I can't use you're library. But I will certainly take a look at it. I sometimes write stuff in C++, but for a living (...) (18 years ago, 26-Jul-06, 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