Hello Clutter Team

I have the following code snippet 

actor[0]=clutter_texture_new_from_file ("testimage.png", NULL);

Now  I added

actor[0] = g_object_new (CLUTTER_TYPE_TEXTURE,
            "filename", "testimage.png",
            "disable-slicing", TRUE,
            NULL);
actor[0]=clutter_texture_new_from_file ("testimage.png", NULL);

However I do not see any difference in output .Am I missing something ? What is 
the effect of this slicing ,since by default images are sliced while texturing ?

Regards
Dilip








      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Reply via email to