Hello. This would be my first time with OpenEXR. I'm writing a little 
aplication for write a procedural image(very simple, just for a test) and I 
have many compilier errors. This is my code:

#include 
#include 
#include 
#include 

const unsigned int TEST_WIDTH = 400;
const unsigned int TEST_HEIGHT = 300;

Rgba misPixeles[TEST_WIDTH*TEST_HEIGHT];

void funnyFillRgbaImage(Rgba* pixeles, int width, int height){
        
        //const int maxIterations = 20.0f;
        const half insideColor[4] = { half(1.0f),half( 0.0f), half(0.0f), 
half(1.0f)};
        const half outsideColor[4] = { half(0.0f),half( 1.0f), half(0.0f), 
half(1.0f)};
        
        half color[4] ;
        half radius = 0.0f;
        half x,y;
        for (int i=0; i
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us

_______________________________________________
Openexr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to