POV-Ray : Newsgroups : povray.windows : Prism : Prism Server Time
28 Jul 2024 20:35:10 EDT (-0400)
  Prism  
From: Jon S  Berndt
Date: 3 Jan 1998 00:59:54
Message: <34ADD3D9.F7C6BB15@hal-pc.org>
Am I doing something wrong, or what?

I have included the prism statement generated by the editor in POV-Ray
for Windows. It looks like this:

prism {
  linear_sweep // or conic_sweep for tapering to a point
  cubic_spline // linear_spline | quadratic_spline | cubic_spline
  -0.5,        // height 1
   0.5,        // height 2
  10,          // number of points
  // the <u,v> points
  < 0.2, -1.0>, < 0.2,  0.2>, < 1.0, -0.2>, < 1.0,  0.2>, < 0.2,  1.0>,
  <-0.2,  1.0>, <-1.0,  0.2>, <-1.0, -0.2>, <-0.2,  0.2>, <-0.2, -1.0>
  // [open]
  // [sturm]
}

When I try and compile this, I get:

"Returned from renderer (non-zero return value)?."

Jon


Post a reply to this message

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