POV-Ray : Newsgroups : povray.newusers : sphere sweeps : sphere sweeps Server Time
6 Sep 2024 12:14:52 EDT (-0400)
  sphere sweeps  
From: Mike Faneros
Date: 30 May 1998 22:51:25
Message: <3570C5AC.36FFC0C5@whodu.edu>
Can anyone help me figure out what's wrong with this sweep?  It seems to
work fine with a linear_sphere_sweep, but catmull_rom and b_spline
sweeps give me an error "Attempt to maloc zero size block..."  Maloc?
Any hints?

sphere_sweep {
  b_spline_sphere_sweep
  3,
  <0, .5, 0>, .5
  <.75, 0, 0>, .25
  <0, -1, 0>, .01
  texture { pigment { color Black } }
  finish { phong .4 }
}

The idea is to have two of these for a yin-yang symbol...

See ya...
Mike

Antispam: make whodu.edu->ou.edu


Post a reply to this message

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