Search found 10 matches

by ralo
Wed Feb 14, 2007 7:54 am
Forum: Irrlicht.NET
Topic: MeshBuffer
Replies: 0
Views: 1020

MeshBuffer

I cannot find scene::SMeshBuffer in Irrlicht.Net

Please Help
by ralo
Wed Feb 14, 2007 6:32 am
Forum: Irrlicht.NET
Topic: Where is it
Replies: 1
Views: 1251

Where is it

Hello All, I am trying to translate a code from C++ to C# (http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=18121&highlight=tltdemosource061228) there are some classes that are not available in C# version of Irrlicht like scene::SMeshBuffer etc. Can you please guide me what is the alternat...
by ralo
Sun Feb 11, 2007 8:02 am
Forum: Irrlicht.NET
Topic: Terrain coordinates
Replies: 1
Views: 1377

Terrain coordinates

Dear All, I am trying to get the 3d coordinates; where the mouse has clicked on terrain. What i am trying here is some thing like AOE, i had a object which will walk to the position where mouse is clicked on terrain. Please advice if there is some good technique to implement that. Thanks and Regards,
by ralo
Sun Feb 11, 2007 8:00 am
Forum: Beginners Help
Topic: Terrain coordinates
Replies: 1
Views: 153

Terrain coordinates

Dear All, I am trying to get the 3d coordinates; where the mouse has clicked on terrain. What i am trying here is some thing like AOE, i had a object which will walk to the position where mouse is clicked on terrain. Please advice if there is some good technique to implement that. Thanks and Regards,
by ralo
Fri Feb 09, 2007 1:53 pm
Forum: Beginners Help
Topic: Problem ! Texture
Replies: 5
Views: 271

One thing guys, all other formats are displayed OK like, x, md2 etc. i am having problem with 3ds.
by ralo
Fri Feb 09, 2007 11:23 am
Forum: Beginners Help
Topic: Problem ! Texture
Replies: 5
Views: 271

One more thing, when I apply any texture file its displayed porperly,
by ralo
Thu Feb 08, 2007 10:00 pm
Forum: Beginners Help
Topic: Problem ! Texture
Replies: 5
Views: 271

Thanks for replying

but i am still having the same problem:
Texture is not applied - I added following line

device.SceneManager.AddLightSceneNode(null,new Irrlicht.Core.Vector3D(5,5,5),new Irrlicht.Video.Colorf(1.0f, 1.0f, 1.0f),600.0f,0);

waiting...........
by ralo
Thu Feb 08, 2007 7:01 pm
Forum: Beginners Help
Topic: Problem ! Texture
Replies: 5
Views: 271

Problem ! Texture

Hello All, I am having a problem, I am working on C#.net 1 - When I add a mesh its texture is not loaded, when I set LIGHTING off its grey and I set if on its Black :( . Probably some flags needs to set I guess. Code: IrrlichtDevice device = new IrrlichtDevice(DriverType.DIRECT3D9); Irrlicht.Scene.I...
by ralo
Sun Jan 28, 2007 8:21 am
Forum: Irrlicht.NET
Topic: Help!!
Replies: 4
Views: 1675

Any Help regarding the Top-View game is apperciated. Language is no problem.
by ralo
Sat Jan 27, 2007 1:20 pm
Forum: Irrlicht.NET
Topic: Help!!
Replies: 4
Views: 1675

Help!!

Dear All,

I am planing to make a top view game using Irrlicht.Net (C#). From where should I start, I mean pls game me some links or related tutorials.

Thanks