Perspective, Scene Design, and Basic Animation

Slides:



Advertisements
Similar presentations
Graphics Pipeline.
Advertisements

Perspective, Scene Design, and Basic Animation
Digital Imaging and Image Analysis
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Introduction to Computer Graphics
Vector vs. Bitmap SciVis V
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
V Obtained from a summer workshop in Guildford County July, 2014
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
What is digital resolution all about? Jellybean portrait shows us how units of color placed together make an image.
Bits & Bytes (are not junk food!). Bit is short for binary digit, the smallest unit of information in the digital world. A single bit can hold only one.
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
Lecture 3. Fundamentals of Computer Graphics. Computer Graphics, a very broad term Fields Related to Computer Graphics Bitmap/Vector graphics, 2D/3D graphics,
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Lecture 4 - Introduction to Computer Graphics
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
4 Perspective, Scene Design, and Basic Animation.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Vector vs. Bitmap
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
© C.R. Business Education Creations Digital Interactive Media An Overview.
Graphics and Animation Multimedia Projects Part 2.
Tutorial 1 Introducing Adobe Flash CS3 Professional
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
4 Perspective, Scene Design, and Basic Animation.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Chapter Contents  Section B: Bitmap Graphics  Section C: Vector and 3-D Graphics Chapter 8: Digital.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
ADOBE PHOTOSHOP VECTOR VS RASTER. Pixel A pixel is the fundamental unit of an image in Photoshop. It is a small square block of color. An image often.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Data Representation The storage of Text Numbers Graphics.
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Review on Graphics Basics. Outline Polygon rendering pipeline Affine transformations Projective transformations Lighting and shading From vertices to.
COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.
COMPUTER GRAPHICS. Once you scan an image or take a picture with your digital camera, it becomes digitized. Made up of hundreds of thousands of pixels.
Digital Images are represented by manipulating this…
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
By: Catyana Brown Information Technology in a Global Society: Multimedia.
1 Perception and VR MONT 104S, Fall 2008 Lecture 20 Computer Graphics and VR.
Digital Images and Digital Cameras take notes in your journal.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
Representation of Data in Computer Systems
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand concepts used to create digital graphics.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Guilford County SciVis V104.03
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Objective % Explain design concepts used to create digital graphics.
DIGITAL MEDIA FOUNDATIONS
What is digital resolution all about?
Binary Representation in Audio and Images
Vector vs. Bitmap.
How to Convert Pictures into Numbers
Perspective, Scene Design, and Basic Animation
Perspective & Scene Design Part 1 January 18, 2017
LET’S LEARN ABOUT GRAPHICS!
Adobe Visual Design 2.00 Identifying design elements when preparing images (10%) 7.00 Identifying design elements when preparing illustrations (1%)
Data Representation.
Representing Images 2.6 – Data Representation.
What is digital resolution all about?
Objective % Explain design concepts used to create digital graphics.
Game Programming Algorithms and Techniques
Presentation transcript:

Perspective, Scene Design, and Basic Animation Chapter #4

Perspective Views First-Person Perspective Second-Person Perspective Third-Person Perspective Changeable-Person Perspective

First-Person Perspective First person is seeing from your character's eyes Being the character Player see through the eyes of the character Used when the player would not be able to see the character being controlled but can see everything the character sees Entire background scene moves Driving or shooting games

First Person Perspective Video Game

Second Person Perspective Second person would be seeing from the eyes of your target Least used in video game design Opponent’s view (sports games)

Third Person Perspective -2D games Platform View… Shows character in profile and a side view of all obstacles Overhead View… Shows character and surroundings from a perspective high overhead.

Third-Person Perspective third person is seeing from some unrelated parties' eyes Also called a spectators view Most versatile view on a video game View of a neutral third person View shows both the player and the opponent Allows multiple viewing angles List angles???? overhead behind any angle left - right forward of the player

Third Person…

2D third person Platform View Overhead View Shows the character profile and a side view of all the obstacles Overhead View Shows the character and surroundings from a perspective high overhead.

Platform View

Overhead view

Changeable Perspective Allows player to set the camera perspectives

