SlideShare a Scribd company logo
1 of 9
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:
Alex
ballantyne
RESEARCHED DEFINITION (provide short internet researched definition
and URL link)
DESCRIBE THE
RELEVANCE
OF THE
RESEARCHED
TERM TO
YOUR OWN
PRODUCTION
PRACTICE?
IMAGE SUPPORT (Provide an image and/or video
link of said term being used in a game)
VIDEO
GAMES
/ VIDEO
GAME
TESTING
Demo A game demo is a freely distributed piece of an upcoming or recently
released video game.
In my own
production the
demo would be
used to give
people the first
look and play at
the game.
Beta Beta elements are components of a video game that, for whatever reason, are
removed or altered before that game is released.
http://www.mariowiki.com/Beta_elements
The beta would
allow me to see
what worked in
the game and
what doesn’t
work within the
game and I
could add and
remove the
things that do
ad don’t work
within the
game.
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
2
Alpha Alpha testing is the initial testing of a computer program or system under actual
usage conditions; it can be done in-house by the vendor, or outside by a
customer or third party tester.
The alpha test
would allow me
to see what the
game plays like
and if that It
does not work
then work can
be done to fix
the things that
are wrong with
the game
Pre-Alpha In short, Pre-Alpha is like mega early version of the game, before everything is
finalized.Pre-alpha refers to all activities performed during the software project
prior to testing. These activities can include requirements analysis, software
design, software development, and unit testing.
The pre-alpha is
a very version
of e game.
https://www.youtube.com/watch?v=18fa6p8um68
Gold This is when a game is fully finished This is when a
game is fully
finished
Debug Debugging is a methodical process of finding and reducing the number of bugs,
or defects, in a computer program or a piece of electronic hardware, thus
making it behave as expected. Debugging tends to be harder when various
subsystems are tightly coupled, as changes in one may cause bugs to emerge in
another.
Debugging is
when you find
and ix bugs in
games.
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
3
Automation Computer animation, or CGI animation, is the process used for generating
animated images by using computer graphics.
This process
makes
animated
images in to
computer
graphics.
White-Box
Testing
White-box testing is a method of testing software that tests internal structures
or workings of an application, as opposed to its functionality.
The white box
testing is a test
the internal
structures or
workings of an
application.
Bug Sometimes called a glitch, a bug is just something wrong with the program.
Sometimes it might be not serious maybe something like when you prone on
the ground, you might be display
A bug is when
you find some
thing in a game
that should not
happen
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
4
GAME
ENGINES
GAME
ENGINES
Vertex
Shader
The vertex shader is used to transform the attributes of vertices (points of a
triangle) such as colour, texture, position and direction from the original colour
space to the display space. It allows the original objects to be distorted or
reshaped in any manner.
The vertex
shader is used
to transform
the attributes of
vertices
Pixel
Shader
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.
The pixel shader
is another
programmable
function that
allows flexibility
in shading
Post
Processing
The term post-processing (or postproc for short) is used in the video/film
business for quality-improvement image processing (specifically digital image
processing) methods used in video playback devices, (such as stand-alone DVD-
Video players), and video players software and transcoding software. It is also
commonly used in real-time 3D rendering (such as in video games) to add
additional effects.
quality-
improvement
image
processing
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
5
Rendering Rendering is the process of generating an image from a 2D or 3D model by
means of computer programs. Also, the results of such a model can be called a
rendering.
Rendering is the
process of
generating an
image from a
2D or 3D model
Normal
Map
In 3D computer graphics, normal mapping is a technique used for faking the
lighting of bumps and dents.
technique used
for faking the
lighting of
bumps and
dents.
Entity Entity-component-system (ECS) is a software architecture pattern that
implements concepts from Composition over inheritance using a database-like
structure.
It is a software
architecture
pattern that
implements
concepts from
Composition
over inheritance
using a
database-like
structure
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
6
UV Map UV mapping is the 3D modelling process of making a 2D image representation of
a 3D model's surface.
Process of
making a 2D
image
representation
of a 3D model's
surface.
Procedural
Texture
Procedural textures are textures that are defined mathematically. They are
generally relatively simple to use, because they don't need to be mapped in a
special way - which doesn't mean that procedural textures can't become very
complex.
http://wiki.blender.org/index.php/Doc:2.6/Manual/Textures/Types/Procedural
This is when you
texture the
Items in your
game.
Physics A physics engine is computer software that provides an approximate simulation
of certain physical systems, such as rigid body dynamics, soft body dynamics,
and fluid dynamics, of use in the domains of computer graphics.
Physics is what
keeps very thing
like real life
Collision Collision detection typically refers to the computational problem of detecting
the intersection of two or more objects. While the topic is most often associated
with its use in video games and other physical simulations, it also has
applications in robotics.
This is what
happens when
two things hit
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
7
Lighting Lighting is what lets the player see and it make the mood of a game Lighting is what
lets the player
see and it make
the mood of a
game
AA – Anti-
Aliasing
A computer generated image is made up of pixels; each pixel can of course only
be a single colour. In the rendering process the rendering engine must therefore
assign a single colour to each pixel on the basis of what object is shown in that
pixel.
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Options/Antialiasing
A computer
generated
image is made
up of pixels
LoD – Level
of Detail
In computer graphics, accounting for level of detail involves decreasing the
complexity of a 3D object representation as it moves away from the viewer or
according to other metrics such as object importance, viewpoint-relative speed
or position.
ccounting for
level of detail
involves
decreasing the
complexity of a
3D object
representation
as it moves
away from the
viewer or
according to
other metrics
such as object
importance
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
8
Animation Computer animation, or CGI animation, is the process used for generating
animated images by using computer graphics.
the process
used for
generating
animated
images by using
computer
graphics
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 just graphical objects handled separately from the
memory bitmap of a video display,
just graphical
objects handled
separately from
the memory
bitmap of a
video display
Scene a part of a play, movie, story, etc., in which a particular action or activity occurs This is a part in
a movie etc.…
Library It is where you install all your games assets It is where you
install all your
games assets
Salford City College
Eccles Sixth Form Centre
BTEC Extended Diploma in GAMES DESIGN
Unit 73: Sound For Computer Games
IG2 Task 1
9
UI In computing, a graphical user is a type of interface that allows users to interact
with electronic devices through graphical icons and visual indicators such as
secondary notation, as opposed to text-based interfaces, typed command labels
or text navigation.
a graphical user
interface
Frames The frames are how the game runs fps The frames are
how the game
runs fps
Concept a general idea or notion that corresponds to some class of entities and that
consists of the characteristic or essential features of the class
Concept is when
you create a
visual Idea
Event The core concept in an event driven game engine is the message loop. Similar to
the windows message loop, in which the game keeps a list of things to do each
iteration of the game.
http://cboard.cprogramming.com/game-programming/122082-event-driven-
game-engine.html
The game keeps
a list of things
to do each
iteration of the
game.
Pathfinding Path finding or pathing is the plotting, by a computer application, of the shortest
route between two points. It is a more practical variant on solving mazes.
Path finding or
pathing is the
plotting, by a
computer
application, of
the shortest
route between
two points

