Search found 42 matches
- Wed Oct 26, 2011 8:03 am
- Forum: Beginners Help
- Topic: Getting Derivative
- Replies: 3
- Views: 291
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...
- Tue Mar 22, 2011 8:36 pm
- Forum: Off-topic
- Topic: The future of the game engines.
- Replies: 27
- Views: 4227
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...
- Thu Mar 17, 2011 2:59 pm
- Forum: Everything 2d/3d Graphics
- Topic: Interesting 3D images and videos (Not necesarilly Irrlicht)
- Replies: 96
- Views: 24003
- Tue Mar 15, 2011 3:40 am
- Forum: Beginners Help
- Topic: [Solved]Shaded objects in Tutorial 8
- Replies: 1
- Views: 234
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...
- Mon Mar 14, 2011 5:04 am
- Forum: Off-topic
- Topic: Design and Tech Project, Computer Case, NEEDS FEEDBACK
- Replies: 10
- Views: 1694
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...
- Sun Mar 13, 2011 9:19 pm
- Forum: Beginners Help
- Topic: Irrlicht + Bullet Project
- Replies: 3
- Views: 415
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 ...
- Sun Mar 13, 2011 5:28 am
- Forum: Off-topic
- Topic: What are you working on right now?
- Replies: 23
- Views: 3878
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...
- 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: 1878
- Sun Mar 13, 2011 4:04 am
- Forum: Off-topic
- Topic: Newton Dynamics is now Open Source!!!
- Replies: 26
- Views: 6088
- 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: 1878
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...
- Sun Mar 13, 2011 3:20 am
- Forum: Off-topic
- Topic: Who is everybody?
- Replies: 358
- Views: 502363
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...
- 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: 1878
- Sun Mar 13, 2011 3:01 am
- Forum: Off-topic
- Topic: Can someone post the source to their game so I can steal it?
- Replies: 9
- Views: 1878
- Fri Mar 11, 2011 8:17 am
- Forum: Beginners Help
- Topic: [solved*ish]irrBullet help, MSVC 2008
- Replies: 10
- Views: 2295
- Fri Mar 11, 2011 4:14 am
- Forum: Beginners Help
- Topic: [solved*ish]irrBullet help, MSVC 2008
- Replies: 10
- Views: 2295
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...