POV-Ray : Newsgroups : povray.general : Text to paths : Re: Text to paths Server Time
31 Jul 2024 10:18:43 EDT (-0400)
  Re: Text to paths  
From: Penelope20k
Date: 5 Jun 2007 04:04:12
Message: <466518fc$1@news.povray.org>
// --------------------------
//      Basic_path
 // --------------------------

#declare Main_Path="d:\\Travail\\New_POV\\";
#declare Library_Path=concat(Main_Path,"Library\\");
#declare Texture_Path= concat(Main_Path,"Texture\\");


// -----------------------------
//     Include FILES global
// -----------------------------
// Setting DEFAULT Library PATHS :
// Library_DSI , Library_DSI_ELEM
// Light_Library

#include concat(Library_Path,"globalset.inc")

#include concat(Library_Path,"couleurs.inc")
#include "colors.inc"
#include "metals.inc"


news:web.4664b72450d4c3d6ae81e560@news.povray.org...
> Is there a way to make text follow a path? Are there any include files
> available that will allow me to do this?
>
>
>


Post a reply to this message

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