More Related Content

What's hot

Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshCollege
 
Researched definition
Researched definitionResearched definition
Researched definitionArron96
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminology Y1 gd engine_terminology
Y1 gd engine_terminology Jordanianmc
 
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_terminologYElliotBlack
 
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 (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) TomCrook
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Game engine terminology/glossary
Game engine terminology/glossaryGame engine terminology/glossary
Game engine terminology/glossarygordonpj96
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyLuke Summers
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
 

What's hot (17)

Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminology
 
Researched definition
Researched definitionResearched definition
Researched definition
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminology Y1 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
 
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 (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4)
 
Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology Glossary
 
Engine Terminology
Engine TerminologyEngine Terminology
Engine Terminology
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Game engine terminology/glossary
Game engine terminology/glossaryGame engine terminology/glossary
Game engine terminology/glossary
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 
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)
 

Viewers also liked

Y1 gd engine_terminology 2
Y1 gd engine_terminology 2 Y1 gd engine_terminology 2
Y1 gd engine_terminology 2 Alexballantyne
 
Digital transformation - Hvor er vi lige nu?
Digital transformation -  Hvor er vi lige nu?Digital transformation -  Hvor er vi lige nu?
Digital transformation - Hvor er vi lige nu?Microsoft
 
Customer Service is the new normal
Customer Service is the new normalCustomer Service is the new normal
Customer Service is the new normalMicrosoft
 
Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...
Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...
Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...Microsoft
 
возрастные особенности первоклашек
возрастные особенности первоклашеквозрастные особенности первоклашек
возрастные особенности первоклашекlili4ka54
 
Seminar -praktikum_dlya_prepodavateley_sposoby
Seminar  -praktikum_dlya_prepodavateley_sposobySeminar  -praktikum_dlya_prepodavateley_sposoby
Seminar -praktikum_dlya_prepodavateley_sposobylili4ka54
 
Business Insight
Business InsightBusiness Insight
Business InsightMicrosoft
 
