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 / *42055 (-20)
  Re: Bug in current version of LDList
 
I first replied almost three hours ago, but for some reason e-mail authentication never got this posted. I had to send it again and authenticate on the web page to get the message to appear?? FUT: lugnet.admin.general (...) (17 years ago, 22-Aug-07, to lugnet.cad.dev, lugnet.admin.general)
 
  Re: Bug in current version of LDList
 
(...) I think this newsgroup is a good place. (17 years ago, 22-Aug-07, to lugnet.cad.dev)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) You guys are both wrong, OpenGL is NOT column major. This is one of the biggest mistakes I keep hearing people repeat about OpenGL. The API doesn't care if you use column major or row major matrices, it just expects an array of 16 floats with (...) (17 years ago, 21-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) Hi again. What I meant was, I am confused by the (apparent) difference in what the *current* spec says on this issue, and what the new proposed spec says. If you will look at the current spec and scroll down near the end to the Line Format (...) (17 years ago, 22-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) From the standpoint of OpenGL, it uses row-major ordering. There are two ways to draw a transformation matrix. OpenGL uses the following (array offsets shown after): A D G X 0 4 8 12 B E H Y 1 5 9 13 C F I Z 2 6 10 14 0 0 0 1 3 7 11 15 (...) (17 years ago, 22-Aug-07, to lugnet.cad)
 
  Portable MPD Submodel Names
 
Bricksmith and LDView accept descriptive submodel names containing spaces, punctuation, and no file extension. However, I have been given the impression that MPD files containing submodel names like these can be problematic for MLCad and other tools (...) (17 years ago, 22-Aug-07, to lugnet.cad.dev)
 
  Re: Bug in current version of LDList
 
(...) I would report bugs to the developer. I see an email address at the bottom of the page at (URL) and on the LDraw.org listing at (URL) the other hand, if your bug report contains any interim solutions for working around the bug, I would (...) (17 years ago, 22-Aug-07, to lugnet.cad.dev)
 
  Bug in current version of LDList
 
Where should I report a bug in LDList v4.1? Or is there a database of existing bugs for any of the LDraw family of apps? Rob (17 years ago, 22-Aug-07, to lugnet.cad.dev)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) I came across the *current* LDraw file spec here: (URL) the matrix example is using column-major ordering. So now I'm really confused. Does the current spec use column-major, and the new spec is proposing to change it? Or is the current spec (...) (17 years ago, 22-Aug-07, to lugnet.cad)
 
  *** LDView Version 3.2 Released ***
 
LDView 3.2 is now available for download from the LDView downloads page here: (URL) Please note that the translations have not yet been updated to work with this release, and translations created for version 3.1 will refuse to load. The 3.2 (...) (17 years ago, 22-Aug-07, to lugnet.announce, lugnet.cad, FTX) !! 
 
  Re: Question about LDraw.org Library Header Specification
 
(...) Yes. (...) Yes to that too. I've fixed both of these problems. Hopefully I didn't introduce new once (the content system on ldraw.org can be finicky). --Travis (17 years ago, 22-Aug-07, to lugnet.cad)
 
  Question about LDraw.org Library Header Specification
 
At this url: (URL) you scroll down to the first Examples header (in bold) there's this line: 0 !CATEGORY Animal 0 !KEYWORDS Sting, Poison, Adventurers, Egypt Is there supposed to be a line break between "Animal" and "0"? Also, a little later in the (...) (17 years ago, 22-Aug-07, to lugnet.cad)
 
  Re: New rule for SOTM/MOTM
 
(...) That sounds like an excellent change! Spotlighted. Cheers Richie Dulin (17 years ago, 22-Aug-07, to lugnet.cad.dev.org.ldraw)
 
  New rule for SOTM/MOTM
 
Dear all, We have decided to introduce an additional rule to the MOTM and SOTM contests on LDraw.org in order to make them a little more interesting. We will now only run these contests if there are a minimum of five entries. The current situation (...) (17 years ago, 22-Aug-07, to lugnet.cad.dev.org.ldraw, lugnet.announce) ! 
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) I'm new to this community, and am just learning 3D graphics, but I will comment on this as someone who will eventually use this file format to read in and render these parts in 3D. 1. Character encoding - for a file spec, not specifying this (...) (17 years ago, 21-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) I think the original suggestion that we mention that it is in row-major format is valid. I agree that the fact that OpenGL (almost certainly one of the top two most used 3D APIs on the planet) uses column major format is a good reason to (...) (17 years ago, 21-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) The "so-what" would be that I, as someone who will eventually read in these files to create OpenGL renderings of them, would expect the matrices to be in column-major order, unless explicitly stated otherwise. Rob (17 years ago, 21-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) Umm, so what? LDraw is not, and should not, be dependent on OpenGL. Having worked with transformation matrix in both formats, I find the row-major format much easier to hand-edit than column-major organization. At least for LDraw-type usage (...) (17 years ago, 21-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) Page 16 of the OpenGL spec, v2.1 states: "Only convex polygons are guaranteed to be drawn correctly by the GL." Rob (17 years ago, 21-Aug-07, to lugnet.cad)
 
  Re: LDraw File Format Spec 1.0 DRAFT - Call for Public Comments
 
(...) Is this really what the LDRAW spec is stating? Because that would be contrary to the OpenGL spec, in which the standard ordering of matrices is column-major. So if you have a row like a b c d e f g h That would be interpreted in OpenGL as a e (...) (17 years ago, 21-Aug-07, to lugnet.cad)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR