Terminology used by game developers to refer to concepts.
2
votes
1answer
108 views
What's the term for the “vertical looking angle” in FPSs?
I guess the "vertical angle" of looking in an FPS could be called the pitch of the camera, but surely there is another term for it?
(I'm trying to mod ArmA II, but I can't find anything in their ...
14
votes
3answers
442 views
Difference between Material and Shader
In a game a material does only influence the visual appearance of the object. The visual appearance is effected by shaders. So regarding to terminology is there a difference between materials and ...
3
votes
2answers
78 views
terminology: a position and a facing
my units have a function that returns a position (vec3) and a facing (quaternion) for any point in time.
A position and direction is perhaps called a ray or, in some contexts, a line segment; ...
5
votes
1answer
163 views
Unit selection circle
I do not know whether it's called a circle, or whether it's called a halo or whatever.
But, I do know that I want to know what is the game development world term for this.
So, how do we call it?
4
votes
6answers
612 views
Should I refer to browser-based games as HTML5 games or Javascript games?
First of all, I know that there are alternatives to both HTML5 and Javascript, but I worded the question so generally ("browser-based") because if I had said "HTML5" or "Javascript" games that would ...
2
votes
2answers
384 views
What is the proper term for “permanent world”?
How to name the fact that for a MMO game there's one big session, the same things are happening for all the players, you log out and after two days log in to the same place as the same person ?
I'd ...
4
votes
2answers
263 views
Can polygon normals really be shaded?
"Unable to shade polygon normals" is a copy protection trap in Garry's Mod. I am wondering if the game developers put random cryptic graphic terms up or it is really a problem in graphics. It the ...
4
votes
2answers
482 views
What does the term 'photorealistic' really mean?
I was wondering about the term 'photorealistic' in regards to rendering and was wondering how this is used.
Is it used to describe a shader (or set of) that have certain quantifiable features? Or any ...
3
votes
1answer
260 views
Name of the model in memory that you use for map collision detection?
I'm trying to remember the English name for a memory model of a map built exclusively for handling collision detection. I think this is especially frequent in tile-based platform games.
I believe the ...
4
votes
2answers
337 views
What term is used to refer to iPhone and Android games?
What do you call games developed for Android or iPhone to differentiate them from games developed for other platforms?
4
votes
3answers
259 views
What is the name of the balancing technique that reduces the incremental value of bonuses?
Some games, including Dungeon Crawl (example), use a balancing technique that attempts to prevent certain values (stats, damage, etc.) from being excessively high. The algorithm looks like this:
if ...
3
votes
3answers
325 views
What is the name for the little numbers that appear over characters' heads when they lose health?
...you know the ones. Something like "value overlays" or "value pop-ups" describes them quite well, but I was thinking they might have a real name?