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 / 7177
7176  |  7178
Subject: 
Re: A couple of tutorial items (Was: Known bugs on the site and how to report new ones)
Newsgroups: 
lugnet.cad, lugnet.cad.dev.org.ldraw
Date: 
Thu, 24 Jan 2002 15:03:10 GMT
Viewed: 
528 times
  
In lugnet.cad, Tim Courtney writes:
I don't see a problem in my window.  I do remember forcing a line break with
a <br> a few times with POV code, but I don't see the problem.  Maybe I'm
not trained enough in POV code ;-)

Back to boot camp for you, mister.  :-,

Is it where the comment marks // appear in the middle of a line?

Here's what it appears like:

// Camera (Latitude,Longitude,Radius = 0,180,0)
        camera {
         #declare PCT = 0; // Percentage further away
         #declare STEREO = 0; // Normal view
         file://#declare STEREO = degrees(atan2(1,12))/2;
             // Left view  file://#declare
        STEREO = -degrees(atan2(1,12))/2; // Right view
        location vaxis_rotate(<80,-600,-1400> + PCT/100.0*<0,0,3106>,
              <0,-9.64724e+006,0>,STEREO)
         sky -y
         right -4/3*x
         look_at <300,-150,0>
         angle 40
         rotate <0,1e-5,0>
             // Prevent gap between adjecent quads file://orthographic
        }

Here's what it should be:

// Camera (Latitude,Longitude,Radius = 0,180,0)
        camera {
         #declare PCT = 0; // Percentage further away
         #declare STEREO = 0; // Normal view
         //#declare STEREO = degrees(atan2(1,12))/2; // Left view
         //#declare STEREO = -degrees(atan2(1,12))/2; // Right view
         location vaxis_rotate(<80,-600,-1400> + PCT/100.0*<0,0,3106>,
              <0,-9.64724e+006,0>,STEREO)
         sky -y
         right -4/3*x
         look_at <300,-150,0>
         angle 40
         rotate <0,1e-5,0> // Prevent gap between adjecent quads
         //orthographic
        }

There are some spurious "file:" items that need to be yanked completely.

2:  In Jonathan Knudsen's "Drawing LEGO Models",
So does anything need to be fixed on the page?

Well...no.  :-,

Cheers,
- jsproat



Message is in Reply To:
  Re: A couple of tutorial items (Was: Known bugs on the site and how to report new ones)
 
"Sproaticus" <jsproat@io.com> wrote in message news:GqBIK3.76F@lugnet.com... (...) a (...) all (...) I don't see a problem in my window. I do remember forcing a line break with a <br> a few times with POV code, but I don't see the problem. Maybe I'm (...) (22 years ago, 23-Jan-02, to lugnet.cad, lugnet.cad.dev.org.ldraw)

38 Messages in This Thread:
















Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

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