Search found 26 matches

by tharshan
Sat Jul 21, 2007 12:21 pm
Forum: Beginners Help
Topic: KwXporter
Replies: 14
Views: 1303

if you dont have.

if you dont have a website host the file for free on File Sharing sites like this :
www.rapidshare.com , www.megaupload.com , www.uploading.com , www.freewebs.com , etc

Thanks.
by tharshan
Fri Jun 22, 2007 2:27 pm
Forum: Beginners Help
Topic: I Need Some Basic C++ Tutorials
Replies: 9
Views: 871

Thank You

Thank You :D
by tharshan
Fri Jun 22, 2007 2:21 pm
Forum: Beginners Help
Topic: I Need Some Basic C++ Tutorials
Replies: 9
Views: 871

Thank You

Thank You :D
by tharshan
Fri Jun 22, 2007 1:59 pm
Forum: Beginners Help
Topic: I Need Some Basic C++ Tutorials
Replies: 9
Views: 871

I Need Some Basic C++ Tutorials

Hi, Yes. I Need Some Basic C++ Tutorials Links Please. i already know C#,.NET , VB , JAVA , etc. but i am using Microsoft Visual C++ 2005 (Express/ Professional Edition) to create irrlicht applications.. what is the best way to learn C++ ? is there any different in learning C++ for irrlicht ? i foun...
by tharshan
Thu Jun 21, 2007 11:25 pm
Forum: Beginners Help
Topic: XNA / DirectX SDK ?
Replies: 6
Views: 496

thank you.

i know its a stupid question..but i just confused. and want to confirm, it :-)
by tharshan
Thu Jun 21, 2007 11:07 pm
Forum: Beginners Help
Topic: XNA / DirectX SDK ?
Replies: 6
Views: 496

i mean... can we create professional softwares / games ?
by tharshan
Thu Jun 21, 2007 3:56 pm
Forum: Beginners Help
Topic: XNA / DirectX SDK ?
Replies: 6
Views: 496

Thanks

Thanks..

my main target is developing Windows Games / Applications.

is irrlicht ok for that ?
by tharshan
Thu Jun 21, 2007 2:01 pm
Forum: Beginners Help
Topic: XNA / DirectX SDK ?
Replies: 6
Views: 496

XNA / DirectX SDK ?

is XNa / DirectX SDK better than irrlicht ?

and is it easy also ?

Thanks.
by tharshan
Tue Jun 19, 2007 10:44 pm
Forum: Beginners Help
Topic: I Need To Create Function To Load A Mesh
Replies: 12
Views: 679

yes.

Yes.

Sure !


i will post that soon..

my idea is..

read a text file & create objects from that..

so it can be used as simple level data for games ,etc

Thank You For Your Support
by tharshan
Tue Jun 19, 2007 10:18 pm
Forum: Beginners Help
Topic: I Need To Create Function To Load A Mesh
Replies: 12
Views: 679

Thanks a lot..

it really helped me ! :P
by tharshan
Tue Jun 19, 2007 7:03 pm
Forum: Beginners Help
Topic: I Need To Create Function To Load A Mesh
Replies: 12
Views: 679

when i use this iam getting error.. in the line where it point to sceneManager..

nodeName = smngr->addAnimatedMeshSceneNode(smngr->getMesh(fileName));

it says the smngr is not declared.

do i need to declare smngr as Global ?
by tharshan
Tue Jun 19, 2007 6:50 pm
Forum: Beginners Help
Topic: I Need To Create Function To Load A Mesh
Replies: 12
Views: 679

thank you for your reply & example.. its enough. but i have a question.. ISceneNode *player1.. do we need to declare that node pointer in global.. ? before using the LoadObject() function ? if yes.. its better to do it in normal way without functions.. cannot a node created from inside a functio...
by tharshan
Tue Jun 19, 2007 6:06 pm
Forum: Beginners Help
Topic: I Need To Create Function To Load A Mesh
Replies: 12
Views: 679

thank you, you are correct. but. ex: if i create the function / call it like this.. LoadObject(player1,"opn.X") player1 : node name opn.x (string) : file name to load.. if we create a function it will be easier than normal. example : if you want to assign the same materials for your meshes...
by tharshan
Tue Jun 19, 2007 5:49 pm
Forum: Beginners Help
Topic: I Need To Create Function To Load A Mesh
Replies: 12
Views: 679

I Need To Create Function To Load A Mesh

Hello, i need help with creating my own function.. so it can be called later.. i am using : Microsoft Visual C++ 2005 Express Edition. i need a function to load mesh.. without writing the addsceneNode ,addMesh ,etc commands again & again. so..it will be like as : LoadObject(nodeName,"Model....
by tharshan
Mon Jun 18, 2007 1:39 pm
Forum: Beginners Help
Topic: Directional Light
Replies: 2
Views: 474

sorry for the newbie questions. :(