If you want that exact one, you might get ahold of the author of that game :D It looks like a pretty simple image, you might be able to make it in Photoshop or even paint or something. http://www.bishopdigitalimage.com/frames/texfs06.htm here's some good metal textures. I can't seem to find my favor...
Yeah, I suppose you're right there. I'm not trying to make an FPS or anything though so it could even drift down to 20 without my crying. I'm building a VR application which is (hopefully... still learning to program) going to implement a P5 glove and allow you to pick things up :D My machine is a w...
I'm currently modeling terrain in Maya and exporting in .obj files. The finished product looks pretty good in Irrlicht. I'm not seeing a problem with polys yet really. I'm building huge tiles with houses and roads and stuff as minutely detailed as a I can, and it's still about only 30k for a mesh th...
Me, crabby? No way
So it takes more frames than 2 to make a day/night sequence, go figure.
The sun travels east to west, my friend, I don't need refraction to explain that
Plus quality-wise drawing out your own frames would look SO MUCH better than just letter a computer do it, I think.
PRetty cool! I've been trying to do something like this myself with little luck :D So this just creates one "frame" of the skybox? To move to the next you just repeat the process, correct? Actually I think a fader would look much more ridiculous, seeing as it's never an even fade from all ...
I'm having some trouble with changing the axis of the flycircle animator. It seemed like from reading the documentation that you could be able to change it, but the closest I can get is a tilted circle- I would like the axis to be perfectly vertical. //Add the billboard for the Moon. scene::ISceneNo...
Thanks man :D My headache is over... I ended up using a plain triangle selector instead of the OctTree selector. I guess my next thing is to find out what formats can be loaded with IMesh* so I can use the OctTrees, as my areas are going to be large and detailed. Ever so slowly getting the hang of t...
Still trying to get collision to go in my basic program. I'm getting pretty close to making this work I think, haven't had much time to do work on it due to school... The collision seems to be nearly set up, but I can't get past this error. "No matching function to call for irr::scene::ISceneMa...
Hello again all, I've managed to get a decent program that load my level but now I have another question- I'm working with the concept of collision detection, and I can get it to compile but it doesn't work. I think I might be looking at the code wrong here. if (q3levelmesh) q3node = smgr->addOctTre...
I did try placing the } and I got a slew of other errors instead, I thought this layout was closer to what would work... I had read in a few places that it was quite plausible to use functions within functions, and I thought that was getting me closer but it is true that I'm just a beginner and I sh...
Hi guys, I have a newbie question. A friend of mine and I are beginning a VR project, and we've chosen to use the Irrlicht engine to accomplish this. He's a CompSci major but he's not being too helpful at the moment, and I'm trying to learn to program in order to get the project rolling. I've decide...