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 / *10150 (-20)
  Re: L3P v1.3 for Mac OSX
 
(...) Essentially the \r make it one big line. L3P says it has the wrong number of fields. Maybe it reads the buffer limit and tries again because there is a variety of error messages per file. Now that you ask I don't know how one can use fgets for (...) (22 years ago, 5-Dec-02, to lugnet.cad.dev.mac)
 
  Re: ldraw.org MOTM & SOTM Winners for November 2002
 
"Allister McLaren" <allistermclaren@bigpond.com> skrev i meddelandet news:H6HDAr.Kn0@lugnet.com... (...) particular (...) around (...) Well, I just fiddled with info I got thanks to Lars Hassing, and the PovRay forums, so *that's* where ground (...) (22 years ago, 4-Dec-02, to lugnet.cad.dev.org.ldraw)
 
  Re: L3P v1.3 for Mac OSX
 
(...) I wonder if this could be solved with something as simple as doing an fopen() with "wt" instead of just "w"? And... And... I just can't help myself here, sorry Lars... If the code were available you might get better, more helpful or accurate (...) (22 years ago, 5-Dec-02, to lugnet.cad.dev.mac)
 
  Re: L3P v1.3 for Mac OSX
 
(...) Well, I don't really know. As I said, James said to do this at the command line /Developer/Tools/SetFile -c "POV3" -t "TEXT" /Users/yourname/yourfile.pov and after doing that, the POV-Ray programs processed the files normally. I don't know why (...) (22 years ago, 5-Dec-02, to lugnet.cad.dev.mac)
 
  Re: L3P v1.3 for Mac OSX
 
(...) Sure, if you tell me what exactly what you want... /Lars (22 years ago, 5-Dec-02, to lugnet.cad.dev.mac)
 
  Re: L3P v1.3 for Mac OSX
 
(...) How does it behave badly? Does it fail to read some lines? L3P uses fgets and then removes trailing \n and \r, but perhaps this fails on "old" mac files, which I believe use the CR ending. On MacOSX, \n is mapped to LF, so how do you read CR (...) (22 years ago, 5-Dec-02, to lugnet.cad.dev.mac)
 
  Re: L3P v1.3 for Mac OSX
 
(...) Erik, How did you render the POV files produced by l3p. Neither POV-Ray 3.1 (Classic) nor POV-Ray 3.5 (OS X) liked the file that l3p produced. When I dropped the file onto the applications incons in the Dock, the applications just ignored the (...) (22 years ago, 5-Dec-02, to lugnet.cad.dev.mac)
 
  Re: L3P v1.3 for Mac OSX
 
Lars, I used L3P this weekend. Since this is my first time using it, I tested only very simple uses. No problems found, unless you consider it a bug that it behaves badly with CR line endings. It's hard to tell which input file it is complaining (...) (22 years ago, 4-Dec-02, to lugnet.cad.dev.mac)
 
  Re: True Type fonts and LDraw files
 
Niels, I'm not sure what to do about arrows that are hidden because the view angle hides it. Do you have any ideas? It seems to me that it is just like any other part that is hidden from view. You can't see it. Do you have ideas how to work around (...) (22 years ago, 3-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
Thanks Jeroen, I guess there are multiple issues here. My original thoughts were primarily restricted to my LPub centric perspective, where we create step by step building instructions with a fixed view angle, and use rotation steps to virtually (...) (22 years ago, 3-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
Hmm, you could use the IFPOV and ENDPOV statements: 0 IFPOV 0 text { ttf "arial.ttf" // check your fonts directory for the proper names 0 "place your text here" // well, place your text there 0 1, // thickness of text (text will be 3D, dunno what (...) (22 years ago, 3-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
(...) MLCAD indeed has a BACKGROUND meta commmand that places an image as a background. This image always faces the "camera", indepedently of the view angle. It will not work in al instances (it might get obscured by the model), but it is the only (...) (22 years ago, 3-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
It is not only about adding text to a 3D world or a 2D render of it, but also about arrows. Arrows are (can be) used to point to a specific part or a group of parts. What about when this (these) part(s) are not visible in a different camera (...) (22 years ago, 3-Dec-02, to lugnet.cad.dev)
 
  Re: 24-tooth Technic gear confusion - Part(s) 3648, 3648a, x187
 
Thanks all. For now, I guess I will use just 3648 and indicate the appropriate version in the notes column. Hmm...maybe I need to add "learn how to create LDraw parts" to my ever-growing LEGO ToDo List (although I somehow suspect that 3648 might not (...) (22 years ago, 2-Dec-02, to lugnet.cad.dev, lugnet.db.inv)
 
  Re: True Type fonts and LDraw files
 
I was assuming that the user knows the view angle as well as any MLCad rotation steps that are in place when laying out the building instructions, but maybe this is too much work. If I do it as a post processing step, then the user is going to have (...) (22 years ago, 2-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
(...) Not necessarily. I don't always use the default viewpoint when rendering. (22 years ago, 2-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
(...) As far as I know, you can't do that, but I suppose you could do it with a new META statement. (...) I think there might be some LDRAW programs out there with a notion of a floor or background image. Those are 2D objects that may or may not (...) (22 years ago, 2-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
Quoting Don Heyse <dheyse@hotmail.spam...away.com>: (...) couldn't you say the text "box" is anchored in a point in space, and ALWAYS faces the camera? Or is there a situation where there's more than one camera at the same time? (I don't know much (...) (22 years ago, 2-Dec-02, to lugnet.cad.dev)
 
  Re: True Type fonts and LDraw files
 
(...) The one thing to watch out for here is that floating text will only look right when viewed from a particular angle. Don't forget that LDraw files contain 3D data which can be viewed from all directions. Text annotation seems to me more like a (...) (22 years ago, 2-Dec-02, to lugnet.cad.dev)
 
  True Type fonts and LDraw files
 
Hi, I've been doing a lot of work on automating the creation of building instructions lately, and have been studying various LEGO Constructopedias. There are places where LEGO uses text to anotate things in their step images (like 180 degree (...) (22 years ago, 2-Dec-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