Scenes The placement of objects on a game frame to create an attractive layout, obstacles, and objectives that convey the story and mood. Background… Enhance the gameplay experience – feel and mood of a scene Color Palette… Set of colors used consistently throughout the scene to maintain mood Active Object… An object that the player can interact with Background Object… An object that the player can not interact with Backdrop… Trees, buildings etc.. Elements of the scenery that the player can touch or walk behind.

Feel & mood

Active scenery Mr. Crab

Storyboards Sketches that help organize & plan what will happen in a video game

Image Properties Scene dimensions are measured in PIXELS (picture elements) Pixels… Smallest points or dote of color a computer screen can generate Can only be one color at given time All objects displayed onscreen are created with pixels

The higher the dpi the higher the resolution 50 dots to make a one inch line = 50 dots per inch (dpi)

Clarity Interpolation: refining spaces between the pixels Dithering.. Related to the DPI…more DPI increased clarity Low resolution = pixelated image (blurry) Interpolation: refining spaces between the pixels Inter…space between / polation…polishing –finishing Dithering.. Filling in the spaces between the pixels Native Poles.. Color fill space between two native poles

Adjacent pixels …Native Poles Interpolated pixel

More pixels …need more memory to generate items Screen Dimensions More pixels …need more memory to generate items Designers need to know what type of computer system the game will be played on. 1280 x 780 resolution… create frame to fill 1280 wide x 780 high to fill screen Screen dimensions determines the gameplay dimensions… 2D…2.5D or….D

Images Raster Images 2D games Made of dots or pixels Each pixel has a specific color & location to construct the final image Raster image is called a BITMAP…each location is mapped on a grid Originally… bitmaps were only made at a bit depth of 1 Bit Depth.. binary measure of color 1=white (black & white only) Bit depth of 4 = 16 colors / 8 = 256 colors

The smiley face in the top left corner is a raster image The smiley face in the top left corner is a raster image. When enlarged, individual pixels appear as squares. Zooming in further, they can be analyzed, with their colors constructed by adding the values for red, green and blue

True Color.. RPG color Bit depth of 24 = 16,777,216 colors Human eye can only see 10 million colors Deep Color.. Windows 7 up 48 bit depth Gamut.. Deep color produces a gamut of over 1 billion

Alpha File Different parts of the object would have different levels of transparency depending on how much you wanted the background to show through. This is especially important for animation, where the background changes from one frame to the next.

Vector Images not made up of a grid of pixels comprised of paths, which are defined by a start and end point, along with other points, curves, and angles along the way

Compression Loosy compression-If, after compression, the original file cannot be brought back again (like humpty dumpty), then the compression is said to be Lossy. Loosless compression -When a file that has been compressed can be decoded back into its original form with zero loss of information, the compression is said to be a Lossless Compression.

Reducing CPU Usages Blitting The term blit is shorthand for bit block transfer, which is the process of transferring blocks of data from one place in memory to another. Graphics programmers use blitting to transfer graphics from one place in memory to another. Blits are often used to perform sprite animation, which is discussed later. Double Buffering Two buffers are commonly used to speed up program execution. Data are processed in one buffer while data are written into or read out of the other.

Tile-Based Games Linked

Two Dimensional Games Can only move up, down, left, right Flat characters and background Linked

Game Frame Entire game world – on & off screen Visible play area, stage or scope What is displayed on screen Scrolling When the game frame is moved Sprite character set Collection of 2D assets- poses

Coordinate system Parallax X = left & right horizontal directions Y= up & down vertical directions Parallax Create depth in 2D Multiple background maps Linked

Two & Half Dimensional Games 2.5D 2D backgrounds graphics 3D characters & obstacles Hybrid game Linked

3D Games Visual Perspective Vanishing Point 3D characters and backgrounds Sprite are 2D – Models are 3D = X, Y, Z Computer generated in real time to show correct angle & pose Visual Perspective Creates the sense of depth using shading and narrowing to represent the third dimension of depth on a 2D screen Vanishing Point The point in the background where the edges of all assets meet at a single point.

Pixel Shading Move further from light source, things get darker Move closer to light source, things get brighter

Vertices Point on a 3D model where the corners of adjacent faces meet Scaling Depth Round object Geodesic Sphere Linked Linked LINKED

Mesh Gluing pieces together

Active Animation

Test Review G-Wlearning.com