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 / *8860 (-20)
  Re: numbers report
 
BTW, you can now get this report on the homepage for the Parts Tracker. (URL). It's at the bottom; you might have to scroll down. Steve "Doing what I can to make the world a better place" Bliss (...) (22 years ago, 19-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: Numbers Report
 
(...) Well, yes. No argument there. (...) And what if, after the subfile is pre-emptively released, we realize that the file is totally wrong, and must be scrapped? Or some other thing comes up? It's just sloppy to put out unused files, and I don't (...) (22 years ago, 19-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: Why Type 5 Lines?
 
(...) The backside wireframe elements *will* be drawn, that's the point of what Kyle was talking about. The idea is to draw the wireframe of the backside surfaces and it will all be hidden by the frontside surfaces, *except* for the lines around the (...) (22 years ago, 19-Apr-02, to lugnet.cad.dev)
 
  Re: Checking 48\1-4ring4.dat
 
(...) My code matches your code exactly. Could you submit your file to the tracker? But please add an Author line for Sascha, he gets first-mover props. Steve (22 years ago, 19-Apr-02, to lugnet.cad.dev)
 
  Re: Numbers Report
 
(...) Actually, I'd *much* prefer this response to the alternate (i.e., better this than releasing the "main" file before its subfiles). To be honest, I see no problem with pre-emptively releasing a "not yet used" subfile before its "main" file. (...) (22 years ago, 19-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: numbers report
 
(As of 10:50pm, Thursday, 18 April...) Section Totals 183 certified files. 59 files need admin review. 221 files need more votes. 209 have uncertified subfiles. 92 held files. (Total: 764 files.) Almost *two* *hundred* certified files!!! 8-D (...) (22 years ago, 19-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: Checking 48\1-4ring4.dat  [DAT]
 
(...) Yes, I agree. My Excel spreadsheet created file is varying by 0.0001 to 0.0002. Paul 0 Hi-Res Ring 4 x 0.25 0 Name: 48\1-4ring4.dat 0 Author: Paul Easter 0 Unofficial Primitive 0 BFC CERTIFY CW 4 16 4 0 0 3.9658 0 0.5221 4.9572 0 0.6526 5 0 0 (...) (22 years ago, 19-Apr-02, to lugnet.cad.dev)
 
  3DMF - BrickDraw3D
 
About 2 weeks someone asked me about 3DMF export from BrickDraw3D, but I lost the email. If you're reading this please email me again. I can help you. -Erik (22 years ago, 19-Apr-02, to lugnet.cad.dev.mac)
 
  Duplo Studs (was: [Parts Tracker] Wrapping up 2002-02)
 
(...) Update: all four of them are waiting for Admin now. Thank you Carsten! -- Tony Hafner www.hafhead.com (22 years ago, 19-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Motorcycle rider shortcut
 
In this part: (URL) Easter refers at one point to BFCing the file. But there's no BFC stuff in there. It appears that the only change here is the title. Is it possible that Paul added it but then the name fix submission lacked that update? -- Tony (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: [Parts Tracker] Wrapping up 2002-02
 
(...) If we want to bulk up the release and clear out a bit more from the tracker, it might be nice to get the Duplo stud primitives certified. Just getting those 4 files certified would get those plus 15 more files into the next release. When the (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: [Parts Tracker] Wrapping up 2002-02
 
Since "973ps4" (the Han Solo w/ vest torso) is one of the files that is certified and awaiting release, I need to ask: Weren't we going to switch this file's pattern number with "973ps5" (the Darth Vader torso)?... (Ref: "(URL) (22 years ago, 18-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  [Parts Tracker] Wrapping up 2002-02
 
All the Horse files, and most of the primitives updated with BFC'ness, are now certified! The one primitive not yet certified is p\48\1-4ndis.dat, but it is not the sole hold-up for any files. Over the next few days, I'll be working on getting the (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev.org.ldraw)
 
  Re: Why Type 5 Lines?
 
(...) Actually, transparent surface should work fine. As long as they are set to write to the Z buffer when drawn, and their outlines are drawn with Z buffer testing enabled, they should work fine. The wireframe parts that aren't supposed to be (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev)
 
  Re: Why Type 5 Lines?
 
(...) One problem: transparent surfaces would show the wireframe backside. :\ Steve (22 years ago, 18-Apr-02, to lugnet.cad.dev)
 
  Re: Why Type 5 Lines?
 
I was reading through this more, and while I still don't know exactly how it all works, I think I stumbled onto something. > I dont know how many of you have come across this technique before. I > remember finding an OpenGL demo that did this kind (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev)
 
  Re: Why Type 5 Lines?
 
(...) Yeah, the stencil buffer, that's gotta be it. If you've got BFC working then you can use the stencil buffer to count how many times an edge is draw in GL_LINE mode. Edges on back facing triangles won't be drawn, so you'll only count one edge (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev)
 
  Re: Why Type 5 Lines?
 
(...) That sounds like glPolygonOffset which would be part of the solution because it allows the edges to look clean. We all use that already. (...) I can see how you might accomplish some of that by manipulating glEdgeFlag when you define your (...) (22 years ago, 18-Apr-02, to lugnet.cad.dev)
 
  Re: Why Type 5 Lines?
 
(...) OpenGL has glPolygonOffset, which does what you describe by allowing you to move the polygons further away in the Z direction, where the amount they move can depend on the slope of the polygon in the Z direction. This works great, and I use it (...) (22 years ago, 17-Apr-02, to lugnet.cad.dev)
 
  Re: Why Type 5 Lines?
 
(...) The obvious case where it's useful is studs - without these lines, viewing any brick from the standard "oblique" position above & to the side, you would see a circle at the top & bottom of each stud, but no sides, which IMHO would not look (...) (22 years ago, 17-Apr-02, 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