POV-Ray : Newsgroups : povray.animations : Annotation or comment text : Re: Annotation or comment text Server Time
17 May 2024 06:40:59 EDT (-0400)
  Re: Annotation or comment text  
From: Stephen
Date: 1 May 2007 04:39:08
Message: <g4vd33dqd5k1di13u88oq54civnmddcdgs@4ax.com>
On Tue,  1 May 2007 03:42:20 EDT, "MustardMan" <nomail@nomail> wrote:

>
>All I need is a annotation in the bottom corner of the frame that stays
>there no matter if I zoom or pan the rendered scene.
>
>Is there a command to do this?

Have you tried "Screen.inc"? 

//               Persistence of Vision Raytracer Version 3.5
//                           Screen Include File

// Created by Christoph Hormann, Chris Huff and Rune S. Johansen.

// Screen.inc will enable you to place objects and textures right in front
// of the camera. One use of this is to place your signature or a logo in
// the corner of the image.

// You can only use screen.inc with the perspective camera. Screen.inc
// will automatically create the camera definition for you when it is
// included.

// Note that even though objects aligned using screen.inc follow the
// camera, they are still part of the scene. That means that they will be
// affected by perspective, lighting, the surroundings etc.

// For instructions of use, look in the POV-Ray manual, and for an example
// of use, see screen.pov.

Regards
	Stephen


Post a reply to this message

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