Search found 14 matches

by thomas1234
Sat Apr 18, 2009 5:06 pm
Forum: Beginners Help
Topic: Remote Issues
Replies: 4
Views: 463

Thanks. Let me try it now~
by thomas1234
Wed Apr 15, 2009 2:20 pm
Forum: Beginners Help
Topic: Remote Issues
Replies: 4
Views: 463

Remote Issues

Hello. I have a 3D modelling application which is written in c++ and Irrlicht. When I want to run the 3D application in a remote computer, it gave out a black screen for the part of application. Is that any method so that I can use the 3D application with "Remote Desktop" function of Windows ...
by thomas1234
Sat Apr 11, 2009 7:13 am
Forum: Beginners Help
Topic: About .NET string to stringw
Replies: 3
Views: 535

cdrwolfe wrote:Out of curiosity are you using the .NET version of Irrlicht?

Regards Wolfe
Yes. I use it in my unmanged c++ program. But I need to pass something to the managed dll which is written in c#. So need to make this conversion.
by thomas1234
Mon Apr 06, 2009 3:33 pm
Forum: Beginners Help
Topic: About .NET string to stringw
Replies: 3
Views: 535

Anybody can give a hand? Thanks :cry:
by thomas1234
Sun Apr 05, 2009 4:49 pm
Forum: Beginners Help
Topic: About .NET string to stringw
Replies: 3
Views: 535

About .NET string to stringw

Hi, does anyone know how to convert the .NET string to stringw?


String^ net_s = "Hello .NET"; //.Net string

stringw s=(stringw)net_s;

It gives me an error as following:

1>.\main.cpp(221) : error C2440: 'type cast' : cannot convert from 'System::String ^' to 'irr::core::stringw'
1> Conversion ...
by thomas1234
Sat Feb 14, 2009 7:34 am
Forum: Beginners Help
Topic: About the "export" function of "Text" of
Replies: 8
Views: 517

Ya i got it!!

For such things its better to use some textures with the text and then bake it....

You can make such textures in some other image programs and then do uvmapping on your models....its a bit of trial error thing...you may take some time according to your skill...

if you want the text ...
by thomas1234
Fri Feb 13, 2009 3:38 pm
Forum: Beginners Help
Topic: About the "export" function of "Text" of
Replies: 8
Views: 517

hi

Texts have moderately complex geometry to make smooth curves and other details. So it will surely have good polygon count...

Please specify what you exactly want..then i can give you good advice on that...

Sorry for my poor english :( and thanks for your help.

Actually, I want to mark some ...
by thomas1234
Thu Feb 12, 2009 4:50 pm
Forum: Beginners Help
Topic: About the "export" function of "Text" of
Replies: 8
Views: 517

Looks like the text layer wasn't exported from 3ds, maybe just try to bake it onto the texture.

At the moment , I try to use skumar's method but I find out that it will use up the memory when there are numerous of words/text. :(

I would appreciate it if anybody could teach me how to bake the ...
by thomas1234
Thu Feb 12, 2009 1:20 pm
Forum: Beginners Help
Topic: About the "export" function of "Text" of
Replies: 8
Views: 517

Thanks for the reply of hybrid and skumar. The idea of skumar seems good. Let me try it tonight. :P
by thomas1234
Wed Feb 11, 2009 5:43 pm
Forum: Beginners Help
Topic: About the "export" function of "Text" of
Replies: 8
Views: 517

About the "export" function of "Text" of

Hello. I am new to Irrlicht and need help from yours again this time. Recently, I draw a 3d model with 3DS Max and export to .obj format. Most of the things including the materials seem showing well except the "text" that I made in 3DS Max cannot show with Irrlicht engine.

Here is the link of photo ...
by thomas1234
Tue Jan 20, 2009 5:43 pm
Forum: Beginners Help
Topic: Questions on the starting point of createFlyCircleAnimator()
Replies: 8
Views: 787

"attach the camera to this flying node" you mean like in tech demo source code?

You are right :) I try to modify them and put into in my application. :lol: (COPYCAT)

In SVN 2105 on the trunk, createFlyCircleAnimator() now has a startPosition parameter that allows you to specify a start position ...
by thomas1234
Tue Jan 20, 2009 5:40 am
Forum: Beginners Help
Topic: Questions on the starting point of createFlyCircleAnimator()
Replies: 8
Views: 787

oops...you mean you change the .h file yourself ? :)
by thomas1234
Mon Jan 19, 2009 6:45 pm
Forum: Beginners Help
Topic: Questions on the starting point of createFlyCircleAnimator()
Replies: 8
Views: 787

Thanks for your reply. :D May be I just set the camera point by point to solve this problem.
by thomas1234
Mon Jan 19, 2009 12:51 pm
Forum: Beginners Help
Topic: Questions on the starting point of createFlyCircleAnimator()
Replies: 8
Views: 787

Questions on the starting point of createFlyCircleAnimator()

Hello, I am new to Irrlicht and 3D modelling and I am a university student from Hong Kong. :)

I have a question on Irrlicht is that "can we set the starting point and the ending point when using the fucntion createFlyCircleAnimator()? ". In fact, I want to attach the camera to this flying node ...