POV-Ray : Newsgroups : povray.binaries.images : !RSOCP (62kbbu) Server Time
2 Aug 2024 04:23:07 EDT (-0400)
  !RSOCP (62kbbu) (Message 1 to 4 of 4)  
From: John VanSickle
Subject: !RSOCP (62kbbu)
Date: 13 Jan 2008 15:53:07
Message: <478a7a33@news.povray.org>
This is not a reflective sphere over a checkered plane.

It is a cube, subdivided five times using the Catmull-Clark subdivision 
scheme.  There are 6144 faces in the resulting polygon mesh, which are 
rendered as 12288 triangles in POV-Ray.

I'm rewriting my surface subdivision macros to use the Catmull-Clark 
scheme because I am updating my modeler to use faces with more than four 
vertices.  Because the number of faces in the original mesh can vary 
quite a bit, the macros have to be completely rewritten from the ground 
up, and as you can see from this pic, I don't have normal interpolation 
implemented yet.  I also don't have texture mapping turned on, either.

When these are working and I've written the .INC file export in my 
modeler to match it, the new version (v1.7, which also supports .OBJ 
file import) will be released, and then I'll start work on a posing and 
key-framing and all that.

Regards,
John


Post a reply to this message


Attachments:
Download 'test.png' (65 KB)

Preview of image 'test.png'
test.png


 

From: nemesis
Subject: Re: !RSOCP (62kbbu)
Date: 13 Jan 2008 17:15:01
Message: <web.478a8d1b167360bdbc417a150@news.povray.org>
John VanSickle <evi### [at] hotmailcom> wrote:
> This is not a reflective sphere over a checkered plane.
>
> It is a cube, subdivided five times using the Catmull-Clark subdivision
> scheme.

oh, groovy...


Post a reply to this message

From: stbenge
Subject: Re: !RSOCP (62kbbu)
Date: 13 Jan 2008 18:32:55
Message: <478a9fa7@news.povray.org>
John VanSickle wrote:
> This is not a reflective sphere over a checkered plane.
> 
> It is a cube, subdivided five times using the Catmull-Clark subdivision 
> scheme.  There are 6144 faces in the resulting polygon mesh, which are 
> rendered as 12288 triangles in POV-Ray.

Nice RSCOCP!

> I'm rewriting my surface subdivision macros to use the Catmull-Clark 
> scheme because I am updating my modeler to use faces with more than four 
> vertices.  Because the number of faces in the original mesh can vary 
> quite a bit, the macros have to be completely rewritten from the ground 
> up, and as you can see from this pic, I don't have normal interpolation 
> implemented yet.  I also don't have texture mapping turned on, either.
> 
> When these are working and I've written the .INC file export in my 
> modeler to match it, the new version (v1.7, which also supports .OBJ 
> file import) will be released, and then I'll start work on a posing and 
> key-framing and all that.

I will be looking forward to this!

Sam


Post a reply to this message

From: Dave Matthews
Subject: Re: !RSOCP (62kbbu)
Date: 14 Jan 2008 15:55:00
Message: <web.478bcb81167360bd8cb754d0@news.povray.org>
John VanSickle <evi### [at] hotmailcom> wrote:
> This is not a reflective sphere over a checkered plane.
>
> It is a cube, subdivided five times using the Catmull-Clark subdivision
> scheme.  There are 6144 faces in the resulting polygon mesh, which are
> rendered as 12288 triangles in POV-Ray.
>
> I'm rewriting my surface subdivision macros to use the Catmull-Clark
> scheme because I am updating my modeler to use faces with more than four
> vertices.  Because the number of faces in the original mesh can vary
> quite a bit, the macros have to be completely rewritten from the ground
> up, and as you can see from this pic, I don't have normal interpolation
> implemented yet.  I also don't have texture mapping turned on, either.
>
> When these are working and I've written the .INC file export in my
> modeler to match it, the new version (v1.7, which also supports .OBJ
> file import) will be released, and then I'll start work on a posing and
> key-framing and all that.
>
> Regards,
> John

Thanks for all the work, John!  I'm wondering if you've played around any with
TopMod and looked at the myriad subdivision schemes they implement?

http://www.topmod3d.org/

Dave Matthews


Post a reply to this message

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