but how can I change the Transparent value of the texture by my programme Dynamicly?
I can't find the parameter.
I am sorry
Search found 10 matches
- Sun Mar 18, 2007 1:45 pm
- Forum: Beginners Help
- Topic: How to make the billboard disappear gradually?
- Replies: 4
- Views: 509
- Sun Mar 18, 2007 12:03 pm
- Forum: Beginners Help
- Topic: How to make the billboard disappear gradually?
- Replies: 4
- Views: 509
- Sun Mar 18, 2007 8:43 am
- Forum: Beginners Help
- Topic: How to make the billboard disappear gradually?
- Replies: 4
- Views: 509
How to make the billboard disappear gradually?
I want to make a Counting down animation---3 2 1 go! (just like the animation at the beginning of the racing game)
So I created a billboard and tied it at the front of the camera,zhen add a texture animator (3 2 1 go) to the bill board ;
But I don't know how to make the billboard disppear ...
So I created a billboard and tied it at the front of the camera,zhen add a texture animator (3 2 1 go) to the bill board ;
But I don't know how to make the billboard disppear ...
- Sat Aug 26, 2006 12:50 am
- Forum: Beginners Help
- Topic: How to change deviceType in the middle of the game??
- Replies: 4
- Views: 303
- Sat Aug 26, 2006 12:35 am
- Forum: Beginners Help
- Topic: My Terrain have two floors. Why?
- Replies: 1
- Views: 198
My Terrain have two floors. Why?
My God, My Terrain has two floors,My camera can even shuttle between them.
My heightMapFile is 257*257(There is no this problem if my heightMapFile is 256*256)
My code:
m_Smgr=device->getSceneManager();
m_Driver=device->getVideoDriver();
m_TerrainNode=m_Smgr->addTerrainSceneNode("../Res/Models ...
My heightMapFile is 257*257(There is no this problem if my heightMapFile is 256*256)
My code:
m_Smgr=device->getSceneManager();
m_Driver=device->getVideoDriver();
m_TerrainNode=m_Smgr->addTerrainSceneNode("../Res/Models ...
- Sat Aug 26, 2006 12:14 am
- Forum: Beginners Help
- Topic: How to change deviceType in the middle of the game??
- Replies: 4
- Views: 303
How to change deviceType in the middle of the game??
Hi
I have found that the Image was displayed diffently bettwen under the deviceType video::EDT_SOFTWARE2 and video::EDT_DIRECT3D9
//my Code:
BackGround=gGui->addImage(core::rect<int>(0,0,1024,768));
BackGround->setImage(Texture);
The Image was displayed more refined under video::EDT_SOFTWARE2 ...
I have found that the Image was displayed diffently bettwen under the deviceType video::EDT_SOFTWARE2 and video::EDT_DIRECT3D9
//my Code:
BackGround=gGui->addImage(core::rect<int>(0,0,1024,768));
BackGround->setImage(Texture);
The Image was displayed more refined under video::EDT_SOFTWARE2 ...
- Tue Aug 15, 2006 8:06 am
- Forum: Beginners Help
- Topic: Who slice off my Terrain ??
- Replies: 2
- Views: 189
Who slice off my Terrain ??
I am troubled by a problem
My terrain was made by heightmap ,But when the game start ,
some of my Terrain was sliced off ,just like this:
http://bbs.seasky.biz/showimg.asp?BoardID=26&filename=2006-8/200681515481550491.jpg
And it turns to normal after I move or rotate the Camera a little ...
My terrain was made by heightmap ,But when the game start ,
some of my Terrain was sliced off ,just like this:
http://bbs.seasky.biz/showimg.asp?BoardID=26&filename=2006-8/200681515481550491.jpg
And it turns to normal after I move or rotate the Camera a little ...
- Tue Aug 15, 2006 7:48 am
- Forum: Beginners Help
- Topic: ICameraSceneNode::setInputReceiverEnabled() - not working[?]
- Replies: 4
- Views: 316
- Tue Aug 15, 2006 6:57 am
- Forum: Beginners Help
- Topic: How to play AVI file
- Replies: 4
- Views: 505
- Tue Aug 15, 2006 4:18 am
- Forum: Beginners Help
- Topic: How to play AVI file
- Replies: 4
- Views: 505
How to play AVI file
I am trying to make a game using Irrlicht
I want to play an AVI file in the Irrlicht Window
But I didn't find a class for this from this GameEngine.
I want know the method.
Who can help me?
I want to play an AVI file in the Irrlicht Window
But I didn't find a class for this from this GameEngine.
I want know the method.
Who can help me?