Search found 13 matches

by gantz0
Wed Dec 22, 2010 7:30 am
Forum: Beginners Help
Topic: Hello, I have a question about bullet and .x file
Replies: 1
Views: 141

Hello, I have a question about bullet and .x file

1. How to wrap the xfie using bullet engine in irrlicht?

2. how to know the collision between xfiles?


If you have a example, Let me know plz.....


Thanks everyone~
by gantz0
Sat Dec 11, 2010 9:29 am
Forum: Beginners Help
Topic: Hello I just wonder! how can i add many nodes?
Replies: 1
Views: 218

Hello I just wonder! how can i add many nodes?

I will make zombie game~ But i have Two problems. I made mesh and added node~ like this~ IAnimatedMeshSceneNode* Wnode; IAnimatedMesh* MonsterMesh = smgr->getMesh("x/monster.x"); IAnimatedMesh* CharMesh = smgr->getMesh("x/man.x"); Wnode = smgr->addAnimatedMeshSceneNode( MonsterMe...
by gantz0
Mon Nov 22, 2010 11:53 pm
Forum: Beginners Help
Topic: How can i go up stairs?
Replies: 7
Views: 986

I appreciate you

P.S: That is, I think it automatically detects thing short enough to walk up and thusly creates stair effect. So you don't have to worry about telling it what is and isn't stairs. I appreciate your comment. very helpful to me.~ I should think about tutorial and add my code. If and when you have rel...
by gantz0
Mon Nov 22, 2010 4:47 pm
Forum: Beginners Help
Topic: How can i go up stairs?
Replies: 7
Views: 986

Thanks but...

Have you tried the tutorials? http://irrlicht.sourceforge.net/docu/example007.html From tutorial: We will describe 2 methods: Automatic collision detection for moving through 3d worlds with stair climbing and sliding, and manual scene node and triangle picking using a ray. yes, i tried tutorial7 Bu...
by gantz0
Mon Nov 22, 2010 3:49 pm
Forum: Beginners Help
Topic: How can i go up stairs?
Replies: 7
Views: 986

Thank you!

you can't go upstairs that is too complex... instead you make an invisible ramp you can walk up. EDIT:: actually I take that back, you could use a ray on the y axis to follow the mesh, or you could use physics and make your character object shaped in such a way it would slide upwards.. and/or an in...
by gantz0
Mon Nov 22, 2010 2:43 pm
Forum: Beginners Help
Topic: How can i go up stairs?
Replies: 7
Views: 986

How can i go up stairs?

http://blogfiles.naver.net/20101122_222/gantz0_1290436843731LNUWj_JPEG/go_up.JPG Hello, I wanna how can i make character going up stairs. If you know, let me know plz. enum { ID_IsNotPickable = 0, IDFlag_IsPickable = 1 << 0, IDFlag_IsHighlightable = 1 << 1 }; scene::IAnimatedMeshSceneNode* node; sc...
by gantz0
Fri Nov 19, 2010 1:07 am
Forum: Beginners Help
Topic: Hello ,! i just wonder~ I wanna make like a conveyer system
Replies: 2
Views: 218

thank you for your answering

I have many ideas, but i don;t know what is good programming.

I wanna move realistic so i want to get a sample code.

But I didn't do it~


Anyway Thank you
by gantz0
Mon Nov 15, 2010 8:49 am
Forum: Beginners Help
Topic: Hello ,! i just wonder~ I wanna make like a conveyer system
Replies: 2
Views: 218

Hello ,! i just wonder~ I wanna make like a conveyer system

Hello ,! i just wonder~ I wanna make like a conveyer system like~ this.... http://cfile240.uf.daum.net/image/1514F0214B7DEB704A0980 One box can move through conveyer. How can i make that? I wanna use phiysical engine. If i can't use, Maybe I will move everything boxs. so I think that use the physic ...
by gantz0
Thu Oct 28, 2010 1:42 am
Forum: Beginners Help
Topic: For android
Replies: 0
Views: 605

For android

Hello, everyone

I am wondering who do you know that how can you use "OnTouchEvent"

I did port irrlicht on android. But I don;t know how can I use touch.

Whether you know or you have example source, let me know ....I did spend whole time. but I can;t now~

Help me.
by gantz0
Fri Apr 28, 2006 3:27 pm
Forum: Beginners Help
Topic: I wnat to transparent 2D Img
Replies: 6
Views: 330

Thank you

Thank you
xterminhate..
by gantz0
Fri Apr 28, 2006 7:04 am
Forum: Beginners Help
Topic: I wnat to transparent 2D Img
Replies: 6
Views: 330

Re: there's a bug in irrlicht code

juliusctw wrote:i'll post my fix if i can find it
How fix ..??
by gantz0
Fri Apr 28, 2006 7:02 am
Forum: Beginners Help
Topic: I wnat to transparent 2D Img
Replies: 6
Views: 330

I Want Source ~ transparent and alpha

xterminhate wrote:Do you want alpha and transparency at once ? I have got a fix for D3D0 too.
I wnat Alpha and Transparent Source.
please.~
by gantz0
Fri Apr 28, 2006 4:31 am
Forum: Beginners Help
Topic: I wnat to transparent 2D Img
Replies: 6
Views: 330

I wnat to transparent 2D Img

I'm Sorry . I'm little Engligh. I'm Only Reading English. Not Write~,-.-; I want to 2D transparent. How 2D Img transparent? Tuterial 6 -> But 2D IMG is Not transparent. driver->draw2DImage(images, core::position2d<s32>(164,125), imp1, 0, video::SColor( Temp ,255,255,255), true); "Temp" is ...