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 / *35665 (-20)
  Re: Request change to ptreleases.cgi
 
(...) In XML::Simple the root element name is controlled by the RootName option (RootName => 'string') (URL)_'string'_#_out_-_handy Chris (20 years ago, 1-Aug-04, to lugnet.cad.dev)
 
  Re: Quick question
 
Okay, I'm not quite sure what you mean, so I'll just tell you what to do to fix the problem. In the 'Command Line' type: "+KFI1 +KFF4 +KI1 +KF4". Somewhere in the .pov file type: "#if (clock == 1) camera{...} #end #if (clock == 2) camera{...} #end (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
 
  Re: Quick question
 
(...) I think more detail is needed. For now, all I can ask is: Are you setting the Initial_Frame, Final_Frame,Initial_Clock, Final_Clock parameters? If so, what are they? If your frames do not correspond with clock integers, it will never work (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
 
  Re: Request change to ptreleases.cgi
 
(...) There's no significance, AFAIK. The Perl module, XML::Simple, wraps the <opt> tag around everything automatically. I scanned the docs, but didn't see how to control it. Steve (20 years ago, 31-Jul-04, to lugnet.cad.dev)
 
  Re: Quick question
 
(...) I can't do this sort of animation , how can i have make it possible? (20 years ago, 31-Jul-04, to lugnet.cad.ray)
 
  Re: Quick question
 
You could do this without any .inc files at all. Within the .pov file, you can do something like this: #if(clock == 1) camera{...} #end #if(clock == 2) camera{...} #end If you need to try out your camera angles, you can comment out the other ones (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
 
  Re: Building DS9
 
Hi all, (I am cross-posting this to .space) I have put up some photo's of making the pylons at Brickshelf. See (after moderation): (URL) now: (URL) message: -- As of today I have started to collect pieces for my model of the Deep Space 9 station (...) (20 years ago, 31-Jul-04, to lugnet.cad.dat.models, lugnet.space)
 
  Quick question
 
I can do this for a reason #if (clock = 1) #include"online\spot1\n.inc" #end #if (clock = 2) #include"online\spot1\s.inc" #end #if (clock = 3) #include"online\spot1\w.inc" #end #if (clock = 4) #include"online\spot1\e.inc" #end I tryed to do an (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
 
  Re: Request change to ptreleases.cgi
 
(...) I'm not really up on XML, but it looks fine to me. I do have a question, though. Is there some significance that I am missing to naming the root element "opt"? --Travis Cobbs (20 years ago, 31-Jul-04, to lugnet.cad.dev)
 
  Re: 3450 Statue of Liberty (LDraw model)
 
How fast is your computer? Mine is 400Mhz. If yours is slower that mine, I can render it for you. -- - Nicolas Alvarez nicoalvar0.no.spam@hotmail.com "Nico Kaiser" <nico@siriux.net> escribió en el mensaje news:1091205800.2383...iux.net... (...) (...) (20 years ago, 31-Jul-04, to lugnet.cad.dat.models)
 
  Re: Request change to ptreleases.cgi
 
(...) OK, the URL is still temporary, but the script should be more-or-less done. Have at it, look for deficiencies, bugs, etc. If you don't remember the options, try adding ?help=1 to the url. I haven't thought very hard about the XML format -- if (...) (20 years ago, 31-Jul-04, to lugnet.cad.dev)
 
  Re: 3450 Statue of Liberty (LDraw model)
 
Am Freitag, den 30.07.2004, 16:24 +0000 schrieb Trevor Hewer: (...) Thanks! It has taken about 16 hours, but I'm just re-rendering it with slightly different settings (lower reflection, leads to much shorter rendering times, fewer artifacts while (...) (20 years ago, 30-Jul-04, to lugnet.cad.dat.models)
 
  Re: 3450 Statue of Liberty (LDraw model)
 
Nice render! Looks like that radiosity worked out. Must have taken a while though. What settings did you use for reflection? (20 years ago, 30-Jul-04, to lugnet.cad.dat.models)
 
  Re: 3450 Statue of Liberty (LDraw model)
 
Am Freitag, den 30.07.2004, 14:26 +0000 schrieb Larry Pieniazek: (...) instead of copying the message. That was wrong apparently. I'm sorry for that. (...) (URL) guess I'll have a closer look to the lugnet FAQ later ;-) Nico. (20 years ago, 30-Jul-04, to lugnet.cad.dat.models)
 
  Re: 3450 Statue of Liberty (LDraw model)
 
(...) Wow, that's a pretty cool idea. Can't have those CPUs sitting around idle. I noticed you posted the same (or similar) post to multiple groups by copying. You might want to see this post on crossposting: (URL) I noticed that your link points to (...) (20 years ago, 30-Jul-04, to lugnet.cad.dat.models, lugnet.cad.ray)
 
  Re: Radiosity, brightness
 
If you're a fan of sky_sphere illumination, you could have just cranked the value a bit. It'll be near the bottom of ldraw_radiosity.inc, under these lines: #if ( LDRAW_RAD_LEVEL > 0) #if ( LDRAW_SKYSPHERE = 1 ) There will be a gradient value for (...) (20 years ago, 30-Jul-04, to lugnet.cad.ray)
 
  3450 Statue of Liberty (LDraw model)
 
Hi! I finally won my fight against POV-Ray's Radiosity settings and rendered my Statue of Liberty LDraw model: (URL) without Stud logo, this one already took >16hrs to render...) Comments? Nico. (20 years ago, 30-Jul-04, to lugnet.cad.dat.models)
 
  3450 Statue of Liberty (LDraw model)
 
Hi! I finally won my fight against POV-Ray's Radiosity settings and rendered my Statue of Liberty LDraw model: (URL) without Stud logo, this one already took >16hrs to render...) Comments? Nico. (20 years ago, 30-Jul-04, to lugnet.cad.ray)
 
  Re: Request change to ptreleases.cgi
 
(...) Yeah, but I was thinking more for programs that were developed to support one dataset, and couldn't cope with a different model for distribution files. I know, I know -- require the coders to work more intelligently. ;) Steve (20 years ago, 29-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) Pft. Make ptrelease support a library version field, which would be 1 for the current lib, and 2 for the new one. :) (20 years ago, 29-Jul-04, 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