SlideShare a Scribd company logo
1 of 10
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
1 
Produce a glossary of terms specific to the methods and principles of Video Game Design and Video Game Terms. Using a provided template, 
you must research and gather definitions specific to provided glossary terms. Any definitions must be referenced with the URL link of the 
website you have obtained the definition. 
You must also, where possible, provide specific details of how researched definitions relate to your own production practice. 
Name: Clint 
Paris 
RESEARCHED DEFINITION (provide short internet researched definition and 
URL link) 
DESCRIBE 
THE 
RELEVANCE 
OF THE 
RESEARCHE 
D TERM TO 
YOUR OWN 
PRODUCTI 
ON 
PRACTICE? 
IMAGE SUPPORT (Provide an image and/or 
video link of said term being used in a game) 
VIDEO 
GAMES 
/ 
VIDEO 
GAME 
TESTIN 
G 
Demo Demo is short for Demonstration. It's a brief section of the game, generally a full level in 
which you can test the games before making the decision on purchasing them 
https ://answers.yahoo.com/question/index?qid=20090423022627AA9nGkS
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
2 
Beta An unfinished version released to either the public a select few or whoever signs up to beta 
test it for bugs or glitches. 
http://www.urbandictionary.com/define.php?term=Beta 
Alpha An alpha test is performed by the programmers themselves to ensure they got everything 
r ight in their eyes 
https ://answers.yahoo.com/question/index?qid=20110119184650AAfwy7x 
Pre-Alpha A development status given to a program or application that is usually not feature 
complete, and is not usually released to the public. 
ht tp://www.abbreviations.com/pre-alpha%20version 
http://www.youtube.com/watch?v=SwmFU_L2k3M 
Gold A game has "Gone Gold" when the final master copy has been produced at the developer 
and sent off for replication, packaging and shipment. 
ht tp://www.urbandictionary.com/define.php?term=Gone%20Gold 
https ://www.youtube.com/watch?v=Sk6cs6Elkbo
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
3 
Debug identify and remove errors from computer hardware or software 
ht tps://www.google.co.uk/?gfe_rd=cr&ei=NqgJVM26L-y 
q8wfS7IBQ#q=definition+to+debug 
Automati 
on 
The use or introduction of automatic equipment in a manufacturing or other process or 
fa cility. 
ht tps://www.google.co.uk/?gfe_rd=cr&ei=NqgJVM26L-y 
q8wfS7IBQ#q=definition+to+automation 
White-Box 
Testing 
A software testing technique whereby explicit knowledge of the internal workings of the 
item being tested are used to select the test data. 
Also known as glass box, structural, clear box and open box testing. A software testing 
technique whereby explicit knowledge of the internal workings of the item being tested are 
u sed to select the test data. Unlike black box testing, white box testing uses specific 
knowledge of programming code to examine outputs. 
ht tp://www.webopedia.com/TERM/W/White_Box_Testing.html 
https ://www.youtube.com/watch?v=3bJcvBLJViQ
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
4 
Bug A bug is a logical error in the programming of a computer program. 
ht tps://answers.yahoo.com/question/index?qid=20110426153038AAZtsRh 
https ://www.youtube.com/watch?v=K3g2840zXKY 
GAME 
ENGINE 
S 
GAME 
ENGINE 
S 
Vertex 
Shader 
A programmable function in display adapters that offers graphics application programmer 
flexibility in rendering an image. 
http://www.pcmag.com/encyclopedia/term/53754/vertex-shader 
https ://www.youtube.com/watch?v=KEl JA_gieYQ 
Pixel 
Shader 
1. The pixel shader is another programmable function that allows flexibility in shading an 
individual pixel. Whereas vertex shaders can be used to completely transform the shape of 
an object, pixel shaders are used to change the appearance of the pixels. 
https ://www.google.co.uk/?gfe_rd=cr&ei=NqgJVM26L-yq8wfS7IBQ# 
q=definition+of+pixel+shader 
https ://www.youtube.com/watch?v=HFG9Gp3tbMo
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
5 
Post 
Processing 
You render your game the normal way, except for one thing. Instead of rendering 
to the screen (after which you can't do anything with it), you render it and save it 
as a texture. 
http://www.tomshardware.co.uk/forum/263189-33-what-post-processing 
Rendering Rendering is the process of generating an image from a 2D or 3D model (or models in what 
collectively could be called a scene file), by means of computer programs. Also, the results 
of su ch a model can be called a rendering. 
ht tp://en.wikipedia.org/wiki/Rendering_(computer_graphics) 
http://www.youtube.com/watch?v=6dOIju7--Jg 
Normal 
Map 
In 3D computer graphics, normal mapping, or "Dot3 bump mapping", is a technique used 
for faking the lighting of bumps and dents – an implementation of bump mapping. It is used 
to add details w ithout using more polygons. 
http://en.wikipedia.org/wiki/Normal_mapping 
http://www.youtube.com/watch?v=m-6Yu-nTbUU 
Entity Ent ity Systems (ES) are a software technique using Composition rather than Inheritance to
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
6 
bu ild high-performance code-architectures, using a structure similar to relational-da 
tabases and/or functional-programming. 
http://entity-systems.wikidot.com/ 
UV Map V mapping is the 3D modelling process of making a 2D image representation of a 3D 
model's surface. 
ht tp://en.wikipedia.org/wiki/UV_mapping 
Procedura 
l Texture 
A procedural texture is a computer-generated image created using an algorithm intended 
to create a realistic representation of natural elements such as wood, marble, granite, 
metal, stone, and others. 
ht tp://en.wikipedia.org/wiki/Procedural_texture 
Physics Computer animation physics or game physics involves the introduction of the laws 
of physics into a simulation or game engine, particularly in 3D computer graphics, for the 
pu rpose of making the effects appear more real to the observer. 
http://en.wikipedia.org/wiki/Game_physics 
http://www.youtube.com/watch?v=4jS3OHBfffY
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
7 
Collision Collision detection typically refers to the computational problem of detecting the 
intersection of two or more objects. 
ht tp://en.wikipedia.org/wiki/Collision_detection 
Lighting Lights in games used for effect 
AA – Anti- 
Aliasing 
Antialiasing is a software technique for diminishing jaggies - stairstep-like lines that 
should be smooth. Jaggies occur because the output device, the monitor or printer, doesn't 
have a high enough resolution to represent a smooth line. 
ht tp://www.webopedia.com/TERM/A/antialiasing.html
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
8 
LoD – 
Level of 
Detail 
Lev el of detail is a general design term for video game landscapes in which closer objects 
a r e rendered with more polygons than objects that are farther away. 
ht tp://www.techopedia.com/definition/11791/level-of-detail-lod 
http://www.youtube.com/watch?v=8yGgeb2lCiU 
Animation Animation is the process of displaying still images in a rapid sequence to create the illusion 
of movement. These images can be hand drawn, computer generated, or pictures of 3D 
objects. 
ht tp://www.wisegeek.org/what-is-animation.htm 
Sprite In computer graphics, a sprite (also known by other names; see Synonyms below) is a two-dimensional 
image or animation that is integrated into a larger scene. Initially including 
ju st graphical objects handled separately from the memory bitmap of a video display, this 
now includes various manners of graphical ov erlays. 
ht tp://en.wikipedia.org/wiki/Sprite_(computer_graphics) 
http://www.youtube.com/watch?v=wRp7F_pCUn4
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
9 
Scene A sequence of continuous action in a play, film, opera, or book. 
ht tps://www.google.co.uk/?gfe_rd=cr&ei=nrcSVPWSOPHH8gf4jYK4BA#q=what+is+a+s 
cene&spell=1 
Library 
UI The user interface, in the industrial design field of human–machine interaction, is the 
spa ce where interactions between humans and machines occur. The goal of this interaction 
is effective operation and control of the machine on the user's end, and feedback from the 
machine, which aids the operator in making operational decisions. 
ht tp://en.wikipedia.org/wiki/User_interface 
Frames Fr ame rate, also known as frame frequency and frames per second (FPS), is 
the frequency (rate) at which an imaging device produces unique consecutive images 
ca lled frames. The term applies equally well to film and video cameras, computer graphics, 
and motion capture systems. Frame rate is most often expressed in frames per second 
(FPS) and is also expressed in progressive scan monitors as hertz (Hz). 
ht tp://en.wikipedia.org/wiki/Frame_rate 
Concept An abstract idea 
ht tp://www.oxforddictionaries.com/definition/english/concept 
Event
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
10 
Pathfindin 
g 
Pathfinding or pathing is the plotting, by a computer application, of the shortest route 
betw een two points. 
http://en.wikipedia.org/wiki/Pathfinding

More Related Content

What's hot

Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology GlossaryJoshuaRidett
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminologySamDuxburyGDS
 
Louis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college workLouis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college workLouisHughes666
 
Using a 3D Game Engine
Using a 3D Game EngineUsing a 3D Game Engine
Using a 3D Game EngineItsLiamOven
 
Gamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenGamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenItsLiamOven
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyaknatdeahobia
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
 
Anthony Bowes task 1 IG unit 70
Anthony Bowes task 1 IG unit 70Anthony Bowes task 1 IG unit 70
Anthony Bowes task 1 IG unit 70bowes96123
 
Anthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unitAnthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unitanthonynewman
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Y1 ig gd engine terminology work
Y1 ig gd engine terminology work Y1 ig gd engine terminology work
Y1 ig gd engine terminology work Jellybabygod
 
Y1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynneY1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynnePhillipWynne12281991
 
Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) TomCrook
 