Nye digitale forretningsmodeller
Nye digitale forretningsmodellerNye digitale forretningsmodeller
Nye digitale forretningsmodellerMicrosoft
 
Windows 10 – En platform på tværs af devices
Windows 10 – En platform på tværs af devicesWindows 10 – En platform på tværs af devices
Windows 10 – En platform på tværs af devicesMicrosoft
 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief Alexballantyne
 
Skype for business - Effektiv kommunikation
Skype for business - Effektiv kommunikationSkype for business - Effektiv kommunikation
Skype for business - Effektiv kommunikationMicrosoft
 
Windows 8.1 for IT-pros - presentation from Campus days 2013
Windows 8.1 for IT-pros - presentation from Campus days 2013Windows 8.1 for IT-pros - presentation from Campus days 2013
Windows 8.1 for IT-pros - presentation from Campus days 2013Microsoft
 
Microsoft next 2014 - sms offers
Microsoft next 2014 -  sms offersMicrosoft next 2014 -  sms offers
Microsoft next 2014 - sms offersMicrosoft
 
Cyber Security Conference - Trustworthy computing cybersecurity white paper
Cyber Security Conference - Trustworthy computing cybersecurity white paperCyber Security Conference - Trustworthy computing cybersecurity white paper
Cyber Security Conference - Trustworthy computing cybersecurity white paperMicrosoft
 
Det opnåede Widex med et Hybrid Cloud scenarie
Det opnåede Widex med et Hybrid Cloud scenarieDet opnåede Widex med et Hybrid Cloud scenarie
Det opnåede Widex med et Hybrid Cloud scenarieMicrosoft
 
Salgsproduktivitet og effektiv sagsbehandling
Salgsproduktivitet og effektiv sagsbehandlingSalgsproduktivitet og effektiv sagsbehandling
Salgsproduktivitet og effektiv sagsbehandlingMicrosoft
 

Viewers also liked (20)

Y1 gd engine_terminology 2
Y1 gd engine_terminology 2 Y1 gd engine_terminology 2
Y1 gd engine_terminology 2
 
Digital transformation - Hvor er vi lige nu?
Digital transformation -  Hvor er vi lige nu?Digital transformation -  Hvor er vi lige nu?
Digital transformation - Hvor er vi lige nu?
 
Survey presentation
Survey presentation Survey presentation
Survey presentation
 
Customer Service is the new normal
Customer Service is the new normalCustomer Service is the new normal
Customer Service is the new normal
 
Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...
Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...
Business insight 2014 - Små og store data - hvad kan de bruges til, hvordan f...
 
возрастные особенности первоклашек
возрастные особенности первоклашеквозрастные особенности первоклашек
возрастные особенности первоклашек
 
Seminar -praktikum_dlya_prepodavateley_sposoby
Seminar  -praktikum_dlya_prepodavateley_sposobySeminar  -praktikum_dlya_prepodavateley_sposoby
Seminar -praktikum_dlya_prepodavateley_sposoby
 
Business Insight
Business InsightBusiness Insight
Business Insight
 
L3 gd ha12_marionette
L3 gd ha12_marionetteL3 gd ha12_marionette
L3 gd ha12_marionette
 
A indian aviation
A indian aviationA indian aviation
A indian aviation
 
Nye digitale forretningsmodeller
Nye digitale forretningsmodellerNye digitale forretningsmodeller
Nye digitale forretningsmodeller
 
Windows 10 – En platform på tværs af devices
Windows 10 – En platform på tværs af devicesWindows 10 – En platform på tværs af devices
Windows 10 – En platform på tværs af devices
 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief
 
Skype for business - Effektiv kommunikation
Skype for business - Effektiv kommunikationSkype for business - Effektiv kommunikation
Skype for business - Effektiv kommunikation
 
Windows 8.1 for IT-pros - presentation from Campus days 2013
Windows 8.1 for IT-pros - presentation from Campus days 2013Windows 8.1 for IT-pros - presentation from Campus days 2013
Windows 8.1 for IT-pros - presentation from Campus days 2013
 
Microsoft next 2014 - sms offers
Microsoft next 2014 -  sms offersMicrosoft next 2014 -  sms offers
Microsoft next 2014 - sms offers
 
engine_terminology 2
engine_terminology 2 engine_terminology 2
engine_terminology 2
 
Cyber Security Conference - Trustworthy computing cybersecurity white paper
Cyber Security Conference - Trustworthy computing cybersecurity white paperCyber Security Conference - Trustworthy computing cybersecurity white paper
Cyber Security Conference - Trustworthy computing cybersecurity white paper
 
