POV-Ray : Newsgroups : povray.binaries.images : I'm trying to make subdivision 3d modeler program. : Re: I'm trying to make subdivision 3d modeler program. Server Time
7 Aug 2024 09:25:07 EDT (-0400)
  Re: I'm trying to make subdivision 3d modeler program.  
From: John VanSickle
Date: 26 Apr 2006 21:44:10
Message: <445021ea$1@news.povray.org>
Hasan3 wrote:

> Hi all,
> I'm traying a subdivision modeller program.

I'm working on one, too:

http://www.geocities.com/evilsnack/lionsnake.htm .

I've designed it mostly for making posable subdivision surface hulls for 
POV-Ray.  It doesn't have a scene-building capability yet because I do 
my scene building in POV-Ray, although I intend to add a scene-building 
capability as soon as I'm done redesigning the way bones work (ie, I'm 
making them work more like other animation programs do).

I also discovered that the undo function is buggy.  This bug crept into 
the code some time back.  I tore out the old undo/redo code and replaced 
it with something completely different that seems to work.  The load and 
save functions were integrated with the old undo/redo function, and so 
now that has to be rewritten, once I've redone the bones.

The C++ source is included with the distribution, so you can look at it 
if you like.

Regards,
John


Post a reply to this message

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