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 / Search Results: Stickers in LDraw
 Results 3661 – 3680 of 7032.
Search took 0.01 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: A comprehensive LDraw object model
 
(...) Could you give us an example? By looking at what you've written, I don't understand if one needs an ending tag, or not, to complete the '0 DETAIL' command. Where in the text of the file would this go? How would it look? Thanks a lot. Much (...) (23 years ago, 11-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: LDraw.org Tutorials - What to include
 
(...) Turning lights into shadowless lights is already beging covered. I suggest you try to focus on just the basics for 100 level tutorials. Think of the user as someone who is afriad to even touch the MOUSE. Just show him/her the basics to get a (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) Well again BFC is only useful for culling surfaces that face away from you. It doesn't really do anything for faces that face you but are blocked by other faces. When I talked about top, left, right, etc, I was envisioning some system by which (...) (23 years ago, 11-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: LDraw.org Tutorials - Categorization, Storage, Indexing, etc...
 
(...) I agree on PDF: it is small, searchable (you can even create an index of multiple PDF-files which you can search), multi-platform, you can add links, bookmarks, wadda ye want more? Second choice would be html... Well, I'm going back to do my (...) (23 years ago, 11-Feb-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) The way I designed my stuff is that the code in the linetype classes manage the objects they contain -- mostly just allocation, serialization and stringification of a matrix or a list of vectors. However, any rendering or parsing behavior is (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) A couple of different approaches to this have been discussed before. I think the most generic solution was to implement a 0 DETAIL <level> meta-command, that would identify the detail-level of the following lines. A 0 detail level indicates (...) (23 years ago, 11-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: Case of part filenames?
 
(...) You got it. It didn't use to matter, but now we're trying to move to lower case. Mostly. It didn't use to matter -- DOS's file system is 'case-insensitive'. But DOS always stores & returns filenames as all-caps, so most filenames were (...) (23 years ago, 19-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) OK. This is sounding very yummy. When can we start using the frameworks. (...) Nonsense. I got to work and home just fine today, and I even found parking right across from where they had the opening ceremonies. :-) James (23 years ago, 12-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  MLCading (Was Re: ldraw.org MOTM & SOTM Winners for January 2002)
 
I'm going to be Tim C. Jr. here and say it... MLCading? (...) Anthony, don't you mean you are going to "LDraw" all four of your dragons. Yes, I'm a newly converted LDraw System of Tools person. I think we should start using the proper namings when (...) (23 years ago, 6-Feb-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  LDraw.org Tutorials - Categorization, Storage, Indexing, etc...
 
I've gotten quite a few tutoraial submissions recently, and a bunch more promised. This is so cool!! Keep it up, folks! For this reason, we need to discuss how we should store the tutorials on LDraw.org. We should develop a system now with room for (...) (23 years ago, 29-Jan-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  Re: Announcing All New LDraw.org Website!
 
The application LDraw-mode, for which I am the author, is also useable for Linux and Macintosh (basically every OS for which Emacs is available, which is a fair number os OS'es): (URL) is also an application which has the source code available, so (...) (23 years ago, 24-Jan-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) Yes, What you're describing does sound like BFC to me. As someone else (travis I think?) said, BFC is a useful optimiziation for reducing the number of surfaces that need to be drawn. But it's not the same thing I was talking about. BFC (...) (23 years ago, 11-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) Ok. Up until now I've been under the impression we were trying to come up with a pure interface definition, independent of any particular language, platform, or implementation. When I asked if they weren't all abstract, I was envisioning (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) I can definately see the benefits of a standard library interface. Even an implementation might have a lot of uses. I just think that you will get the best design for the interface, if you forget about how you or anyone implemented it in the (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) The base class is abstract, the ones not marked "abstract" aren't. This class hierarchy is actually the class library I whipped up over the past week. About 95% of what I posted here has working code, but I didn't want to push any of that if (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: LDraw.org Tutorials - What to include
 
Hi all, For the RNDR 101 and CONV 101 should I include some basic POV-Ray editing (colours, background, turning lights in to shadowless lights) or is that more a RNDR201 thing? And can we have a lugnet.cad.tutorial group? or is that a bit too much? (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  ldraw.org Software ratings
 
Now that ldraw.org has a user-based rating system for software downloads, I think it would be a great idea if everyone here went and rated the programs they have tried out. As a software author, I know I'm curious what people in general think about (...) (23 years ago, 30-Jan-02, to lugnet.cad, lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
(...) <snip> First, this is a nifty idea. Objectifying this is long overdue. But I was struck wondering, is this trying to objectify the current dat format as it is, or an ideal one as we would like to see it be... Also, are you a fan of the MVC (...) (23 years ago, 10-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: A comprehensive LDraw object model
 
"Sproaticus" <jsproat@io.com> schrieb im Newsbeitrag news:GrBy72.EJI@lugnet.com... (...) Conclusion: The LineType-classes are wrapper classes for the lines in the dat files. Simple in- and output methods are included, also simple transforming (...) (23 years ago, 11-Feb-02, to lugnet.cad.dev)
 

ldraw
(score: 0.265)

  Re: MLCading (Was Re: ldraw.org MOTM & SOTM Winners for January 2002)
 
(...) In (...) I'm sorry you had to nit-pick, because you're wrong about me. I did not mean that I was going to 'LDraw' my dragons. Yes, I know that MLCad is a gui program that makes LDraw easier to use (at least for me), but I don't go aroung (...) (23 years ago, 6-Feb-02, to lugnet.cad.dev.org.ldraw)
 

ldraw
(score: 0.265)

More:  Next Page >>


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