Det opnåede Widex med et Hybrid Cloud scenarie
Det opnåede Widex med et Hybrid Cloud scenarieDet opnåede Widex med et Hybrid Cloud scenarie
Det opnåede Widex med et Hybrid Cloud scenarie
 
Salgsproduktivitet og effektiv sagsbehandling
Salgsproduktivitet og effektiv sagsbehandlingSalgsproduktivitet og effektiv sagsbehandling
Salgsproduktivitet og effektiv sagsbehandling
 

Similar to 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)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
 
Engine terminology
Engine terminology Engine terminology
Engine terminology crimzon36
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
 
daryl bates engine terminology finished
daryl bates engine terminology finisheddaryl bates engine terminology finished
daryl bates engine terminology finishedDarylBatesGames
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 
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
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminologyKeatonBradley
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyaknatdeahobia
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyItsLiamOven
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhjShaz Riches
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyZak Warren
 
Engine technology worksheet
Engine technology worksheet Engine technology worksheet
Engine technology worksheet nazaryth98
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminologyrafiqfps
 

Similar to engine_terminology 2 (16)

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 terminology Engine terminology
Engine terminology
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
 
daryl bates engine terminology finished
daryl bates engine terminology finisheddaryl bates engine terminology finished
daryl bates engine terminology finished
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 
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
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
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhj
 
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 technology worksheet
Engine technology worksheet Engine technology worksheet
Engine technology worksheet
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminology
 

More from Alexballantyne

More from Alexballantyne (20)

_ig5 assignment final major project 2014 to 2015
    _ig5 assignment final major project 2014 to 2015    _ig5 assignment final major project 2014 to 2015
_ig5 assignment final major project 2014 to 2015
 
Ha12 land e_checklist
Ha12 land e_checklist Ha12 land e_checklist
Ha12 land e_checklist
 
Ha12 land e_checklist
Ha12 land e_checklistHa12 land e_checklist
Ha12 land e_checklist
 
Ha11 land e_checklist
Ha11 land e_checklistHa11 land e_checklist
Ha11 land e_checklist
 
Fil
FilFil
Fil
 
Collection of images
Collection of images Collection of images
Collection of images
 
Animal 2
Animal 2Animal 2
Animal 2
 
Animal/ human
Animal/ humanAnimal/ human
Animal/ human
 
Work flow unity
Work flow unityWork flow unity
Work flow unity
 
Survey presentation
Survey presentation Survey presentation
Survey presentation
 
Workflow
Workflow Workflow
Workflow
 
Survey presentation
Survey presentationSurvey presentation
Survey presentation
 
Unit78 land e_checklist
Unit78 land e_checklist Unit78 land e_checklist
Unit78 land e_checklist
 
Unit78 land e_checklist
Unit78 land e_checklistUnit78 land e_checklist
Unit78 land e_checklist
 
Unit78 production log 2
Unit78 production log 2 Unit78 production log 2
Unit78 production log 2
 
Unit78 production log
Unit78 production logUnit78 production log
Unit78 production log
 
Unit78 production log
Unit78 production logUnit78 production log
Unit78 production log
 
Ig2task1worksheet
Ig2task1worksheetIg2task1worksheet
Ig2task1worksheet
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheet
 
Task 1
Task 1Task 1
Task 1
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
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
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 

Recently uploaded (20)

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
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
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 

