|
I'm trying to generate a group of spheres with each sphere getting it's positional and colour information from a bitmap image. My problem is that I'm not sure how to access the data from the getpixeldata call. Could somebody post an example using this call. Thanks Mark
Here is an example that creates a flat plane of 15x15 spheres, each one getting its diffuse color from a pixel on a chosen bitmap. Hope it helps.
Harry Denholm |