Search found 131 matches

by benny53
Sat Aug 18, 2007 10:42 pm
Forum: Project Announcements
Topic: Realistic water scene node
Replies: 255
Views: 272627

so does this have refraction as well?

ps: I can't test until my new computer arrives with my 8600gts... so thats why I'm asking here.
by benny53
Sat Aug 04, 2007 6:13 pm
Forum: Beginners Help
Topic: Setting up irrlicht
Replies: 4
Views: 245

ok. Thanks for your help man.
by benny53
Sat Aug 04, 2007 2:52 am
Forum: Beginners Help
Topic: Setting up irrlicht
Replies: 4
Views: 245

that answers half of my question. But I still need to know how to set the irrlicht D3DDevice. I know how to get it(in fact,I think you were the one who told me a little bit back),but I need to be able to set it.
by benny53
Sat Aug 04, 2007 1:19 am
Forum: Beginners Help
Topic: Setting up irrlicht
Replies: 4
Views: 245

Setting up irrlicht

Is there any way to set up irrlicht with an existing d3ddevice and an existing HWND? If so,how do I go about this?
by benny53
Sat Jul 28, 2007 6:46 am
Forum: Project Announcements
Topic: Hex terrain editor
Replies: 25
Views: 13117

how large can you make the terrain with this?
by benny53
Mon Jul 16, 2007 3:25 am
Forum: Project Announcements
Topic: Crimson Glory open source
Replies: 24
Views: 14105

you sir,are my hero. I have been looking for a cal3d wrapper for so long(didn't feel like changing the other one to work with recent irrlicht things). Plus,the physics part sounds interesting. I really can't wait to check this out.
by benny53
Thu Jun 07, 2007 6:09 am
Forum: Beginners Help
Topic: Setting the pID3DDevice handle
Replies: 2
Views: 131

haha,yeah,the above code wasn't meant to get me far. I was just trying to make it more clear as to what I wanted to do. But yeah,thanks man,thats exactly what I wanted. Surprisingly,I had been looking at that file but somehow that didn't register in my head as relevant,haha.
by benny53
Wed Jun 06, 2007 6:28 am
Forum: Beginners Help
Topic: Setting the pID3DDevice handle
Replies: 2
Views: 131

Setting the pID3DDevice handle

How would I go about retrieving or setting the pID3DDevice handle from the CD3D9Driver? Is there a way I can access it from my IVideoDriver? Or would I have to use this instead:

Code: Select all

CD3D9Driver* irrDriver = irrDevice->getVideoDriver();
Help would be greatly appreciated.
by benny53
Sat Jun 02, 2007 9:09 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 125834

I think the download site is down...
by benny53
Sat May 12, 2007 7:15 pm
Forum: Open Discussion and Dev Announcements
Topic: What should go in Irrlicht 2.0?
Replies: 129
Views: 34170

how about a directx 10 driver,cuz...that'd be cool.
by benny53
Sat Mar 31, 2007 2:20 am
Forum: Open Discussion and Dev Announcements
Topic: .x file question
Replies: 12
Views: 1011

.x file question

any chance of supporting the compressed version as well? Cuz that seems to be used more so than the text files. And it really is a hassle converting all those files...
by benny53
Sun Mar 18, 2007 4:53 am
Forum: Beginners Help
Topic: camera collision
Replies: 13
Views: 722

or you know,the box falling over could simulate the actual character stumbling,and then you just apply forces for it to stand up. It could add a good effect to the game if you do it right...just an idea I'm throwing out:)
by benny53
Sat Mar 17, 2007 9:06 pm
Forum: Beginners Help
Topic: camera collision
Replies: 13
Views: 722

your going to have to apply forces to the box itself,and not let irrlicht move the camera. So you'll have to get the key presses,apply the rotations,and apply the forces. Its basicly a really ugly thing to do. You may wanna look at physx instead,cuz that has built in character controllers,its just a...
by benny53
Tue Jan 16, 2007 9:22 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 125834

Thanks man:) I like learning as much newton as I can:)
by benny53
Sun Jan 14, 2007 5:07 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 125834

are you gonna release the source code anytime?