POV-Ray : Newsgroups : povray.binaries.images : Height field macros - attached files (1/1) : Re: Height field macros - attached files (1/1) Server Time
19 Aug 2024 04:27:11 EDT (-0400)
  Re: Height field macros - attached files (1/1)  
From: ingo
Date: 5 Mar 2001 11:31:22
Message: <Xns905BB27653D2Aseed7@povray.org>
in <chrishuff-26BCD9.13120903032001@news.povray.org> Chris Huff
wrote: 

>I still haven't done smoothing, I'll try to figure out a good way to
>do it.

How about brute force, patching Warp's mesh_smoother into Povray.
mesh{
  triangle<...>
  triangle<...>
  smooth {angle 89}
}

Also for making bumpmapping and mesh deformation macros it would be 
handy if there was a way to access the vertex/normal/uv-vectors, 
indices and lists as arrays.
mesh2arr(Mesh, vv_arr, nv_arr, tl_arr, fi_arr ...etc)

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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