Search found 42 matches

by jibblesmgee
Wed Oct 26, 2011 8:03 am
Forum: Beginners Help
Topic: Getting Derivative
Replies: 3
Views: 223

Re: Getting Derivative

I've just decided to work on the same thing. The method I planned to implement was to set up variables for values and exponents for the functions, and then using calculus rules to re-arange those numbers into the derivatives. My physics system isn't going to be very complex, it's just going to use p...
by jibblesmgee
Tue Mar 22, 2011 8:36 pm
Forum: Off-topic
Topic: The future of the game engines.
Replies: 27
Views: 3678

wow. that point cloud stuff is cool, but it would be alot better if they had a real artist doing the work, plus, you can tell at cetrain parts of the video that they used polygons to 3d model the objects first and then converted them to point clouds. kind of defeats the purpose... I like the idea, b...
by jibblesmgee
Thu Mar 17, 2011 2:59 pm
Forum: Everything 2d/3d Graphics
Topic: Interesting 3D images and videos (Not necesarilly Irrlicht)
Replies: 96
Views: 22562

I think you have to use the Chinese MilkyWay super computer to run that CryEngine for cinema... that's why it's "coming soon"
by jibblesmgee
Tue Mar 15, 2011 3:40 am
Forum: Beginners Help
Topic: [Solved]Shaded objects in Tutorial 8
Replies: 1
Views: 222

there must be more code refering to the dwarf. I think it's ->setShadowColor(something,0,0,0); whereas, your node doesn't add any alpha to the color so it's just black something = a value greater than 0 and less than 255 by the way [edit] lol, I missed the SColor Identifier, should be setShadowColor...
by jibblesmgee
Mon Mar 14, 2011 5:04 am
Forum: Off-topic
Topic: Design and Tech Project, Computer Case, NEEDS FEEDBACK
Replies: 10
Views: 1656

I think it looks pretty sweet. I think the fan placement is pretty good too. I hate image shack though, it makes my computer go CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLICK CLIC...
by jibblesmgee
Sun Mar 13, 2011 9:19 pm
Forum: Beginners Help
Topic: Irrlicht + Bullet Project
Replies: 3
Views: 380

Also you must put the additional library directories in that the libs are held in. If you built bullet yourself it will probably be C:\programfiles (x86)\Bullet Physics\lib or something like that. you can access them in the general section on linker in the property pages of your project. And as far ...
by jibblesmgee
Sun Mar 13, 2011 5:28 am
Forum: Off-topic
Topic: What are you working on right now?
Replies: 23
Views: 3660

What are you working on right now?

Just a general conversation I wanted to post that i thought might encourage new collaboration among Irrlicht users. If you would be so kind, please follow the following template, but feel free to put as much information as you want!: 1.[Title of project] 2.[Style of project] 3.[Reason for making pro...
by jibblesmgee
Sun Mar 13, 2011 5:07 am
Forum: Off-topic
Topic: Can someone post the source to their game so I can steal it?
Replies: 9
Views: 1718

I'm actually having alot more luck just using bullet without the wrapper. I'm sure it will be more code in the long run, but I'm not going to be done with my project any time soon anyway.
by jibblesmgee
Sun Mar 13, 2011 4:04 am
Forum: Off-topic
Topic: Newton Dynamics is now Open Source!!!
Replies: 26
Views: 5782

Could that be why I am having trouble? I'm using windows 7 (64 bit) and I finally got my linker stuff figured out and I made a rigid body and BOOM! [crash-no survivors].

naaaahhh... I think I just mucked up.
by jibblesmgee
Sun Mar 13, 2011 3:39 am
Forum: Off-topic
Topic: Can someone post the source to their game so I can steal it?
Replies: 9
Views: 1718

it's ok, I was kidding anyway. I'd rather struggle and learn it the hard way. (I understand irrlicht pretty well, my problems are mainly with the outside stuff I've been trying to use with it) Thanks for the offer though! If anybody knows a secret trick to using irrbullet with MSVC 2008 express thou...
by jibblesmgee
Sun Mar 13, 2011 3:20 am
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 494984

My name's Justin and I'm an alcoho-- O-W8.. err... my name's Jibbles and I'm 25 I program stuff... that's a lie... I TRY to program stuff... Sometimes if I punch MSVC 2008 hard enough it builds my projects for me. Then I scream at blender until it does what I tell it to. I also play guitar, enjoy lo...
by jibblesmgee
Sun Mar 13, 2011 3:07 am
Forum: Off-topic
Topic: Can someone post the source to their game so I can steal it?
Replies: 9
Views: 1718

lol I wanted to put this in the beginner's forum but I thought I might get banned for it.
by jibblesmgee
Fri Mar 11, 2011 8:17 am
Forum: Beginners Help
Topic: [solved*ish]irrBullet help, MSVC 2008
Replies: 10
Views: 2214

update:

No linker errors: "so far"

but I can't do anything with irrbullet, it crashes at runtime
by jibblesmgee
Fri Mar 11, 2011 4:14 am
Forum: Beginners Help
Topic: [solved*ish]irrBullet help, MSVC 2008
Replies: 10
Views: 2214

hmmmm... I gave newton another try, but there's just NO documentation for 2.29 in existence (even though it's open source now) and they changed alot (different number of arguments now for the basic stuff) besides that, newton would be a pain to work into my project at this point. I don't have much c...