POV-Ray : Newsgroups : povray.newusers : How can I do an arrow? : Re: How can I do an arrow? Server Time
30 Jul 2024 08:18:31 EDT (-0400)
  Re: How can I do an arrow?  
From: Hughes, B 
Date: 6 Aug 2004 12:07:04
Message: <4113aca8$1@news.povray.org>
"Oleguer Vilella" <ole### [at] infonegociocom> wrote in message
news:4113aa16@news.povray.org...
> I put your code with my camera, and I couldn't see it. My camera is
> #include "colors.inc"
> #include "textures.inc"
> background { White}
> camera { location <0, 1, -100> look_at <1, 1, 1> }
> light_source { <170, -30, -100> color White}
>
> I've copied your code and your arrow just desepear. Thank you very much
for
> the information about the order of the words, I didn't know it, I'll do it
> like you. Do you think that's camera problem??

Yes. In your other message you had used:

  camera {location <170, -11, -100>look_at  <180, -15, -16>}

The camera location and look_at point is way off now, by 170 to 180, so if
you change the arrows translate to <0,0,0> you'll see it centered again.

Bob H.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.