Search found 7 matches

by uniqs
Mon Jan 11, 2010 10:14 am
Forum: Code Snippets
Topic: Simple projects, but useful (OpenGL) [Updated: 12-01-2010]
Replies: 37
Views: 13946

Why can't find media????

I tried several ways,but failed...I myself can find the media,,,but the computer just can't :roll: This is my result when running using the cmd on windows: Irrlicht Engine version 1.6 Microsoft Windows XP Professional Service Pack 2 (Build 2600) Using renderer: OpenGL 1.4.0 Intel Bear Lake B: Intel ...
by uniqs
Mon Jan 11, 2010 9:25 am
Forum: Code Snippets
Topic: Simple projects, but useful (OpenGL) [Updated: 12-01-2010]
Replies: 37
Views: 13946

Oh I get it,the media is in the exe.zip~~

As the title,I get it~~
Thank you very much!
by uniqs
Mon Jan 11, 2010 9:14 am
Forum: Code Snippets
Topic: Simple projects, but useful (OpenGL) [Updated: 12-01-2010]
Replies: 37
Views: 13946

Hi,can you please give me the media needed?

I am seeking for some really easy examples to learn Irrlicht engine,because i just like to create a chinese-chess game.From animations to coding,because I just favor the chinese-chess~~.
Can you please show me the version of irrlicht you used or give me the media/scene.b3p file??Thank you!
by uniqs
Wed Jan 06, 2010 1:24 pm
Forum: Beginners Help
Topic: IVideoDriver::drawStencilShadowVolume and drawMeshBuffer
Replies: 6
Views: 777

Re: reply

yea it draws some nice shadows with that method, but it is a little bugged, i recommend you to use XEffects for the shadows :) they are really nice and simple to implement :) Oh so sorry for my knownless,the only thing I got known about the XEffects is from this formum today..Can you give me some i...
by uniqs
Wed Jan 06, 2010 11:37 am
Forum: Beginners Help
Topic: IVideoDriver::drawStencilShadowVolume and drawMeshBuffer
Replies: 6
Views: 777

You should definitely use the addShadowVolume method, I'm not even sure if all the necessary methods are publicly available in some interface. You mean the drawShadowVolumeSceneNode() function?? This is the simplest sample changed from the sample 08.SpecialFX_vc8 using this function(^_^Sorry for my...
by uniqs
Wed Jan 06, 2010 9:39 am
Forum: Beginners Help
Topic: IVideoDriver::drawStencilShadowVolume and drawMeshBuffer
Replies: 6
Views: 777

Re: IVideoDriver::drawStencilShadowVolume and drawMeshBuffer

Hello everyone! I am now using the IVideoDriver interface to draw a shadow,just using the three steps:draw geometry,drawStencilShadowVolume and drawStencilShadow().can someone give me a very simple sample??Only this three functions,not using the addShadowVolumeSceneNode function. The other problem ...
by uniqs
Wed Jan 06, 2010 4:26 am
Forum: Beginners Help
Topic: IVideoDriver::drawStencilShadowVolume and drawMeshBuffer
Replies: 6
Views: 777

IVideoDriver::drawStencilShadowVolume and drawMeshBuffer

Hello everyone! I am now using the IVideoDriver interface to draw a shadow,just using the three steps:draw geometry,drawStencilShadowVolume and drawStencilShadow().can someone give me a very simple sample??Only this three functions,not using the addShadowVolumeSceneNode function. The other problem i...