Tutorials available at jamestedder.net

Slides:



Advertisements
Similar presentations
2.02B Methods and Uses of Animation
Advertisements

CSE325 Computer Science and Sculpture Prof. George Hart.
Game Art Jobs From Game Design Chapter 8 - The Development Team By Bob Bates.
Introduction To 3D Modeling
Chapter 6 Photoshop and ImageReady: Part II The Web Warrior Guide to Web Design Technologies.
Three-Dimensional Computer Animation Erli Ling. Introduction Animation Animation all moving imagery involves a sequence of still images played back quickly.
Business and Computing Deanery Multimedia Week 22 Publication.
Master Project Preparation Murtaza Hussain. Unity (also called Unity3D) is a cross-platform game engine with a built-in IDE developed by Unity Technologies.
Introduction to Computers Section 11A. home Types of Graphics File Bitmap Vector.
UFCFY5-30-1Multimedia Studio 3D Modelling & Animation.
Created by: Ian Osborn. Possibilities Of Movie Maker Windows Movie Maker allows users to organize and add effects to media clips that ordinarily would.
HDRI and V-RAY. HDRI High-dynamic-range imaging (HDRI or HDR) is a set of techniques used in imaging and photography to reproduce a greater dynamic range.
Modeling and Animation with 3DS MAX R 3.1 Graphics Lab. Korea Univ. Reference URL :
 Corel R.A.V.E. is an object-based animation program designed for creating animated graphics.  $87.50  It is still relevant, but was discontinued a.
V part C.  Different programs have different ways of displaying objects in real-time while the scenes are being created within the workspace. Some.
Business and Computing Deanery Multimedia Week 17 More on modelling.
By Courtney Field Creative digital graphics. Types of graphics and examples There are a number of different types of graphics file formats. Each type.
 Corel R.A.V.E. is an object-based animation program designed for creating animated graphics.  $87.50  It is still relevant, but was discontinued a.
IAT-241 Animation Visualization  Visual thinking  Hand and digital drawing  3D spaces and transformations.
B.Sc. Multimedia Computing3D Modelling and Animation Welcome to 3D Modelling & Animation UFCEKT-20-3.
Computer Graphics Imaging Lecture 13 and 14 UV Mapping.
Computer Graphics Imaging Lectures 5 and 6 Scene Management Basic Modeling Techniques.
Modeling The process of creating 3D Objects
Knowing 3ds Max Software. Overview Autodesk 3ds Max, formerly 3D Studio, then 3D Studio Max is a professional 3D computer graphics program It is used.
INTERACTIVE TRANSPARENCY DISPLAY, ANIMATOR. OLOTU EGEGUTI ID: k
Business and Computing Deanery 3D Modelling Tools Week 5 Low polygon modelling.
Week 2 - Wednesday.  What did we talk about last time?  More on graphics  Introduction to Scratch  Lab 1.
Three-Dimensional Computer Animation
Graphics and Multimedia
Chapter 10 Multimedia and the Web.
Games Development Practices 3D Modelling
Ying Zhu Georgia State University
3D Modeling & Animation Software
Lesson 22 Graphics Software.
3D modelling Part 2.
GIF or Not GIF? Use GIF for animation:
Creating a Renderfarm Using Grid Technology
Chapter 10 Computer Graphics
Tutorials available at jamestedder.net
POLYGON MESH Advance Computer Graphics
VIDEO.
Introducing Blender.
Computer Graphics Imaging Ying Zhu Georgia State University
Alias MAYA 6.0 Tutorial Overview Basic Tools & MAYA Interface
CSc 8820 Advanced Graphics Algorithms
3.02 Publishing Animations
A lap around DirectX game development tools
The Graphics Rendering Pipeline
Pre-Production Determine the overall purpose of the project.
Introducing Blender.
McGraw-Hill Technology Education
Computer Graphics.
Computer Graphics.
Introducing Blender.
2.02B Methods and Uses of Animation
3D Modelling & Animation
Introduction to Programming
Multimedia Fundamentals
NWC601COM – 3D Modelling and Animation
Computer Animation UV Mapping.
Viewing Tools V part 3.
Chapter I Introduction
BLENDER 3D.
Week 2 Terminology Recap
Lesson 22 Graphics Software.
Introduction to spagetti and meatballs
GIF or Not GIF? Use GIF for animation:
PRODUCTION PHASES CHANGES
OpenGL-Rendering Pipeline
Presentation transcript:

Tutorials available at jamestedder.net Task 1 1: Create a barrel: 2: Create a coliseum: Tutorials available at jamestedder.net

Task 2 1. Create a 3D wine glass using surfaces 2. Create a table and chairs with materials/textures

Understanding Theory and application of 3D Modelling techniques, constraints and 3D development software James Tedder

Box Modelling A technique where a primitive shape (such as a box, cylinder, sphere, etc.) is used to make the basic shape of the final model. This basic shape is then used to sculpt out the final model.

Extrusion Modelling Sometimes referred to as inflation modeling. The user creates a 2D shape which traces the outline of an object from a photograph or a drawing.

Constraints: Polygon Count The number of polygons you should use depends on the quality you require and the platform you are targeting. For mobile devices, somewhere between 300 and 1500 polygons per mesh will give good results Desktop platforms the ideal range is about 1500 to 4000. You may need to reduce the polygon count per mesh if the game has lots of characters on screen at any given time.

Constraints: file size Large models and textures can create huge file sizes. Increasing upload, download and loading times while also increasing the amount of storage the end user will need on their device. Reducing the polygon count is one way to decrease file size. Having texture files that are appropriate for the target device is another.

Constraints: Maya optimization To... Do this Remove empty, invalid, and unused information from the scene. Select File > Optimize Scene Size. Remove construction history from the selected object(s). Only do this if you are sure you do not need to edit the objects’ history again. Select the objects and select Edit > Delete by Type > History.

Constraints: rendering time Pre-rendered: The 3D image or animation is rendered over a period of time. This could be between a few seconds to several hours or, in extreme cases, days. It took 29 hours to render a single frame of Monsters University At 24 frames per second and with a movie length of 1h44m there is 149,760 frames to render.

Constraints: rendering time Real time: Typically using a Graphics processing unit (GPU), with video games the most notable users. The 3D image is created in real time on the fly

3D development software 3D development software: 3D Studio Max, Maya, Lightwave, AutoCAD, Cinema 4D, Blender, Mudbox; File formats: eg 3ds, .mb, .lwo, .C4d, .dxf, .obj; Plug-ins: Various add-ons can be applied to Maya. To open the Plug-in Manager, select Windows > Settings/Preferences > Plug-in Manager from the main menu bar.

Theory and application of 3D Session aim: Further understand modelling theory and implement techniques. All: Complete barrel and coliseum. Coliseum to include nurbs. Video tutorials available at jamestedder.net Most: Create a 3D wine glass using nurb surfaces. Video tutorial available at jamestedder.net. Some: Additional model to also be created suggest: table and chairs.