Researched definition 9
Researched definition 9Researched definition 9
Researched definition 9tommo123456
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Y1 gd engine_terminology ben comley-excell
Y1 gd engine_terminology ben comley-excellY1 gd engine_terminology ben comley-excell
Y1 gd engine_terminology ben comley-excellBenCom1
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologynnak786
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyZak Warren
 

What's hot (20)

Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology Glossary
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminology
 
Louis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college workLouis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college work
 
Using a 3D Game Engine
Using a 3D Game EngineUsing a 3D Game Engine
Using a 3D Game Engine
 
Gamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenGamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam Oven
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
 
Anthony Bowes task 1 IG unit 70
Anthony Bowes task 1 IG unit 70Anthony Bowes task 1 IG unit 70
Anthony Bowes task 1 IG unit 70
 
Anthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unitAnthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unit
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 ig gd engine terminology work
Y1 ig gd engine terminology work Y1 ig gd engine terminology work
Y1 ig gd engine terminology work
 
Y1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynneY1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynne
 
Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4)
 
Researched definition 9
Researched definition 9Researched definition 9
Researched definition 9
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
engine terminology 2
 engine terminology 2 engine terminology 2
engine terminology 2
 
Y1 gd engine_terminology ben comley-excell
Y1 gd engine_terminology ben comley-excellY1 gd engine_terminology ben comley-excell
Y1 gd engine_terminology ben comley-excell
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 

