Changes

Jump to navigation Jump to search
30 bytes added ,  03:14, 5 September 2008
no edit summary
Line 94: Line 94:  
:Henke got it straight to the point. Why Image is the data, the whole calculations are done with the sprite. You should better track both or you will end up with a huge mess, but it is possible to get the pointer to the image the sprite uses (GetImage), however, it is const Image*, so it would be just a pointer to peek at data. --[[User:Chaosteil|Chaosteil]] 23:22, 31 July 2008 (CEST)
 
:Henke got it straight to the point. Why Image is the data, the whole calculations are done with the sprite. You should better track both or you will end up with a huge mess, but it is possible to get the pointer to the image the sprite uses (GetImage), however, it is const Image*, so it would be just a pointer to peek at data. --[[User:Chaosteil|Chaosteil]] 23:22, 31 July 2008 (CEST)
 
::Thanks for the help.  I changed my design to have a single ImageServer object to store the images and supply them to the required sprite objects. -- [[User:PaceMaker|PaceMaker]] 01:15, 7 August 2008 (CEST)
 
::Thanks for the help.  I changed my design to have a single ImageServer object to store the images and supply them to the required sprite objects. -- [[User:PaceMaker|PaceMaker]] 01:15, 7 August 2008 (CEST)
 +
 +
==Printf With LibWiiSprite==
137

edits

Navigation menu