POV-Ray : Newsgroups : povray.newusers : Logo Placement : Re: Logo Placement Server Time
29 Apr 2024 09:54:58 EDT (-0400)
  Re: Logo Placement  
From: Kenneth
Date: 6 Feb 2015 08:20:04
Message: <web.54d4bedd42939c78f644696d0@news.povray.org>
"Kenneth" <kdw### [at] gmailcom> wrote:

>
> // Here's the macro to apply your logo image. The image needs an alpha
> // channel transparency mask so your scene is visible through it...

Actually, that's not absolutely necessary. A typical non-masked image would work
OK (like a jpeg image), since it's being scaled down to only a small portion of
the output render anyway. The rest of your scene will show up fine.

If you don't even *have* an image to use, you can still get a logo-- by using
POV-Ray's 'text' objects, and another macro in screen.inc called

#macro Screen_Object (Object, Position, Spacing, Confine, Scaling)

It can place actual objects in the scene, and they behave just like the logo
image example.


Post a reply to this message

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