Search found 14 matches
- Sat Apr 18, 2009 5:06 pm
- Forum: Beginners Help
- Topic: Remote Issues
- Replies: 4
- Views: 463
- 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 ...
- Sat Apr 11, 2009 7:13 am
- Forum: Beginners Help
- Topic: About .NET string to stringw
- Replies: 3
- Views: 535
- Mon Apr 06, 2009 3:33 pm
- Forum: Beginners Help
- Topic: About .NET string to stringw
- Replies: 3
- Views: 535
- 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 ...
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 ...
- Sat Feb 14, 2009 7:34 am
- Forum: Beginners Help
- Topic: About the "export" function of "Text" of
- Replies: 8
- Views: 517
- Fri Feb 13, 2009 3:38 pm
- Forum: Beginners Help
- Topic: About the "export" function of "Text" of
- Replies: 8
- Views: 517
- Thu Feb 12, 2009 4:50 pm
- Forum: Beginners Help
- Topic: About the "export" function of "Text" of
- Replies: 8
- Views: 517
- Thu Feb 12, 2009 1:20 pm
- Forum: Beginners Help
- Topic: About the "export" function of "Text" of
- Replies: 8
- Views: 517
- 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 ...
Here is the link of photo ...
- Tue Jan 20, 2009 5:43 pm
- Forum: Beginners Help
- Topic: Questions on the starting point of createFlyCircleAnimator()
- Replies: 8
- Views: 787
- Tue Jan 20, 2009 5:40 am
- Forum: Beginners Help
- Topic: Questions on the starting point of createFlyCircleAnimator()
- Replies: 8
- Views: 787
- Mon Jan 19, 2009 6:45 pm
- Forum: Beginners Help
- Topic: Questions on the starting point of createFlyCircleAnimator()
- Replies: 8
- Views: 787
- 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 ...
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 ...