To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / *1202 (-20)
  Re: Inline POV-Ray code?
 
In lugnet.cad.dev, Don Heyse writes: [snipped things down a bit] (...) Generally, yeah. But mostly to the extent that I haven't thought it through enough. (...) That could work, but IMO only pushes the issue to the side. To some extent, LDraw.org (...) (23 years ago, 28-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) So it appears as if we agree that L3P-generated objects don't really belong in official LDRAW part files. Once again this brings us back to the 0 INCLUDE suggestion. Imagine that ldraw.org (or someone else) distributes a separate set of part (...) (23 years ago, 28-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) No, I meant the POVRay code referring to L3P-generated objects. By allowing this code in official part files, we'd be endorsing language that hasn't been generally discussed and reviewed. Not that I see any particular problem with the code. (...) (23 years ago, 28-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) Which part of it aren't you keen about? Is it all the extra stuff in the dat file? If so, then perhaps this is a good time to dredge up my 0 INCLUDE suggestion yet again. ;) (URL) (23 years ago, 27-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) OK. I'll write up a spec/reference page on 0 IFDEF. It will include the following metacommands: 0 IFDEF <code> 0 IFNDEF <code> 0 ELSE 0 ENDIF Should there be a 0 ELSEIFDEF and/or 0 ELSEIFNDEF? (...) Steve (23 years ago, 27-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Problem with Seam Width
 
(...) If you are thinking about making instructions, I would strongly suggest at least checking out MEGAPOV's find_edges function. Even without using the LGEO library, the instructions output is far and away the best I have seen so far for (...) (23 years ago, 23-Feb-02, to lugnet.cad.ray)
 
  Re: Problem with Seam Width
 
(...) The LGEO parts have rounded edges. That's why it doesn't make sense to have a "seam" between the parts. And Mega-POV will not be able to identify the edges simply because there are no edges! I you want to use the edges highlighting function in (...) (23 years ago, 23-Feb-02, to lugnet.cad.ray)
 
  Re: Problem with Seam Width
 
Jake McKee <sink@countersinkdg.com> wrote in message news:GryFxr.E49@lugnet.com... (...) width. (...) Realy? *sigh*, well at least at least I won't have to download Mega-POV again. I was going to use them together for instructions for my first (...) (23 years ago, 23-Feb-02, to lugnet.cad.ray)
 
  Re: Problem with Seam Width
 
(...) Sorry to do it, but I am replying to my own post with a solution. Note to self: LGEO library parts DO NOT work with Mega-POV find_edges.... Jake --- Jake McKee AFOL LUGNET Member #211 (23 years ago, 22-Feb-02, to lugnet.cad.ray)
 
  Re: POV-ray question
 
(...) If I remember correctly, Bram Lambrecht posted a very good desciption about how he made instructions for the beetle model recently. I think it was cross posted to this group. What, in your opinion, are the advantages with using Anton Raves' (...) (23 years ago, 22-Feb-02, to lugnet.cad.ray)
 
  Problem with Seam Width
 
I have what will hopefully be an easy question about changing the seam width. I used L3PAO to create a .pov file a few nights ago. When I change the #declare SW = 1; line in the .pov file, the seam width gets larger or smaller depending on what I (...) (23 years ago, 22-Feb-02, to lugnet.cad.ray)
 
  Re: POV-ray question
 
This depends on what images you have been looking at. There are 2 ways that I know of creating the instruction-like images. 1) Use the keyword 'shadowless' on the light_sources in POV or 2) Use something called MEGA-POV which is an add-on to POV-Ray (...) (23 years ago, 21-Feb-02, to lugnet.cad.ray)
 
  POV-ray question
 
How do you setup lighting for a pov-ray scene (using anton raves povray library) so that you get those "inastruction-like" images people have been making lately? (23 years ago, 20-Feb-02, to lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
Steve Bliss wrote... (...) It's OK with me to use e.g. "0 IFDEF L3PPOV" The POV code is (or can be) L3P related. As an example of that see e.g. Chuck Sommerville's minifig head (URL) >Or is the current situation considered adequate (...) Right! We (...) (23 years ago, 21-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) I made some heads using inline POV code: (URL) (23 years ago, 20-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) Actually a cheap fix that *almost* works is to go into the printed head file (such as 3626bp05.dat) and rip out anything that's not color 0. ie. gut everything but the printing. Then paste in 3626.dat instead of s\3626bs01.dat. This will slap (...) (23 years ago, 20-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) It's not something that can, or needs to be, fixed. Only surfaces drawn with primitive files[1] can be curved in POV-Ray[2]. The patterned area of the minifig faces are not drawn with the cylinder primitives, so they come out faceted. Steve 1) (...) (23 years ago, 20-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
"Steve Bliss" <partsref@yahoo.com> wrote in message news:n6h77ug2idkrqil...4ax.com... (...) Yeah. Hey if we could solve the centering and rotation problem with a table, couldn't we run converters to Anton Raves' library? Would this project be too (...) (23 years ago, 20-Feb-01, to lugnet.cad.dev, lugnet.cad.ray, lugnet.cad.dev.org.ldraw)
 
  Re: Inline POV-Ray code?
 
(...) Just a guess, but I don't think all the printed heads exist in the LGEO parts, so l3p can't substitute that way. And they probably don't use the cylinder primitives because of the printed faces, so once again l3p can't substitute. I suppose (...) (23 years ago, 20-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)
 
  Re: Inline POV-Ray code?
 
(...) Yes, there are plans for this. My current issue is with the syntax being used. I'd rather use general 0 IF ... 0 ELSE ... 0 ENDIF meta-statements, rather than the 0 L3P meta-statements. (...) It seems like LGEO is pretty static now. Lutz is (...) (23 years ago, 20-Feb-02, to lugnet.cad.dev, lugnet.cad.ray)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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