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 / *3585 (-20)
  Minifigure Torso Generator
 
Hi , at 19.10.99 Jonathan Wilson wrote in a mail: JW> The password is modelling (mabie that should be in the faq? Maybe. There I had realy not been looking for a password, my fault. JW> -- Jonathan Wilson wilsonj@xoommail.com JW> (URL) Joachim. (URL) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) No. With current files, you don't know, so you can't assume anything. (...) No, inversions are common. (...) Right. So non-wound-up files can't be backface culled. I don't see what you're getting at here. (...) But we don't get to specify what (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) This is a problem of the current design (the one beeing used now). You didn't knew in the past, because you didn't have the 0 INVERT meta-command. So you can only assume it' NOT inverted. If for some reason, it is inverted, then the old .DAT (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Fixed #3228a is ready
 
I'm suffering from burnout working just half-time and therefore I have some time over. Had to look up the word "tapered" in my dictonary. That's my only faint objection. Thanks for your trouble, /Tore (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) That's not true. If a super-file is not certified, then there's no way to tell if the subfile is normal or inverted. So when a file is referenced by a non-certified super-file, it can't be clipped, even if the referenced file is certified. (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
(...) Great! (...) It's local when you look at it in the .DAT where it is used. It's effect is NOT local, when you are looking from the renderer program's view, because it has to keep track of the current invert state. The INVERT meta-command only (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
(...) Yes it is. (...) The reference of the current GLOBAL state is passed down the file-reference tree, YES. (...) Correct. (...) NOT the FILE, but the RENDERING PROGRAM ! (...) Agreed. (...) By default would be CCW. (...) YES and NO. The internal (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
(...) If by default you always use the same winding, then you can know the orientation of the polygon on the fly. IF you mix both you will have a hard time, because you are mixing or reference. (...) That I agree! but my NOTE (suggestion) to pair (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) Great ! (...) Don't be pessimistic ! As soon as people see that their models render twice as fast, they will start using the new features. And a utility to make the optimization job easier would make a big difference, to all the lazy people ;) (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) That can be done, but you will probably suffer a performance hit, because, most hardware, just use a bit, to keep track of the state. Just minimize the use of the 0 CCW and 0 CW meta-commands, to boost performance. When optimizing existent or (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) By candidate, I meant, someone could optiomize it, a place a 0 CLIPPING ON meta-command on it, and get some benefit. If you use enable clipping, but you have no graphic primitives in your file (assuming clipping is stryctly local), than you (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) NO, I said that, to be used when optimizing the existent files, not when rendering the optimized files. (...) I never said that ! (...) I think that depends on the host processor that you have and your specific graphics board (2D/3D) ;) (...) (...) (25 years ago, 20-Oct-99, to lugnet.cad.dev)
 
  [ldraw.org] Model of the Month
 
I have just added the Model of the Month pages to ldraw.org. We're going to shoot for the first award being given for November. Entries are being accepted until Monday October 25, and voting will take place until Sunday October 31. The winning entry (...) (25 years ago, 20-Oct-99, to lugnet.general, lugnet.announce, lugnet.cad.dev.org.ldraw)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
(...) Yes the coded inversion is needed, for one big reason: The clipping-ready parts library must be compatible with non-clipping rendering programs, such as LDraw. So the inversions need to occur in the real commands, not in the clipping-extension (...) (25 years ago, 19-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
(...) <snipped stuff about INVERT> I think we're disagreeing about the meaning of 'strictly local'. As you describe the operation of INVERT, it is *not* local. The state of inversion is passed down the file-reference tree. This is not a local (...) (25 years ago, 19-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
Rui Martins wrote in message ... (...) I concur that WINDING is strictly local. It may be a struggle of words, but I wouldn't call INVERT *local* as it affects the behaviour all tris/quads in *subfiles* And I don't see why clipping should be local. (...) (25 years ago, 19-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING
 
Rui Martins wrote in message ... (...) Part authors should define the tris/quad the way he finds best, easy and logical - maybe sometimes CW and sometimes CCW. Also when fixing old parts, just insert a lot of WINDING keywords in stead of editing the (...) (25 years ago, 19-Oct-99, to lugnet.cad.dev)
 
  Re: Object Orientation & DAT files & CLIPPING/WINDING  [DAT]
 
Steve Bliss wrote in message <380b3366.9260126@lu...et.com>... (...) No, you don't need to bother with the matrix. Use the 0 INVERT to tell the renderer: "Hey, please turn the following subfiles inside-out". Remember the example from stud2.dat: 1 16 (...) (25 years ago, 19-Oct-99, to lugnet.cad.dev)
 
  Re: Freeware LEGO Software in an German Computer magazine
 
I promised to keep an eye on the server statistics on the LDraw web site now that the LEGO CAD programs were mentioned in c'T[1]. I didn't keep a close enough eye on the development, so one day of log files were lost due to a full /var partition. (...) (25 years ago, 19-Oct-99, to lugnet.cad.dev.org.ldraw)
 
  Re: Several replies to CLIPPING / WINDING
 
(...) We both want the same thing, now we need to make everybody agree with us :) (...) I sort first by color and then by line type. I have everything pre-processed and I don't use glBegin()/glEnd() to render. (...) From my personal experience, (...) (25 years ago, 19-Oct-99, 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