Viewers also liked

Bệnh viện Đa khoa Bảo Sơn
Bệnh viện Đa khoa Bảo SơnBệnh viện Đa khoa Bảo Sơn
Bệnh viện Đa khoa Bảo SơnBaosonhopital
 
Комерческое предложение по 3D-Taraz
Комерческое предложение по 3D-TarazКомерческое предложение по 3D-Taraz
Комерческое предложение по 3D-TarazAnato Lee
 
Ig je game engines_y1_assignment brief (1)
Ig je game engines_y1_assignment brief (1)Ig je game engines_y1_assignment brief (1)
Ig je game engines_y1_assignment brief (1)ClintParis
 
Pdhpe wiki slide show
Pdhpe wiki slide showPdhpe wiki slide show
Pdhpe wiki slide showMateo Cabrera
 
Cara Membuat DataBase dengan Access @Uswatun_Khs
Cara Membuat DataBase dengan Access @Uswatun_KhsCara Membuat DataBase dengan Access @Uswatun_Khs
Cara Membuat DataBase dengan Access @Uswatun_Khsuswatun khasanah
 
Types of shots media
Types of shots mediaTypes of shots media
Types of shots mediaharrisonmedia
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyClintParis
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyClintParis
 
Achitecture as power
Achitecture as powerAchitecture as power
Achitecture as powerVibhansh
 
Natural phenomena
Natural phenomenaNatural phenomena
Natural phenomenaVibhansh
 
Lawson's Project complete
Lawson's Project completeLawson's Project complete
Lawson's Project completeLawson Omiunu
 

Viewers also liked (14)

Bệnh viện Đa khoa Bảo Sơn
Bệnh viện Đa khoa Bảo SơnBệnh viện Đa khoa Bảo Sơn
Bệnh viện Đa khoa Bảo Sơn
 
Комерческое предложение по 3D-Taraz
Комерческое предложение по 3D-TarazКомерческое предложение по 3D-Taraz
Комерческое предложение по 3D-Taraz
 
Ig je game engines_y1_assignment brief (1)
Ig je game engines_y1_assignment brief (1)Ig je game engines_y1_assignment brief (1)
Ig je game engines_y1_assignment brief (1)
 
Question 4+5 media
Question 4+5   media Question 4+5   media
Question 4+5 media
 
Pdhpe wiki slide show
Pdhpe wiki slide showPdhpe wiki slide show
Pdhpe wiki slide show
 
Cara Membuat DataBase dengan Access @Uswatun_Khs
Cara Membuat DataBase dengan Access @Uswatun_KhsCara Membuat DataBase dengan Access @Uswatun_Khs
Cara Membuat DataBase dengan Access @Uswatun_Khs
 
