POV-Ray : Newsgroups : povray.advanced-users : Where are the definitions : Re: Where are the definitions Server Time
23 Jun 2024 15:12:16 EDT (-0400)
  Re: Where are the definitions  
From: MichaelJF
Date: 27 Jun 2013 15:00:01
Message: <web.51cc8b76b9b9820b653857790@news.povray.org>
=?ISO-8859-1?Q?Roland_M=F6sl?= <fou### [at] pegeorg> wrote:
> just downloaded
>
> texlib40-20030223.zip
>
> But I can not find out where the definitions are,
> to use it in own POV projects.
>
> --

> Planetary Engineering Group Earth

Hi Roland,

as I understand this stuff: there are no definitons. This are only examples for
the textures shipped with POV to have an impression how they look under certein
conditions like radiosity and other ligthing situations. To use this textures
you have to include the proper include-file (Colors.inc, Stones.inc,
texrures.inc and so on) and put the desired texture name in an texture Statement
within an object. The library here is only intended to help find the most proper
texture out of the textures POV provides. Nice idea!

For example:

#include "stones.inc"

box { 0,1 texture { T_Stone12 } }

Best regards,
Michael


Post a reply to this message

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