Search found 11 matches
- Mon Feb 15, 2010 5:18 am
- Forum: Code Snippets
- Topic: 2D Game Engine (irrlicht extension)
- Replies: 1
- Views: 3149
2D Game Engine (irrlicht extension)
Ok, well I've been working a bit on a project of mine that will (hopefully) allow someone to more easily create 2D games with irrlicht. I'm calling it the zen engine, right now, which is Japanese for "complete" and reflects my goal to make a complete 2D engine that can create pretty much any kind of ...
- Sun Feb 07, 2010 7:51 pm
- Forum: Beginners Help
- Topic: [Resolved] Sifting through engine code
- Replies: 10
- Views: 913
- Sun Feb 07, 2010 5:14 am
- Forum: Project Announcements
- Topic: [Team Needed] - Scifi MOG
- Replies: 10
- Views: 2556
This seems like a rather...large...project for a first time. Most of it sounds pretty good, but I've just started my own first project. It's a lot smaller -- a 2D game engine, to put it shortly -- but I think it might still require quite a bit of time and coding before I get everything working well ...
- Sun Feb 07, 2010 1:30 am
- Forum: Beginners Help
- Topic: [Resolved] Sifting through engine code
- Replies: 10
- Views: 913
That maybe so, but using the linker to prevent access to details to the point where I can't even see subclasses is completely new to me.
Edit: Nevermind. I finally managed to connect everything (well, not completely, but well enough) within the irrlicht source code and it turns out it's something ...
Edit: Nevermind. I finally managed to connect everything (well, not completely, but well enough) within the irrlicht source code and it turns out it's something ...
- Sat Feb 06, 2010 6:54 pm
- Forum: Beginners Help
- Topic: [Resolved] Sifting through engine code
- Replies: 10
- Views: 913
That is precisely the information I was looking for! I didn't really need to know the specifics of irrlicht. I just wanted to understand how it's done, in general.
The singleton concept and the bit you mentioned in your final paragraph are the methods of preventing instantiations of a class that I ...
The singleton concept and the bit you mentioned in your final paragraph are the methods of preventing instantiations of a class that I ...
- Sat Feb 06, 2010 5:55 pm
- Forum: Beginners Help
- Topic: [Resolved] Sifting through engine code
- Replies: 10
- Views: 913
- Sat Feb 06, 2010 5:53 am
- Forum: Beginners Help
- Topic: [Resolved] Sifting through engine code
- Replies: 10
- Views: 913
[Resolved] Sifting through engine code
Ok, so I've been sifting through engine code in an attempt to learn something for a project I'm starting. The curiosity I have starts with being unable to create an instance of ITexture. I know why, of course, so I tried to dig to find a subclass that can be instantiated and potentially used, should ...
- Sat Feb 06, 2010 5:37 am
- Forum: Beginners Help
- Topic: Blurring of distant objects/textures?
- Replies: 8
- Views: 1253
I'd suggest to update your video drivers, and make sure that your gfx card settings are not set to something unusual. This is, make sure you have the sliders on the "nice rendering" side.
My drivers are updated. I doubled checked the settings once mipmaps were suspected and I didn't really notice ...
My drivers are updated. I doubled checked the settings once mipmaps were suspected and I didn't really notice ...
- Tue Feb 02, 2010 1:45 am
- Forum: Beginners Help
- Topic: Blurring of distant objects/textures?
- Replies: 8
- Views: 1253
- Tue Feb 02, 2010 1:35 am
- Forum: Beginners Help
- Topic: Blurring of distant objects/textures?
- Replies: 8
- Views: 1253
- Tue Feb 02, 2010 1:15 am
- Forum: Beginners Help
- Topic: Blurring of distant objects/textures?
- Replies: 8
- Views: 1253
Blurring of distant objects/textures?
I wasn't exactly sure what to title the thread, so I just tried to describe the problem. You can pretty much see what is going on the picture I've included. It seems that when I am a certain distance from a wall in this Quake 2 map, it attempts to blur the texture and what not. You can see that that ...