The namespace of the PlayCanvas Game Engine
What is pc?
This is using style elements inside an HTML File
Defines the properties of a surface
What are the materials?
11 >= 18
What is false?
0001 + 1001 in binary
What is 1010?
These are "things" in our application
What are entities?
This is a block of code that runs through a set of actions
What is a function
Where you edit the color/picture of the material
What is diffuse/diffusing?
This happens if a condition is true
What is the code will run?
11001 + 00011 in binary
What is 11100?
These are extra functions that can be added to entities
What are components?
What HTML stands for
The 3 examples of surface properties
What is color, shininess and bumpiness?
This is an action that will run if the if statement isn't true
What is an else statement?
17 in decimal to octal
What is 21?
This means that the code is available to anyone for free
What does open source mean?
A container for storing information
What is a variable?
The 3 steps to adding a material
What is create material, assign material to entity, and edit material?
A variable that can hold more than one value at a time
What is an array?
26 in octal to decimal
What is 22?
These are 3 primitive types an entity can have
What are plane, box, cone, cylinder, sphere, and capsule? (Name 3)
This checks to see if a condition is true
What is an if statement?
2D graphics at the location of the entity OR single/multiple images taken from a frame to create an animation
What are sprites?
What is an index number?
46 in decimal to Hexadecimal
What is 2E?