POV-Ray : Newsgroups : povray.windows : text object and texture : text object and texture Server Time
28 Jul 2024 08:33:45 EDT (-0400)
  text object and texture  
From: Chuck Roberts
Date: 19 Aug 1999 14:28:15
Message: <37BC4CFB.485FAF9B@accn.org>
Ok. How come I get an error "missing }" when I render this? All I want
is to put a texture on the text. I want it to be like reflective chrome.
Yes I included "metals.inc". I have pov 3.02. 

text
{
  ttf          // font type (only TrueType format for now)
  "crystal.ttf",  // Microsoft Windows-format TrueType font file name
  "ACATEC",   // the string to create
  .5,           // the extrusion depth
  0            // offset
  texture {   P_chrome1 
           finish {F_MetalC}
          }
}


Post a reply to this message

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