POV-Ray : Newsgroups : moray.win : SimCloth.lua plugin (Cloth simulation of MegaPov) : Re: SimCloth.lua plugin (Cloth simulation of MegaPov) Server Time
13 May 2024 20:29:24 EDT (-0400)
  Re: SimCloth.lua plugin (Cloth simulation of MegaPov)  
From: StephenS
Date: 19 Oct 2004 05:52:30
Message: <4174e3de@news.povray.org>
> >
> Hey! cool but...
> downloaded and unzipped SimCloth1a.zip and Helper1a1.zip in Moray plugin
> directory
>
> I get an "error in CLS_lua_new (class.c at 108): unknown class name"
>
> :'((((
>
> Marc

Oops.....
Comment out line 10 of SimCloth.lua
Change from:
   self.mesh=new("test")
to
   --self.mesh=new("test")

Or remove the line alltogether.
See if that helps.

Will put a new zip file together when i get some time.

Stephen


Post a reply to this message

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