engine_terminology 2

  • 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: Alex ballantyne RESEARCHED DEFINITION (provide short internet researched definition and URL link) DESCRIBE THE RELEVANCE OF THE RESEARCHED TERM TO YOUR OWN PRODUCTION PRACTICE? IMAGE SUPPORT (Provide an image and/or video link of said term being used in a game) VIDEO GAMES / VIDEO GAME TESTING Demo A game demo is a freely distributed piece of an upcoming or recently released video game. In my own production the demo would be used to give people the first look and play at the game. Beta Beta elements are components of a video game that, for whatever reason, are removed or altered before that game is released. http://www.mariowiki.com/Beta_elements The beta would allow me to see what worked in the game and what doesn’t work within the game and I could add and remove the things that do ad don’t work within the game.
  • 2. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 2 Alpha Alpha testing is the initial testing of a computer program or system under actual usage conditions; it can be done in-house by the vendor, or outside by a customer or third party tester. The alpha test would allow me to see what the game plays like and if that It does not work then work can be done to fix the things that are wrong with the game Pre-Alpha In short, Pre-Alpha is like mega early version of the game, before everything is finalized.Pre-alpha refers to all activities performed during the software project prior to testing. These activities can include requirements analysis, software design, software development, and unit testing. The pre-alpha is a very version of e game. https://www.youtube.com/watch?v=18fa6p8um68 Gold This is when a game is fully finished This is when a game is fully finished Debug Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another. Debugging is when you find and ix bugs in games.
  • 3. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 3 Automation Computer animation, or CGI animation, is the process used for generating animated images by using computer graphics. This process makes animated images in to computer graphics. White-Box Testing White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality. The white box testing is a test the internal structures or workings of an application. Bug Sometimes called a glitch, a bug is just something wrong with the program. Sometimes it might be not serious maybe something like when you prone on the ground, you might be display A bug is when you find some thing in a game that should not happen
  • 4. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 4 GAME ENGINES GAME ENGINES Vertex Shader The vertex shader is used to transform the attributes of vertices (points of a triangle) such as colour, texture, position and direction from the original colour space to the display space. It allows the original objects to be distorted or reshaped in any manner. The vertex shader is used to transform the attributes of vertices Pixel Shader 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. The pixel shader is another programmable function that allows flexibility in shading Post Processing The term post-processing (or postproc for short) is used in the video/film business for quality-improvement image processing (specifically digital image processing) methods used in video playback devices, (such as stand-alone DVD- Video players), and video players software and transcoding software. It is also commonly used in real-time 3D rendering (such as in video games) to add additional effects. quality- improvement image processing
  • 5. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 5 Rendering Rendering is the process of generating an image from a 2D or 3D model by means of computer programs. Also, the results of such a model can be called a rendering. Rendering is the process of generating an image from a 2D or 3D model Normal Map In 3D computer graphics, normal mapping is a technique used for faking the lighting of bumps and dents. technique used for faking the lighting of bumps and dents. Entity Entity-component-system (ECS) is a software architecture pattern that implements concepts from Composition over inheritance using a database-like structure. It is a software architecture pattern that implements concepts from Composition over inheritance using a database-like structure
  • 6. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 6 UV Map UV mapping is the 3D modelling process of making a 2D image representation of a 3D model's surface. Process of making a 2D image representation of a 3D model's surface. Procedural Texture Procedural textures are textures that are defined mathematically. They are generally relatively simple to use, because they don't need to be mapped in a special way - which doesn't mean that procedural textures can't become very complex. http://wiki.blender.org/index.php/Doc:2.6/Manual/Textures/Types/Procedural This is when you texture the Items in your game. Physics A physics engine is computer software that provides an approximate simulation of certain physical systems, such as rigid body dynamics, soft body dynamics, and fluid dynamics, of use in the domains of computer graphics. Physics is what keeps very thing like real life Collision Collision detection typically refers to the computational problem of detecting the intersection of two or more objects. While the topic is most often associated with its use in video games and other physical simulations, it also has applications in robotics. This is what happens when two things hit
  • 7. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 7 Lighting Lighting is what lets the player see and it make the mood of a game Lighting is what lets the player see and it make the mood of a game AA – Anti- Aliasing A computer generated image is made up of pixels; each pixel can of course only be a single colour. In the rendering process the rendering engine must therefore assign a single colour to each pixel on the basis of what object is shown in that pixel. http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Options/Antialiasing A computer generated image is made up of pixels LoD – Level of Detail In computer graphics, accounting for level of detail involves decreasing the complexity of a 3D object representation as it moves away from the viewer or according to other metrics such as object importance, viewpoint-relative speed or position. ccounting for level of detail involves decreasing the complexity of a 3D object representation as it moves away from the viewer or according to other metrics such as object importance
  • 8. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 8 Animation Computer animation, or CGI animation, is the process used for generating animated images by using computer graphics. the process used for generating animated images by using computer graphics 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 just graphical objects handled separately from the memory bitmap of a video display, just graphical objects handled separately from the memory bitmap of a video display Scene a part of a play, movie, story, etc., in which a particular action or activity occurs This is a part in a movie etc.… Library It is where you install all your games assets It is where you install all your games assets
  • 9. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 9 UI In computing, a graphical user is a type of interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation, as opposed to text-based interfaces, typed command labels or text navigation. a graphical user interface Frames The frames are how the game runs fps The frames are how the game runs fps Concept a general idea or notion that corresponds to some class of entities and that consists of the characteristic or essential features of the class Concept is when you create a visual Idea Event The core concept in an event driven game engine is the message loop. Similar to the windows message loop, in which the game keeps a list of things to do each iteration of the game. http://cboard.cprogramming.com/game-programming/122082-event-driven- game-engine.html The game keeps a list of things to do each iteration of the game. Pathfinding Path finding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes. Path finding or pathing is the plotting, by a computer application, of the shortest route between two points