POV-Ray : Newsgroups : povray.general : marching cube macro : Re: marching cube macro Server Time
7 Aug 2024 11:22:09 EDT (-0400)
  Re: marching cube macro  
From: Christoph Hormann
Date: 27 Sep 2001 12:31:47
Message: <3BB3553D.845F99AD@gmx.de>
ingo wrote:
> 
> Ron posted something like this:
> 
> [...]

Thanks, but i still have problems with things like this:

  #macro Foo( Bar, X )
    Bar(n-X) 
  #end

  #declare FUNC=function(n){n*2}

  #declare FUNC2=function(n){ Foo( function(n){FUNC(n)} , 1) }

  #debug str(FUNC2(12),5,5)
  #debug "\n" 


Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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