|
|
Thanks, I'll have to try that.
david sharp wrote:
> SamuelT. <STB### [at] aolcom> wrote
> [ ... ]
>
> If you are going to type in values, probably
> just using an array in the scene file (rather than
> a data file) would be less of a pain.
>
> E.g.:
> ///////////////
> #declare Darray =
> array[3][3][3]
> {
> {
> {-1,1,-1},
> {0,1,0},
> {-1,1,-1}
> },
> {
> {0,-1,0},
> {-1,1,-1},
> {0,-1,0}
> },
> {
> {1,0,1},
> {0,-1,0},
> {1,0,1}
> }
> }
>
> #declare FileDataFn = function{ "data_3D_3", <1>
> library "i_dat3d",Darray, <3,3,3,0>
> }
> //////////
--
Samuel Benge
E-Mail: STB### [at] aolcom
Visit the still unfinished isosurface tutorial:
http://members.aol.com/stbenge
Post a reply to this message
|
|