POV-Ray : Newsgroups : povray.advanced-users : Parametrics and isosurfaces : Re: Parametrics and isosurfaces Server Time
3 May 2024 14:29:02 EDT (-0400)
  Re: Parametrics and isosurfaces  
From: Bald Eagle
Date: 6 Aug 2016 16:25:00
Message: <web.57a6475b5c93b6e65e7df57c0@news.povray.org>
If I try to use:
  function { (5+2*RESULT[int(u/Delta)][4]/Order) * sin(u) * cos(v) }, // x-axis

I get "Float expected but vector or color expression found"

Are u and v not scalar values?

(apparently not, since using u.gray gets me through the parsing...)

(all I get is a sphere)
If anyone uses MatLab, perhaps they can illuminate me on what I'm missing.


Post a reply to this message

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