1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are Design and Software examples of Pixel art?
Design: small sprites and icons
Software: pixilart.com
What is a design and software example of Photo editing?
Design: A poster with photos
Software: Paintshop pro
What is a design and software example of 3D Modelling?
Design: Modelling things like buildings and machines
Software: TinkerCAD
What is a design and software example of 3D Sculpting?
Design: Modelling organic structures such as trees and animals
Software: SculptGL
How does Colour mixing with light work?
The more light you add, the brighter/whiter it becomes. Each colour value can go from 0 (minimum) to 255 (maximum)
What is Opacity?
How opaque something is, is the opposite of how transparent / see through it is
How to convert frames per second into the time of each frame
You need to split 1000ms between the number of frames that happen each second. If there are 5 frames in 1 second, that must be 200ms for each frame because 200 goes into 10000 5 times
how to convert the time of each frame into into frames per second
To work out how to find out how many frames can fit into 1000ms, you need to know that each frame lasts 100ms, then there must be 10 frames every second because 100 goes into 1000 ten times
What is FPS and file size?
Videos are made up of frames, and most videos play at 24 frames per second. If each image took up 0.2MB, that would be (24 × 0.2) 4.8Mb every second a ten min video is ( 10 × 60) = 600 seconds, so it would take up 2880MB of space (4.8 × 600)