Search found 2 matches

by leorodrigues
Mon Sep 09, 2013 6:01 pm
Forum: Beginners Help
Topic: problem when put iGUIImage
Replies: 4
Views: 506

problem when put iGUIImage

Code: Select all

 
IGUIImage* fundo = device->getGUIEnvironment()->addImage((("MyImage.png"), 0, 1, rect<s32>(0,0,412,74)));
 
What do I'm doing wrong to put the image? it is the right size but the color is a gray transparent.

Obs.: google translator ... :S

thank's
by leorodrigues
Tue Jul 30, 2013 8:31 pm
Forum: Beginners Help
Topic: gravity and collision character
Replies: 2
Views: 673

gravity and collision character

How does gravity and collision on a character type IAnimatedMeshSceneNode with the map? thank's