Search found 9 matches

by yoes_san
Mon Mar 26, 2007 3:58 am
Forum: Beginners Help
Topic: draw3DLine not showing specified color
Replies: 2
Views: 212

Thanks vitek, it's works as I intended now.
by yoes_san
Fri Mar 23, 2007 2:58 am
Forum: Beginners Help
Topic: draw3DLine not showing specified color
Replies: 2
Views: 212

draw3DLine not showing specified color

I try to draw a 3d line in my main loop.

The line shows just fine but not have a specified color, instead it has a texture that I set for another scene node as texture.

Why is that?
by yoes_san
Fri Mar 16, 2007 12:56 am
Forum: Beginners Help
Topic: Draw text in 3d plane?
Replies: 3
Views: 269

Thanks, I take a look a both suggestions and ITextSceneNode works fine for me.
by yoes_san
Mon Mar 12, 2007 7:14 am
Forum: Beginners Help
Topic: Draw text in 3d plane?
Replies: 3
Views: 269

Draw text in 3d plane?

I want to make a scene in 3d that show various models which have some text floating over them. And no matter how user rotate the camera, the text will be readable. I see from 2DGraphics tutorial of how to write text in 2d plane, but is it possible to write it in 3d plane ? Or I have to load and show...
by yoes_san
Wed Feb 28, 2007 10:47 am
Forum: Beginners Help
Topic: How to create Irricht Device inside C++ Windows from ?
Replies: 3
Views: 617

So, I found that the problem occurs because I called a loop in on_load event which will cause it to run device before drawing a form.

I changed to call for loop in other event and now it run fine.
by yoes_san
Wed Feb 28, 2007 10:20 am
Forum: Beginners Help
Topic: How to create Irricht Device inside C++ Windows from ?
Replies: 3
Views: 617

Ok, so I found an equivalent of .Handle to use with controls in C++ and now there're no errors when creating the device, but I'm not sure whether it actually created or not. However, when compiled, it can get SceneManager, VideoDriver, can add SceneNode etc - but when call for device->run() loop, th...
by yoes_san
Wed Feb 28, 2007 3:59 am
Forum: Beginners Help
Topic: How to create Irricht Device inside C++ Windows from ?
Replies: 3
Views: 617

How to create Irricht Device inside C++ Windows from ?

I'm pretty new in C++, so bear with me. I already go through Win32Window tutorial and other C# posts in this forum , I understand that WindowID parameter at device creation are HWND or an EventReciever. But when I use .Handle of VS2005 generated Control as a parameter for creating device, it throws ...
by yoes_san
Thu Dec 14, 2006 1:52 pm
Forum: Beginners Help
Topic: Drawing 3d polygons ??
Replies: 1
Views: 277

Drawing 3d polygons ??

I'm pretty new to graphical things so... I have to make a program that let user create triangle, cube, tetragon, pentagon and so on, based on number of side that user inputted. How to draw polygon using IrrLicht, is it possible to do ? All shapes in tutorials are imported from outside so I really ha...
by yoes_san
Mon Dec 11, 2006 11:08 am
Forum: Beginners Help
Topic: How to create device in c++ picture box ??
Replies: 3
Views: 243

How to create device in c++ picture box ??

I want to create irrlicht device in a picture box named 'pic_3d'. But when I try to create, it returns errors: Error 9 error C2664: 'irr::createDevice' : cannot convert parameter 7 from 'System::IntPtr' to 'irr::IEventReceiver *' d:\irr_demo\clr\min.h 119 Error 18 error C2664: 'irr::createDevice' : ...