0
votes
0answers
45 views

How calculate distance for fog effect model in xna?

I struggled for some time to add a fog effect in my xna games. I'm working with a custom shader effect in a file (. Fx). The "PixelShaderFunction" works without error. But the problem is that all my ...
4
votes
1answer
104 views

UV mapping doesn't work without duplicating vertices, but duplicating will reduce performance, right? Is there another solution?

Situation: I've been trying to gradually get a lower and lower level of understanding of how games work, and lately I've been following Rastertek's DirectX 11 tutorials. Of course, I started branching ...
0
votes
0answers
183 views

Good C++ based game engine or API/library to start with? [closed]

I am involved in a team study at college this year, and we will be working with graphics and game engines. We're having a bit of trouble deciding on how to start out in the course (it is almost all ...
2
votes
1answer
167 views

Do games depend on OS to scale resolution?

I'm having issues with my computer related with scaling when using different resolutions other than the native. So I started to wonder, in PCs, is scaling handled by the card driver or the game ...
5
votes
4answers
306 views

Sharing data between graphics and physics engine in the game?

I'm writing the game engine that consists of few modules. Two of them are the graphics engine and the physics engine. I wonder if it's a good solution to share data between them? Two ways (sharing ...
3
votes
3answers
158 views

Collision and Graphics integration

I'm a little confused about the integration between collision and graphics. They both need to share the same position in the world. The most obvious choice is the center of the entity, which is good ...
1
vote
0answers
137 views

BSPs, Octrees and modern graphics hardware

I have read a lot of literature on BSPs, Octrees and like. Problem is that it is all old literature from software rendering time. Nobody describes how it is implemented today. So here is my idea how ...
12
votes
3answers
776 views

What platform were old TV video games developed on?

I am very eager to know how TV video games (which we all used to play in our childhood) were developed and on which platform. I know how games are developed for mobile devices, Windows PC's and Mac ...
3
votes
3answers
350 views

C++ Efficient Pixel Management for Non-Polygon Graphics Engine

So I've been looking for a way to efficiently manage the pixels on a screen, but so far all I've found is along the lines of SetPixel() in windows (painfully slow), and drawing a rectangle 1px X 1px ...
10
votes
5answers
1k views

Quick 2D sight area calculation algorithm?

I have a matrix of tiles, on some of that tiles there are objects. I want to calculate which tiles are visible to player, and which are not, and I need to do it quite efficiently (so it would compute ...
4
votes
1answer
727 views

How do engines like Unreal relate to OpenGL or D3D?

Well I'm completely completely new to computer graphics and even more to game development. I am searching info and all that stuff to have the basics quickly. But there's a big question mark in my ...
7
votes
5answers
424 views

Ideas for extending tic-tac-toe game? [closed]

I'm building a 3D tic-tac-toe game and this is what I've implemented so far: 3D renderer with texture mapping Playing against the computer Playing online (multiplayer) Now I'm a little lost what I ...
33
votes
8answers
5k views

Where to start with game development? [closed]

I asked this earlier in this thread at stackoverflow.com. One of the early comments redirected me here to gamedev.stackexchange.com, so I'm reposting here. Searching for related questions I found a ...
5
votes
4answers
1k views

The recommended road map to be a good graphics/game engine programmer

I am a computer science student and I am developing with C/C++ and Python and I want to begin learning graphics tools to start developing with game engines, especially the Blender Game Engine. So what ...
38
votes
12answers
2k views

Why can we recognize game engines?

About many games you can say "oh that's the Unreal engine for sure", "this was made by upgrading GTA 4", etc. We can often recognize the engine used for a game just by looking at its graphics ...

1 2
15 30 50 per page