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 / 10222 (-40)
  Any examples?
 
Hi all: Suppose there were a part such as a 3x9 brick with "Dave is Supercool" printed on the side, and let's call it part 65432. If that part did not exist in non-printed form, how would this be entered into the LDraw inventory? That is, would the (...) (19 years ago, 28-Apr-05, to lugnet.cad.dev)
 
  Re: Minor enhancement to PT UI
 
(...) -Orion (19 years ago, 28-Apr-05, to lugnet.cad.dev)
 
  Minor enhancement to PT UI
 
I made a small change to the user interface for the Parts Tracker. Previously, the "Lookup" box (at the right end of the navbar) would only accept filenames for searching. If you didn't enter the name of a file currently in the unofficial library, (...) (19 years ago, 26-Apr-05, to lugnet.cad.dev)
 
  Re: Bricksaic and txt2dat?
 
(...) Looks like that might be the best way to go. I haven't looked at autotrace yet, how does it handle colour? Even if bricksaic converts it to the ldconfig colour pallette, I imagine the colours output by autotrace will still need to be converted (...) (19 years ago, 22-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Bricksaic and txt2dat?
 
(...) Yeah, it sounds quite similar. Rosco's tx2dat program also uses the Shewchuk triangle library. Do ya think maybe it's about time to finish "publishing" your ldeco utility? I did a quick search and apparently you first promised to make it (...) (19 years ago, 22-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Bricksaic and txt2dat?
 
(...) This sounds similar to a past effort of mine called ldeco meant to help create decorated elements. It triangularized contours with colored seed points - see (URL) for a brief description (the page is very incomplete, I never got any further (...) (19 years ago, 22-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Bricksaic and txt2dat?
 
(...) Yeah, I was actually thinking the best thing would be to paste your ldraw triangle generator code right into the output code of autotrace. (URL) About a year ago> I hacked a cheesy ldr output into autotrace, but it only does edge lines. I (...) (19 years ago, 22-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Bricksaic and txt2dat?
 
(...) OK so a quick search reveals that (URL) autotrace> exports (URL) several different file formats>, none of which I know very much about. Does anyone else have any info? Note: txt2dat relies on the vector data being a series of closed contours. (...) (19 years ago, 22-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Bricksaic and txt2dat?
 
(...) Happy to investigate autotrace input, if someone can point me to a spec, or even better some code to parse it ;) Some test data would be useful too... ROSCO (19 years ago, 22-Apr-05, to lugnet.cad.dev, FTX)
 
  Bricksaic and txt2dat?
 
(...) Hey. You know the bricksaic interface is also a really nice fit for a program to reproduce patterned bricks in ldraw. I gave it a whirl posterizing the only pattern I had a scan of and it did a fairly nice job. (URL) You could use a few paint (...) (19 years ago, 22-Apr-05, to lugnet.build.mosaic, lugnet.cad.dev, FTX)
 
  Tablet usage
 
Hi all, I am (still) working on an animation tool (LD4Dmodeler 2, www.rolandmelkert.nl...4DModeler) Thinking about the large amount of controls (for controlling hinges, position and rotation etc), it might be interesting to support a tablet. The (...) (19 years ago, 21-Apr-05, to lugnet.animation, lugnet.cad.dev)
 
  Re: Latest BFC Spec?
 
In lugnet.cad.dev, Steve Bliss wrote: [snippity-do-dah] Sorry, I found an old post still waiting to be authorized. I hit "Post" instead of "Delete". Steve (19 years ago, 20-Apr-05, to lugnet.cad.dev)
 
  Re: Latest BFC Spec?
 
(...) I thought it was dead 2 (or 3?) years ago. ;) (...) That's a pretty big 'once' you've got there. One problem I've had, revisiting old part files and applying BFC -- once you look at a file, you're also tempted to fix any/all errors you find in (...) (19 years ago, 22-Mar-03, to lugnet.cad.dev)
 
  Re: txt2dat - Create LDraw files from text
 
(...) Wow, that's cool! LDRAW stuff sent to stdout. I finally get to try ldglite with a pipe from a real program, and it all seems to work. txt2dat -s hello -c 4 -p 72 c:\windows\fonts\ariel.ttf | ldglite -i1 -MFhello.png -- Thanks. That was fun, (...) (19 years ago, 18-Apr-05, to lugnet.cad.dev)
 
  Re: txt2dat - Create LDraw files from text
 
(...) Thanks Dave! Any feedback is much appreciated. I've just uploaded a new version, so you might wanna grab that. ROSCO (19 years ago, 17-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: txt2dat - Create LDraw files from text
 
(...) I've uploaded version 0.1.3, with a couple of bug fixes, and source code. Enjoy! ROSCO (19 years ago, 17-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: txt2dat - Create LDraw files from text
 
(...) Okay, I admit it: at first I thought "text to LDraw? Big deal--I write all my LDraw partsfiles as text files." But then I clicked on the link and figured it out. Wow, this utility is a great idea! I just downloaded it and will give feedback as (...) (19 years ago, 17-Apr-05, to lugnet.cad.dev, FTX)
 
  txt2dat - Create LDraw files from text
 
Hi all, I've just uploaded the first beta version of txt2dat, a command-line program to create LDraw files from text. It has been developed using cygwin and mingw on Windows XP, and has not been fully tested in any other environments. You can (...) (19 years ago, 15-Apr-05, to lugnet.cad.dev, FTX)  
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
(...) I'm using a display list. The triangles are drawn inside the display list using "classic" OpenGL calls (glBegin(GL_TRIANGLE....glEnd()). The lines are being drawn inside the display list using vertex arrays. Using vertex arrays to draw the (...) (19 years ago, 4-Apr-05, to lugnet.cad.dev)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
Slower, you say? Are you executing the functions in immediate mode? Or using a display list? Because if you're not using a display list, it's no suprise that it's slower. If you are using a display list, however, then I'm at a loss. I guess it may (...) (19 years ago, 4-Apr-05, to lugnet.cad.dev)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
So, I got the code updated so the conditional drawing happens in a display list, and then built LDView with full optimizations turned on in the compiler, and the new method actually runs slightly slower than the old method. (This is on an ATI Radeon (...) (19 years ago, 3-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Borland/delphi question
 
(...) This one did it. Thanks for the help. Kevin (...) (19 years ago, 1-Apr-05, to lugnet.cad.dev)
 
  Re: Borland/delphi question
 
(...) Have you tried doing a mainform->restore() (or whatever the Delphi version is) before closing the child? It is likely the user won't mind the window re-appearing when some long processing is finished. If you're worried about that, you could (...) (19 years ago, 1-Apr-05, to lugnet.cad.dev)
 
  Re: Borland/delphi question
 
(...) You could try setting another parent for the CancelForm, maybe zero for the DeskTop? Maybe there is some problem when you try to close a child of a minimized form? (19 years ago, 1-Apr-05, to lugnet.cad.dev)
 
  Borland/delphi question
 
Well, once again I've hit my limit.... I use a custom form for LPub's main form. I also use a simple custom form for the Cancel window that contains two buttons. When LPub is processing something that takes a long time, it does CanceForm->Show(). (...) (19 years ago, 1-Apr-05, to lugnet.cad.dev)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
(...) Well, I tried this in LDView, and it seems to work fine. I haven't yet put the new stuff in a display list, so it's drawing all the type 5 line geometry in immediate mode. Consequently, I'm not yet sure how fast it will be (it's very similar (...) (19 years ago, 1-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
(...) I think, that in this particular application it is better to deal with line type 5 syntax. Otherwise renderer has to calculate angle between adjanced polygons and select some threshold to decide whether this line is "conditional" or not. (...) (19 years ago, 1-Apr-05, to lugnet.cad.dev)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
(...) Interesting... so this article is suggesting that type5 lines not be used at all, which may be possible for a model that is certain to be BFC compliant. Wheras the mechanism I was suggesting would work for any model, BFC compliant or not. The (...) (20 years ago, 31-Mar-05, to lugnet.cad.dev)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
(...) You know, this got me thinking last night. I knew it sounded vaguely familiar, so I searched lugnet for "stencil buffer" and found this. (URL) I was so close, but somehow got distracted before I could work it out. Damn that attention deficit (...) (20 years ago, 30-Mar-05, to lugnet.cad.dev)
 
  Re: Type 5 lines, BFC relevance, and OpenGL
 
Hmmm, draw the edge twice and flip the stencil bit eh? It sounds like it could work. I'll have to read up on edge flags. I haven't used them for anything yet. By the way, you should be able to get all the info you need from the type 5 line itself, (...) (20 years ago, 29-Mar-05, to lugnet.cad.dev)
 
  Type 5 lines, BFC relevance, and OpenGL
 
I wanted to bounce something that has been percolating in my brain for a few days off somebody that might be able to offer me some feedback on it. I don't know if I'm the first person to think of this (I'm probably not), but as I haven't seen (...) (20 years ago, 28-Mar-05, to lugnet.cad.dev)
 
  MPDCenter NEW VERSION (1.0.14)
 
You can import and export MPD to MPD!! I have not seen that in some other software. Now there is also an help system. You can download at (URL) comments are welcome much fun MikeHeide (20 years ago, 28-Mar-05, to lugnet.cad, lugnet.cad.dev)
 
  Re: Newbie question on making new parts
 
(...) <snip, snip, snip, hack, wack, and chainsaw> Thanks Orion! Great reply to all my answers - an FAQ right there that I will be referring back to many times. -Matt :) (20 years ago, 28-Mar-05, to lugnet.cad.dev)
 
  Re: Comments wanted: Plans for easier parts authoring
 
(...) Thank you, very good and useful links! They were good examples to start me out in Python and LDR import/export for Blender, and the latest script was a very well working import. Export needs some more work to make a working parts authoring (...) (20 years ago, 15-Mar-05, to lugnet.cad.dev)
 
  Re: LEGO in CG classes was: easier parts authoring
 
(...) (Sorry for the late reply, I forgot to check up on the thread.) You may share the movie freely, just keep the credits in there. The other Lego-related student animations I would have liked to share were computer-animated Lego minifig remakes (...) (20 years ago, 15-Mar-05, to lugnet.cad.dev, lugnet.edu, FTX)
 
  LEGO in CG classes was: easier parts authoring
 
(...) could post some of the other things your class has created? One question: The credits list MLCAD and LDraw as applications used in the creation of the video - can you elaborate on this? Did they use LDraw measurements (or actual parts) in the (...) (20 years ago, 9-Mar-05, to lugnet.cad.dev, lugnet.edu, FTX)
 
  Re: Comments wanted: Plans for easier parts authoring
 
(...) Some work has already been done in LDraw Blender import and export. I've used this and it works well for import: (URL) the related Lugnet thread: (URL) was an earlier work: (URL) the related lugnet thread: (URL) (20 years ago, 8-Mar-05, to lugnet.cad.dev)
 
  Re: Comments wanted: Plans for easier parts authoring
 
I have now given Blender a good test, and I am hooked. The user interface is a bit weird at first, but it grows on you, and I expect it to be quite easy to use once I get the hang of it. The software features are perfect for this: GNU Free software (...) (20 years ago, 8-Mar-05, to lugnet.cad.dev)
 
  Re: Comments wanted: Plans for easier parts authoring
 
(...) So nice to hear that, and I actually care quite a lot! I have used Lego quite a lot myself to teach computer graphics. Not CAD as such, but 3D modeling, animation and programming. Swedish M Sc students have often grown up with a large pile of (...) (20 years ago, 7-Mar-05, to lugnet.cad.dev, FTX)
 
  RE: PT Browser: A client-side browser for the Parts List
 
Many thanks. If you need any help with it, just ask, and I'll try and reply with concise instructions. One of the biggest problems I find in writing instructions is what to include - too little, and you can't get started, too much and you drown in (...) (20 years ago, 7-Mar-05, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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