Types of shots media
Types of shots mediaTypes of shots media
Types of shots media
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Achitecture as power
Achitecture as powerAchitecture as power
Achitecture as power
 
Natural phenomena
Natural phenomenaNatural phenomena
Natural phenomena
 
Fitt principle
Fitt principleFitt principle
Fitt principle
 
Lawson's Project complete
Lawson's Project completeLawson's Project complete
Lawson's Project complete
 
ETA+merus portfolio
ETA+merus  portfolioETA+merus  portfolio
ETA+merus portfolio
 

Similar to Y1 gd engine_terminology

Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyItsLiamOven
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Matthewf2014
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Matthewf2014
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologYElliotBlack
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshCollege
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminologyrafiqfps
 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminologyrafiqfps
 
Y1 gd engine_terminology
Y1 gd engine_terminology Y1 gd engine_terminology
Y1 gd engine_terminology Jordanianmc
 

Similar to Y1 gd engine_terminology (12)

Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
engine_terminology 2
engine_terminology 2engine_terminology 2
engine_terminology 2
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)
 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)
 
Engine Terminology
Engine TerminologyEngine Terminology
Engine Terminology
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminology
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminology
 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminology Y1 gd engine_terminology
Y1 gd engine_terminology
 

Recently uploaded

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Y1 gd engine_terminology

  • 1. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 1 Produce a glossary of terms specific to the methods and principles of Video Game Design and Video Game Terms. Using a provided template, you must research and gather definitions specific to provided glossary terms. Any definitions must be referenced with the URL link of the website you have obtained the definition. You must also, where possible, provide specific details of how researched definitions relate to your own production practice. Name: Clint Paris RESEARCHED DEFINITION (provide short internet researched definition and URL link) DESCRIBE THE RELEVANCE OF THE RESEARCHE D TERM TO YOUR OWN PRODUCTI ON PRACTICE? IMAGE SUPPORT (Provide an image and/or video link of said term being used in a game) VIDEO GAMES / VIDEO GAME TESTIN G Demo Demo is short for Demonstration. It's a brief section of the game, generally a full level in which you can test the games before making the decision on purchasing them https ://answers.yahoo.com/question/index?qid=20090423022627AA9nGkS
  • 2. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 2 Beta An unfinished version released to either the public a select few or whoever signs up to beta test it for bugs or glitches. http://www.urbandictionary.com/define.php?term=Beta Alpha An alpha test is performed by the programmers themselves to ensure they got everything r ight in their eyes https ://answers.yahoo.com/question/index?qid=20110119184650AAfwy7x Pre-Alpha A development status given to a program or application that is usually not feature complete, and is not usually released to the public. ht tp://www.abbreviations.com/pre-alpha%20version http://www.youtube.com/watch?v=SwmFU_L2k3M Gold A game has "Gone Gold" when the final master copy has been produced at the developer and sent off for replication, packaging and shipment. ht tp://www.urbandictionary.com/define.php?term=Gone%20Gold https ://www.youtube.com/watch?v=Sk6cs6Elkbo
  • 3. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 3 Debug identify and remove errors from computer hardware or software ht tps://www.google.co.uk/?gfe_rd=cr&ei=NqgJVM26L-y q8wfS7IBQ#q=definition+to+debug Automati on The use or introduction of automatic equipment in a manufacturing or other process or fa cility. ht tps://www.google.co.uk/?gfe_rd=cr&ei=NqgJVM26L-y q8wfS7IBQ#q=definition+to+automation White-Box Testing A software testing technique whereby explicit knowledge of the internal workings of the item being tested are used to select the test data. Also known as glass box, structural, clear box and open box testing. A software testing technique whereby explicit knowledge of the internal workings of the item being tested are u sed to select the test data. Unlike black box testing, white box testing uses specific knowledge of programming code to examine outputs. ht tp://www.webopedia.com/TERM/W/White_Box_Testing.html https ://www.youtube.com/watch?v=3bJcvBLJViQ
  • 4. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 4 Bug A bug is a logical error in the programming of a computer program. ht tps://answers.yahoo.com/question/index?qid=20110426153038AAZtsRh https ://www.youtube.com/watch?v=K3g2840zXKY GAME ENGINE S GAME ENGINE S Vertex Shader A programmable function in display adapters that offers graphics application programmer flexibility in rendering an image. http://www.pcmag.com/encyclopedia/term/53754/vertex-shader https ://www.youtube.com/watch?v=KEl JA_gieYQ Pixel Shader 1. The pixel shader is another programmable function that allows flexibility in shading an individual pixel. Whereas vertex shaders can be used to completely transform the shape of an object, pixel shaders are used to change the appearance of the pixels. https ://www.google.co.uk/?gfe_rd=cr&ei=NqgJVM26L-yq8wfS7IBQ# q=definition+of+pixel+shader https ://www.youtube.com/watch?v=HFG9Gp3tbMo
  • 5. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 5 Post Processing You render your game the normal way, except for one thing. Instead of rendering to the screen (after which you can't do anything with it), you render it and save it as a texture. http://www.tomshardware.co.uk/forum/263189-33-what-post-processing Rendering Rendering is the process of generating an image from a 2D or 3D model (or models in what collectively could be called a scene file), by means of computer programs. Also, the results of su ch a model can be called a rendering. ht tp://en.wikipedia.org/wiki/Rendering_(computer_graphics) http://www.youtube.com/watch?v=6dOIju7--Jg Normal Map In 3D computer graphics, normal mapping, or "Dot3 bump mapping", is a technique used for faking the lighting of bumps and dents – an implementation of bump mapping. It is used to add details w ithout using more polygons. http://en.wikipedia.org/wiki/Normal_mapping http://www.youtube.com/watch?v=m-6Yu-nTbUU Entity Ent ity Systems (ES) are a software technique using Composition rather than Inheritance to
  • 6. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 6 bu ild high-performance code-architectures, using a structure similar to relational-da tabases and/or functional-programming. http://entity-systems.wikidot.com/ UV Map V mapping is the 3D modelling process of making a 2D image representation of a 3D model's surface. ht tp://en.wikipedia.org/wiki/UV_mapping Procedura l Texture A procedural texture is a computer-generated image created using an algorithm intended to create a realistic representation of natural elements such as wood, marble, granite, metal, stone, and others. ht tp://en.wikipedia.org/wiki/Procedural_texture Physics Computer animation physics or game physics involves the introduction of the laws of physics into a simulation or game engine, particularly in 3D computer graphics, for the pu rpose of making the effects appear more real to the observer. http://en.wikipedia.org/wiki/Game_physics http://www.youtube.com/watch?v=4jS3OHBfffY
  • 7. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 7 Collision Collision detection typically refers to the computational problem of detecting the intersection of two or more objects. ht tp://en.wikipedia.org/wiki/Collision_detection Lighting Lights in games used for effect AA – Anti- Aliasing Antialiasing is a software technique for diminishing jaggies - stairstep-like lines that should be smooth. Jaggies occur because the output device, the monitor or printer, doesn't have a high enough resolution to represent a smooth line. ht tp://www.webopedia.com/TERM/A/antialiasing.html
  • 8. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 8 LoD – Level of Detail Lev el of detail is a general design term for video game landscapes in which closer objects a r e rendered with more polygons than objects that are farther away. ht tp://www.techopedia.com/definition/11791/level-of-detail-lod http://www.youtube.com/watch?v=8yGgeb2lCiU Animation Animation is the process of displaying still images in a rapid sequence to create the illusion of movement. These images can be hand drawn, computer generated, or pictures of 3D objects. ht tp://www.wisegeek.org/what-is-animation.htm Sprite In computer graphics, a sprite (also known by other names; see Synonyms below) is a two-dimensional image or animation that is integrated into a larger scene. Initially including ju st graphical objects handled separately from the memory bitmap of a video display, this now includes various manners of graphical ov erlays. ht tp://en.wikipedia.org/wiki/Sprite_(computer_graphics) http://www.youtube.com/watch?v=wRp7F_pCUn4
  • 9. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 9 Scene A sequence of continuous action in a play, film, opera, or book. ht tps://www.google.co.uk/?gfe_rd=cr&ei=nrcSVPWSOPHH8gf4jYK4BA#q=what+is+a+s cene&spell=1 Library UI The user interface, in the industrial design field of human–machine interaction, is the spa ce where interactions between humans and machines occur. The goal of this interaction is effective operation and control of the machine on the user's end, and feedback from the machine, which aids the operator in making operational decisions. ht tp://en.wikipedia.org/wiki/User_interface Frames Fr ame rate, also known as frame frequency and frames per second (FPS), is the frequency (rate) at which an imaging device produces unique consecutive images ca lled frames. The term applies equally well to film and video cameras, computer graphics, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz). ht tp://en.wikipedia.org/wiki/Frame_rate Concept An abstract idea ht tp://www.oxforddictionaries.com/definition/english/concept Event
  • 10. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 10 Pathfindin g Pathfinding or pathing is the plotting, by a computer application, of the shortest route betw een two points. http://en.wikipedia.org/wiki/Pathfinding