Well thank you all for repling and I was just going to use
dbObjectSizeX
and
dbObjectSizeY
to test to size on blender my image is
X:160.200
Y:160.500
Z:80.020
btw i made this image bigger so it is not small and this is somewhere, where i want it so thoughs above are the BLENDER scale sizes and i put this in my while loop
char str [ 128 ];
char stry [ 128 ];
sprintf_s( str, 128, "ObjectWidth: %d", dbObjectSizeX(100) ); dbText( 0,80,str );
sprintf_s( stry, 128, "ObjectHeight: %d", dbObjectSizeY(100) ); dbText( 0,100,stry );
and if you view the image that is what i got.
why is the object width "-"(negitave)?
Always end the name of your child with a vowel, so that when you yell the name will carry. - Bill Cosby
California is a fine place to live - if you happen to be an orange. - Fred Allen