Modelling. Ruth Aylett

Size: px
Start display at page:

Download "Modelling. Ruth Aylett"

Transcription

1 Modelling Ruth Aylett

2 Overview Basic issues Modelling packages Low polygon modelling Importing models City modelling Photogrammetry Laser range finders LIDAR The great outdoors Trees, plants, water etc

3 3D Authoring tools Most models produced with generic 3D modelling packages offline Some packages derive from film/animation: Maya, 3DStudioMax, Softimage. creation of realistic creatures or backgrounds for film or games industries. Not designed for creating real-time rendered models Others from science/technology: Matlab, PV-WAVE, AutoCAD. Not designed for realistic textures, lighting etc All packages create objects, give them styles, assign behaviours and place them in 3D Cartesian space.

4 Other VR Software Tools Transom Jack DI Guy, People Shop - Boston Dynamics Poser - Metacreations Reflex 7 - Reflex Research SBIR - Seamless Solutions Inc. Others...

5 3D Modelling Tools Vizard - Worldviz Creator/Creator Pro - Presagis Tucan - Awaren Blender - shareware AC3D Modeller Maya 3D Studio MAX - Autodesk Truespace - Caligari VRML: ISB - Parallel Graphics Others...

6 3D Studio Max 3D Studio Max (or 3ds max) by Discreet Probably biggest selling professional 3D content creation package. Many special purpose plugins such as Character Studio. Still relatively expensive PC only Much used in film see:

7 Low polygon modelling Realtime constraints require working to a polygon budget See eference.com/3d/ lesson52/ for an example Also alahti.fi/~ops/tut orial/lowhead/low head.htm

8 Using level of detail (LOD) Produce different versions of same object Very low polygon versions to be used when distant 5000 polygons in one view is often plenty Using texture can help But 64 bit by 64 bit often what is required

9 Obtaining texture images Libraries from software 3DS Max, Maya etc Web Camera with Photoshop editing

10 Texture photography Orthogonal pictures are best (but physically impossible) If the camera has a zoom function zoom in as far as possible stand well back this gives photos that are as close as possible to being orthogonal

11 Texture photography If the camera has a manual / automatic control then use it particularly important for white balance A series of photos taken on automatic will have a different setting for white balance for each photo and the colours will not balance

12 Texture photography Avoid using the flash if you can It is better to have light evenly distributed across the object you are photographing Direct flash light is often uneven, particularly if close up

13 Photo editing in Photoshop The best tools for texture editing are photo touch up packages like Adobe Photoshop These packages allow the user to Distort the texture perspective in photos taken at an angle Rub out unwanted features in the texture passing traffic undesirable reflections Create tileable textures The aim is to create a clean, orthogonal, (maybe repeating) image

14 Importing models Always an issue Given use of separate modelling and runtime software Some formats are widely imported 3ds and vrml Geometry is not the only problem Textures often problematic Games engines may be idiosyncratic E.g Unreal Tournament has a carve out approach to modelling

15 Example: Modelling buildings Use architects drawings Photogrammetry Laser scanning from models LIDAR data

16 Architects drawings The obvious approach, BUT Not always available Require a long manual model construction As-built not always as-designed

17 Photogrammetry The process of deriving metric information about an object through photo measurements Very old and trusted method of surveying Basis of most current maps Multiple photos of object or area from different angles Min of three: facing, left and right

18 Processing the data Manual identification of approx 12 points in all 3 views Use of accurate knowledge of focal length and negative size Can calculate exact distance of camera from scene

19 Laser rangefinding Use of laser beam to gather distance information time-of-flight: the round trip travel time of a single pulse is measured and distance calculated based on the speed of light Can also capture reflectance data

20 Laser Scanning Range Finder Real World Capture Conversion of range data Range 2.5m - 80+m Accuracy 2mm - 10+cm

21 The Liverpool Project Use laser scanner to scan the physical model Create VE model of a model

22 The Process -Build the Model Select area to scan 1 overall - 5 4mm intervals 4 sections - 4 perspectives 2mm intervals Nearly 2 million points in the clouds Segmentation Hierarchy - areas, buildings, planes Fit surfaces 10,000 Polygons

23 The Liverpool Model

24 Creating the dinosaurs from the BBC TV series using Laser Scanning Advantages: Fast, Accurate, Can be automated Disadvantage: Expensive, Large output file, Can be hazardous

25 LIDAR Light Detection And Ranging Airbourne laser rangefinding Using known position, altitude, orientation of plane

26 Data collection Collects position (x,y) and elevation (z) At pre-determined intervals Accuracy depend son flying height, laser beam diameter, GPS quality, post-processing Accuracy up to +- 15cms elevation No need to select specific scanning targets

27 The great outdoors Human artefacts are the easiest thing to model Lots of planes, often orthogonal Thus low-polygon models But grass? Bushes? Trees? Flowers? One polygon for each blade of grass? Several for each leaf? Water? Clouds? Fire? Flesh? Fur? Hair?

28 Cheap methods All involve compromises with appearance Water: Use a water texture: of course it doesn t move Sunken blue shape Create some polygons and a colour animation This can look like flow

29 Trees Billboard with tree texture on it Looks the same from any angle Two polygons at 90 degrees with tree texture on them There are commercially available models And a few free ones: e.g xfrog public plant See

30 More sophisticated methods Water, fire, rain, snow Particle system: see later lecture Included in some games engines like UT Trees Use fractals: Lindenmayer systems (Lsystems) are method of choice

31 L-systems A type of fractal Invented in 1968 by Aristid Lindenmayer to model biological growth Constructed from line segments using rules specified in drawing commands Start with an initial string Axiom, transformation rules are applied a specified number of times Produce the final command string Which is used to draw the image

32 How it works L-systems are parallel rewriting systems. L-systems consist of: an alphabet (V) an axiom (a non-empty seed string V+) Production rules of the form: V => V* (predecessor => successor) Rules replace predecessors with successors. Identity production rule is the default.

33 L-system example Alphabet: {a, b} Axiom ( seed ): b Production rules: a => ab b => a

34 Example: the Koch Curve A variant of the Koch curve which uses only rightangles. variables : F constants : + start : F rules : (F F+F F F+F) Here, F means "draw forward", + means "turn left 90 ", and - means "turn right 90 " n = 0: F n = 1: F+F-F-F+F

35 n = 2: F+F-F-F+F+F+F-F-F+F-F+F-F-F+F-F+F-F- F+F+F+F-F-F+F

36 n = 3: F+F-F-F+F+F+F-F-F+F-F+F-F-F+F-F+F-F- F+F+F+F-F-F+F+ F+F-F-F+F+F+F-F-F+F-F+F-F- F+F-F+F-F-F+F+F+F-F-F+F- F+F-F-F+F+F+F-F- F+F-F+F-F-F+F-F+F-F-F+F+F+F-F-F+F- F+F-F- F+F+F+F-F-F+F-F+F-F-F+F-F+F-F-F+F+F+F-F- F+F+ F+F-F-F+F+F+F-F-F+F-F+F-F-F+F-F+F-F- F+F+F+F-F-F+F

37 A fractal plant variables : X F constants : + start : X rules : (X F-[[X]+X]+F[+FX]-X),(F FF) angle : 25º Here, F means "draw forward", - means "turn left 25º", and + means "turn right 25º". X does not correspond to any drawing action and is used to control the evolution of the curve. [ corresponds to saving the current values for position and angle, which are restored when the corresponding ] is executed

38

39 Using L-systems Modelling software available See ml for a list of some E.g shareware xfrog plant modeller l

Overview. Modelling. 3D Authoring tools. Other VR Software Tools. 3D Modelling Tools. 3D Studio Max. Ruth Aylett

Overview. Modelling. 3D Authoring tools. Other VR Software Tools. 3D Modelling Tools. 3D Studio Max. Ruth Aylett Modelling Ruth Aylett Overview Basic issues Modelling packages Low polygon modelling Importing models City modelling Photogrammetry Laser range finders LIDAR The great outdoors Trees, plants, water etc

More information

Modelling. Ruth Aylett

Modelling. Ruth Aylett Modelling Ruth Aylett Overview Basic issues Modelling packages Low polygon modelling Importing models Buildings Photogrammetry Laser range finders LIDAR The great outdoors Cheap methods 3D Authoring tools

More information

Modelling. Ruth Aylett

Modelling. Ruth Aylett Modelling Ruth Aylett Overview Basic issues Modelling packages Low polygon modelling Importing models Buildings Photogrammetry Laser range finders LIDAR The great outdoors Cheap methods 3D Authoring tools

More information

More modelling. Ruth Aylett

More modelling. Ruth Aylett More modelling Ruth Aylett Overview The great outdoors: fractals L-systems City Models Procedural generation of models How to make models.. Interactive modeling Human with a software modeling tool Scanning

More information

Animation & Rendering

Animation & Rendering 7M836 Animation & Rendering Introduction, color, raster graphics, modeling, transformations Arjan Kok, Kees Huizing, Huub van de Wetering h.v.d.wetering@tue.nl 1 Purpose Understand 3D computer graphics

More information

CSE 167: Lecture #15: Procedural Modeling. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

CSE 167: Lecture #15: Procedural Modeling. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012 CSE 167: Introduction to Computer Graphics Lecture #15: Procedural Modeling Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012 Announcements Monday, Nov 26: Midterm review in

More information

TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS

TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS A. C. Groneman-van der Hoeven Bureau Toposcopie, Bachlaan 78, 6865 ES Doorwerth, The Netherlands. info@toposcopie.nl

More information

CSE 167: Introduction to Computer Graphics Lecture #16: Procedural Modeling

CSE 167: Introduction to Computer Graphics Lecture #16: Procedural Modeling CSE 167: Introduction to Computer Graphics Lecture #16: Procedural Modeling Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2013 Announcements Reduced office hours today and tomorrow

More information

CSE 167: Lecture #17: Procedural Modeling. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011

CSE 167: Lecture #17: Procedural Modeling. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011 CSE 167: Introduction to Computer Graphics Lecture #17: Procedural Modeling Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011 Announcements Important dates: Final project outline

More information

Lidar Sensors, Today & Tomorrow. Christian Sevcik RIEGL Laser Measurement Systems

Lidar Sensors, Today & Tomorrow. Christian Sevcik RIEGL Laser Measurement Systems Lidar Sensors, Today & Tomorrow Christian Sevcik RIEGL Laser Measurement Systems o o o o Online Waveform technology Stand alone operation no field computer required Remote control through wireless network

More information

Procedural modeling and shadow mapping. Computer Graphics CSE 167 Lecture 15

Procedural modeling and shadow mapping. Computer Graphics CSE 167 Lecture 15 Procedural modeling and shadow mapping Computer Graphics CSE 167 Lecture 15 CSE 167: Computer graphics Procedural modeling Height fields Fractals L systems Shape grammar Shadow mapping Based on slides

More information

Hand-on introduction to 3D Digitisation Stephen Gray & Kirsty Merrett UoB Research Data Service

Hand-on introduction to 3D Digitisation Stephen Gray & Kirsty Merrett UoB Research Data Service Hand-on introduction to 3D Digitisation Stephen Gray & Kirsty Merrett UoB Research Data Service Plan Some basic information Laser scanning practical (in this room) Structured light scanning practical (in

More information

ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning

ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning 1 ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning Petri Rönnholm Aalto University 2 Learning objectives To recognize applications of laser scanning To understand principles

More information

Definitions. Modeling. Primitives. Creating a model of an object, usually out of a collection of simpler primitives

Definitions. Modeling. Primitives. Creating a model of an object, usually out of a collection of simpler primitives Modeling 1 Definitions Modeling Creating a model of an object, usually out of a collection of simpler primitives Primitives A basic shape handled directly the rendering system 2 Boundary Representation

More information

A Quick Guide to Normal Mapping in 3ds max 7

A Quick Guide to Normal Mapping in 3ds max 7 A Quick Guide to Normal Mapping in 3ds max 7 Introduction This document provides a brief introduction to the technique and benefits of Normal Mapping; an advanced modeling and mapping technique used in

More information

Creating Architectural Photo Models Using Close Range Photogrammetry: Efficient Production Using Fictitious Observations In A Hybrid Block.

Creating Architectural Photo Models Using Close Range Photogrammetry: Efficient Production Using Fictitious Observations In A Hybrid Block. Creating Architectural Photo Models Using Close Range Photogrammetry: Efficient Production Using Fictitious Observations In A Hybrid Block. Compliance... Qualities, And Their Spatial Visualization By Wilfried

More information

Photogrammetry and 3D city modelling

Photogrammetry and 3D city modelling Digital Architecture and Construction 209 Photogrammetry and 3D city modelling Y. Kobayashi School of Architecture and Landscape Architecture, Arizona State University, USA Abstract 3D city modelling and

More information

Graphics for VEs. Ruth Aylett

Graphics for VEs. Ruth Aylett Graphics for VEs Ruth Aylett Overview VE Software Graphics for VEs The graphics pipeline Projections Lighting Shading VR software Two main types of software used: off-line authoring or modelling packages

More information

LIDAR: MAPPING WITH LASERS

LIDAR: MAPPING WITH LASERS Grades 6 8, 9 12 30 60 minutes LIDAR: MAPPING WITH LASERS DESIGN CHALLENGE Create and map a three-dimensional landscape using a lidar laser measuring device. MATERIALS Supplies and Equipment This is a

More information

Animation. Representation of objects as they vary over time. Traditionally, based on individual drawing or photographing the frames in a sequence

Animation. Representation of objects as they vary over time. Traditionally, based on individual drawing or photographing the frames in a sequence 6 Animation Animation Representation of objects as they vary over time Traditionally, based on individual drawing or photographing the frames in a sequence Computer animation also results in a sequence

More information

Rendering and Radiosity. Introduction to Design Media Lecture 4 John Lee

Rendering and Radiosity. Introduction to Design Media Lecture 4 John Lee Rendering and Radiosity Introduction to Design Media Lecture 4 John Lee Overview Rendering is the process that creates an image from a model How is it done? How has it been developed? What are the issues

More information

The Processing of Laser Scan Data for the Analysis of Historic Structures in Ireland

The Processing of Laser Scan Data for the Analysis of Historic Structures in Ireland The 7th International Symposium on Virtual Reality, Archaeology and Cultural Heritage VAST (2006) M. Ioannides, D. Arnold, F. Niccolucci, K. Mania (Editors) The Processing of Laser Scan Data for the Analysis

More information

Visualisation of Photovoltaic Clad Buildings

Visualisation of Photovoltaic Clad Buildings Visualisation of Photovoltaic Clad Buildings Margaret Horne, Robert Hill, Chris Underwood University of Northumbria, Newcastle upon Tyne, NE1 8ST, UK Tel: +44 191 227 4720 Fax: +44 191 227 3167 e-mail:

More information

Visualizing 2D Data in a 3D World

Visualizing 2D Data in a 3D World Visualizing 2D Data in a 3D World Karl Kliparchuk, M.Sc., GISP, and Brendan Walashek, B.Sc. McElhanney Consulting Services Ltd. Email: kkliparchuk@mcelhanney.com and bwalashek@mcelhanney.com Agenda A Quick

More information

3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES

3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES 3D BUILDINGS MODELLING BASED ON A COMBINATION OF TECHNIQUES AND METHODOLOGIES Georgeta Pop (Manea), Alexander Bucksch, Ben Gorte Delft Technical University, Department of Earth Observation and Space Systems,

More information

Graphics for VEs. Ruth Aylett

Graphics for VEs. Ruth Aylett Graphics for VEs Ruth Aylett Overview VE Software Graphics for VEs The graphics pipeline Projections Lighting Shading Runtime VR systems Two major parts: initialisation and update loop. Initialisation

More information

A Basic Guide to Modeling Landscapes in Google SketchUp

A Basic Guide to Modeling Landscapes in Google SketchUp DYNASCAPE SOFTWARE INC. A Basic Guide to Modeling Landscapes in Google SketchUp A DS Sketch 3D User Guide Volume 2 This guide will take you through the steps of creating a 3D model of a landscape in Google

More information

============================================================================

============================================================================ 25 Free 3D modeling softwares Posted by Waldo - 2011/11/08 14:23 I thought this link may come in handy to a few designers out there. 25 Free Modeling Softwares Posted by admin - 2011/11/08 18:51 Blender

More information

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2012 Lecture 28 November 8, 2012

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2012 Lecture 28 November 8, 2012 CS 4300 Computer Graphics Prof. Harriet Fell Fall 2012 Lecture 28 November 8, 2012 1 Today s Topics Fractals Mandelbrot Set Julia Sets L-Systems 2 Fractals The term fractal was coined in 1975 by Benoît

More information

History. Early viewers

History. Early viewers IT82: Multimedia 1 History Photography around since the 19th century Realistic animation began in 1872 when Eadweard Muybridge asked to settle a bet about a flying horse IT82: Multimedia 2 1 History Muybridge

More information

04. 3d Graphics UI & 3ds Max + MR

04. 3d Graphics UI & 3ds Max + MR Design + Computing 04. 3d Graphics UI & 3ds Max + MR 9/26/2014 CAD & Graphics II HOM2027 Fall 2014 Every Friday 2:00 pm 6:00 pm Jin Kook Lee, PhD. 02-2220-2645 designit@hanyang.ac.kr Assistant Professor,

More information

Developmental Systems

Developmental Systems Developmental Systems 1 Biological systems Early development of the Drosophila fly http://flybase.bio.indiana.edu dorsal view lateral view 2 Biological systems Early development of Drosophila [Slack 2006]

More information

Metadata Requirements for Digital Museum Environments

Metadata Requirements for Digital Museum Environments Metadata Requirements for Digital Museum Environments Manjula Patel UKOLN, University of Bath m.patel@ukoln.ac.uk Unless otherwise stated this work is licensed under a Creative Commons Attribution-ShareAlike

More information

Computer Graphics (CS 563) Lecture 4: Advanced Computer Graphics Image Based Effects: Part 1. Prof Emmanuel Agu

Computer Graphics (CS 563) Lecture 4: Advanced Computer Graphics Image Based Effects: Part 1. Prof Emmanuel Agu Computer Graphics (CS 563) Lecture 4: Advanced Computer Graphics Image Based Effects: Part 1 Prof Emmanuel Agu Computer Science Dept. Worcester Polytechnic Institute (WPI) Image Based Effects Three main

More information

LEVEL 1 ANIMATION ACADEMY2010

LEVEL 1 ANIMATION ACADEMY2010 1 Textures add more realism to an environment and characters. There are many 2D painting programs that can be used to create textures, such as Adobe Photoshop and Corel Painter. Many artists use photographs

More information

Introduction to InfraWorks 360 for Civil

Introduction to InfraWorks 360 for Civil Eric Chappell Autodesk Aimed at Civil industry professional, this class will cover basic importing of data sources to make an existing model, followed by creation of roads, buildings, and city furniture

More information

THE COLORED COMPARISON OF THE WALL SCULPTURE WITH 3D LASER SCANNER AND ORTHOPHOTO

THE COLORED COMPARISON OF THE WALL SCULPTURE WITH 3D LASER SCANNER AND ORTHOPHOTO THE COLORED COMPARISON OF THE WALL SCULPTURE WITH 3D LASER SCANNER AND ORTHOPHOTO Hirotoshi KURASHIGE, Jun KATO, Shozo NISHIMURA Creative Department, Keisoku Research Consultant Co, 1-665-1 Fukuda, Higashi-ku,

More information

VEGETATION STUDIO FEATURES

VEGETATION STUDIO FEATURES VEGETATION STUDIO FEATURES We are happy to introduce Vegetation Studio, coming to Unity Asset Store this fall. Vegetation Studio is a vegetation placement and rendering system designed to replace the standard

More information

Surveying like never before

Surveying like never before CAD functionalities GCP Mapping and Aerial Image Processing Software for Land Surveying Specialists Surveying like never before www.3dsurvey.si Modri Planet d.o.o., Distributors: info@3dsurvey.si +386

More information

Revealing the. Stonehenge. In a major project for English Heritage, Through 3D Digital Modelling. By Neil McLeod

Revealing the. Stonehenge. In a major project for English Heritage, Through 3D Digital Modelling. By Neil McLeod Revealing the Secrets of Stonehenge Through 3D Digital Modelling In a major project for English Heritage, survey specialists Greenhatch Group used laser scanning, digital photogrammetry and Geomagic Studio

More information

COMPUTER AIDED ARCHITECTURAL GRAPHICS

COMPUTER AIDED ARCHITECTURAL GRAPHICS COMPUTER AIDED ARCHITECTURAL GRAPHICS FFD 201/Fall 2011 HANDOUT 2/ 3DS MAX-INTRODUCTION 3ds Max is software which can be use for modelling, animation and rendering. It is used in lots of design areas such

More information

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN OVERVIEW National point clouds Airborne laser scanning in the Netherlands Quality control Developments in lidar

More information

Topic 10: Scene Management, Particle Systems and Normal Mapping. CITS4242: Game Design and Multimedia

Topic 10: Scene Management, Particle Systems and Normal Mapping. CITS4242: Game Design and Multimedia CITS4242: Game Design and Multimedia Topic 10: Scene Management, Particle Systems and Normal Mapping Scene Management Scene management means keeping track of all objects in a scene. - In particular, keeping

More information

ART OF 3D MODELLING & ANIMATION

ART OF 3D MODELLING & ANIMATION ART OF 3D MODELLING & ANIMATION COURSE OVERVIEW This is a three year long course for secondary students covering on the various aspects of Drawing, 2D animation and 3D animation. At the end of each year,

More information

"Non-Geometric" Plant Modeling: Image-Based Landscape Modeling and General Texture Problems with Maya - Examples and Limitations

Non-Geometric Plant Modeling: Image-Based Landscape Modeling and General Texture Problems with Maya - Examples and Limitations "Non-Geometric" Plant Modeling: Image-Based Landscape Modeling and General Texture Problems with Maya - Examples and Limitations Peter OEHMICHEN 1 Introduction When starting a new visualization project,

More information

System Requirements:-

System Requirements:- Anime Studio Pro 9 Complete Animation for Professionals & Digital Artists! Anime Studio Pro 9 is for professionals looking for a more efficient alternative to tedious frame-by-frame animation. With an

More information

Topics. Recursive tree models. Procedural approach L-systems. Image-based approach. Billboarding

Topics. Recursive tree models. Procedural approach L-systems. Image-based approach. Billboarding Plant Modeling Topics Recursive tree models Billboarding Procedural approach L-systems Image-based approach Tree Model The structure of a tree Trunk (linkage) Branches (linkage, child of trunk node) Leaves/Buds/flowers/fruit

More information

Chapters 1-4: Summary

Chapters 1-4: Summary Chapters 1-4: Summary So far, we have been investigating the image acquisition process. Chapter 1: General introduction Chapter 2: Radiation source and properties Chapter 3: Radiation interaction with

More information

3D Terrain Modelling of the Amyntaio Ptolemais Basin

3D Terrain Modelling of the Amyntaio Ptolemais Basin 2nd International Workshop in Geoenvironment and 1 3D Terrain Modelling of the Amyntaio Ptolemais Basin G. Argyris, I. Kapageridis and A. Triantafyllou Department of Geotechnology and Environmental Engineering,

More information

Getting Started. Extruding Features. Convert to feature class

Getting Started. Extruding Features. Convert to feature class http://gmv.cast.uark.edu A Method Store for Advanced Survey and Modeling Technologies Mon, 01 Apr 2013 03:29:18 +0000 en-us hourly 1 http://wordpress.org/?v=3.5.1 http://gmv.cast.uark.edu/modeling/software-visualization/sketchup/workflow-sketchup/arcscene-tosketchup-to-arcscene/

More information

Case Study: The Pixar Story. By Connor Molde Comptuer Games & Interactive Media Year 1

Case Study: The Pixar Story. By Connor Molde Comptuer Games & Interactive Media Year 1 Case Study: The Pixar Story By Connor Molde Comptuer Games & Interactive Media Year 1 Contents Section One: Introduction Page 1 Section Two: About Pixar Page 2 Section Three: Drawing Page 3 Section Four:

More information

IADS Model Information. June 2013 SYMVIONICS Document SSD-IADS SYMVIONICS, Inc. All rights reserved.

IADS Model Information. June 2013 SYMVIONICS Document SSD-IADS SYMVIONICS, Inc. All rights reserved. IADS Model Information June 2013 SYMVIONICS Document SSD-IADS-129 1996-2018 SYMVIONICS, Inc. All rights reserved. Created: June 14, 2013 Table of Contents 1. Introduction... 3 2. 3-D Model Formats... 3

More information

CS 464 Review. Review of Computer Graphics for Final Exam

CS 464 Review. Review of Computer Graphics for Final Exam CS 464 Review Review of Computer Graphics for Final Exam Goal: Draw 3D Scenes on Display Device 3D Scene Abstract Model Framebuffer Matrix of Screen Pixels In Computer Graphics: If it looks right then

More information

Training offers. I`m offering training for the listed visualization software.

Training offers. I`m offering training for the listed visualization software. Training offers I`m offering training for the listed visualization software. 3D Visualization: o Maya, Autodesk o 3ds Max, Autodesk o Blender, Blender Foundation 3D Virtual Reality: o Vred Professional,

More information

character design pipeline) callum.html

character design pipeline)   callum.html References: http://3d.about.com/od/3d-101-the-basics/tp/introducing-the-computer-graphics- Pipeline.htm (character design pipeline) http://cpapworthpp.blogspot.co.uk/2012/12/animation-production-pipelinecallum.html

More information

Tecnologie per la ricostruzione di modelli 3D da immagini. Marco Callieri ISTI-CNR, Pisa, Italy

Tecnologie per la ricostruzione di modelli 3D da immagini. Marco Callieri ISTI-CNR, Pisa, Italy Tecnologie per la ricostruzione di modelli 3D da immagini Marco Callieri ISTI-CNR, Pisa, Italy Who am I? Marco Callieri PhD in computer science Always had the like for 3D graphics... Researcher at the

More information

Suite en It Up with Autodesk ReCap

Suite en It Up with Autodesk ReCap Chad Studer ADSK Solutions RC3165 Static and mobile laser scanning technologies capture millions of points and provide photorealistic interactive virtual sites known as point clouds. With Autodesk ReCap

More information

Computer graphics Labs: Blender (1bis/3) SketchUp model importation and animation

Computer graphics Labs: Blender (1bis/3) SketchUp model importation and animation Computer graphics Labs: Blender (1bis/3) SketchUp model importation and animation University of Liège Department of Aerospace and Mechanical engineering Designed with Blender 2.76b and SketchUp 8 From

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

Advanced Digital Photography and Geometry Capture. Visual Imaging in the Electronic Age Lecture #10 Donald P. Greenberg September 24, 2015

Advanced Digital Photography and Geometry Capture. Visual Imaging in the Electronic Age Lecture #10 Donald P. Greenberg September 24, 2015 Advanced Digital Photography and Geometry Capture Visual Imaging in the Electronic Age Lecture #10 Donald P. Greenberg September 24, 2015 Eye of a Fly AWARE-2 Duke University http://www.nanowerk.com/spotlight/spotid=3744.php

More information

USE THE 3D LASER SCANNING FOR DOCUMENTATION THE RIGA CATHEDRAL IN LATVIA

USE THE 3D LASER SCANNING FOR DOCUMENTATION THE RIGA CATHEDRAL IN LATVIA USE THE 3D LASER SCANNING FOR DOCUMENTATION THE RIGA CATHEDRAL IN LATVIA Maris Kalinka, Elina Rutkovska, Department of Geomatic, Riga Technical University, Azenes 16-109, Riga, Latvia, geomatika@geomatika.lv

More information

2D & 3D Animation NBAY Donald P. Greenberg March 21, 2016 Lecture 7

2D & 3D Animation NBAY Donald P. Greenberg March 21, 2016 Lecture 7 2D & 3D Animation NBAY 6120 Donald P. Greenberg March 21, 2016 Lecture 7 2D Cel Animation Cartoon Animation What is cartoon animation? A sequence of drawings which, when viewed in rapid succession, create

More information

Tools for Procedural Generation of Plants in Virtual Scenes

Tools for Procedural Generation of Plants in Virtual Scenes Tools for Procedural Generation of Plants in Virtual Scenes Armando de la Re, Francisco Abad, Emilio Camahort, and M.C. Juan Depto. Sistemas Informáticos y Computación Universidad Politécnica de Valencia

More information

MODELING AND HIERARCHY

MODELING AND HIERARCHY MODELING AND HIERARCHY Introduction Models are abstractions of the world both of the real world in which we live and of virtual worlds that we create with computers. We are all familiar with mathematical

More information

Actions and Graphs in Blender - Week 8

Actions and Graphs in Blender - Week 8 Actions and Graphs in Blender - Week 8 Sculpt Tool Sculpting tools in Blender are very easy to use and they will help you create interesting effects and model characters when working with animation and

More information

12.2 Plants. CS Dept, UK

12.2 Plants. CS Dept, UK 1 12.2 Plants - modeling and animation of plants represents an interesting and challenging area - exhibit arbitrary complexity while possessing a constrained branching structure - grow from a single source

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

More information

3D Industrial plants. Documentation

3D Industrial plants. Documentation 3D Industrial plants Documentation Published by: FARO Europe GmbH & Co. KG, Lingwiesenstrasse 11/2, D-70825 Korntal-Münchingen, Tel: +49 7150 9797-0, Fax: +49 7150 9797-44, info@faroeurope.com, www.faro.com

More information

GROW-IT. Plug-in for Daz3D Studio

GROW-IT. Plug-in for Daz3D Studio GROW-IT Plug-in for Daz3D Studio About A Daz3D plug-in to create 3D animate landscapes for films, cartoons, 2D/3D games and static scene. Other ideas such as wedding-trees where the guest put a finger

More information

Tecnologie per la ricostruzione di modelli 3D da immagini. Marco Callieri ISTI-CNR, Pisa, Italy

Tecnologie per la ricostruzione di modelli 3D da immagini. Marco Callieri ISTI-CNR, Pisa, Italy Tecnologie per la ricostruzione di modelli 3D da immagini Marco Callieri ISTI-CNR, Pisa, Italy 3D from Photos Our not-so-secret dream: obtain a reliable and precise 3D from simple photos Why? Easier, less

More information

Chapter 87 Real-Time Rendering of Forest Scenes Based on LOD

Chapter 87 Real-Time Rendering of Forest Scenes Based on LOD Chapter 87 Real-Time Rendering of Forest Scenes Based on LOD Hao Li, Fuyan Liu and Shibo Yu Abstract Using the stochastic L-system for modeling the trees. Modeling the trees includes two sides, the trunk

More information

Research on the applicability of E-Foto Open Source Software To Server Teaching and Researching in Universities of Viet Nam

Research on the applicability of E-Foto Open Source Software To Server Teaching and Researching in Universities of Viet Nam Research on the applicability of E-Foto Open Source Software To Server Teaching and Researching in Universities of Viet Nam DUY Nguyen Ba 1, a, GIANG Tran Thi Huong 2,b HAU Ninh Hoa 3, NGOC Tran Thi Bich

More information

CSE528 Computer Graphics: Theory, Algorithms, and Applications

CSE528 Computer Graphics: Theory, Algorithms, and Applications CSE528 Computer Graphics: Theory, Algorithms, and Applications Hong Qin State University of New York at Stony Brook (Stony Brook University) Stony Brook, New York 11794--4400 Tel: (631)632-8450; Fax: (631)632-8334

More information

Maths at the Movies. Chris Budd

Maths at the Movies. Chris Budd Maths at the Movies Chris Budd See maths in the movies in different ways Sometimes maths in the background Moriarty Some movies hate maths Some feature mathematicians Some films are about mathematicians

More information

Lecture Week 4. Images

Lecture Week 4. Images Lecture Week 4 Images Images can be used: As a backdrop behind text to create a pictorial framework for the text. As a background for the content. As an icon to represent options that can be selected.

More information

03. 3ds Max Design & Mental Ray

03. 3ds Max Design & Mental Ray Design + Computing 03. 3ds Max Design & Mental Ray 9/23/2015 CAD & Graphics II HOM2027 Fall 2014 Every Wednesday 2:00 pm 5:50 pm Jin Kook Lee, PhD. 02-2220-2645 designit@hanyang.ac.kr Assistant Professor,

More information

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation Graphics in IT82 What does computer graphics cover? Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson IT82 Input, output, and representation of graphical data Creation of graphics

More information

Advanced Digital Photography and Geometry Capture. Visual Imaging in the Electronic Age Lecture #10 Donald P. Greenberg September 24, 2015

Advanced Digital Photography and Geometry Capture. Visual Imaging in the Electronic Age Lecture #10 Donald P. Greenberg September 24, 2015 Advanced Digital Photography and Geometry Capture Visual Imaging in the Electronic Age Lecture #10 Donald P. Greenberg September 24, 2015 Eye of a Fly AWARE-2 Duke University http://www.nanowerk.com/spotlight/spotid=3744.php

More information

EF432. Introduction to spagetti and meatballs

EF432. Introduction to spagetti and meatballs EF432 Introduction to spagetti and meatballs CSC 418/2504: Computer Graphics Course web site (includes course information sheet): http://www.dgp.toronto.edu/~karan/courses/418/fall2015 Instructor: Karan

More information

Y36MVR Second Life inclined plane

Y36MVR Second Life inclined plane Y36MVR Second Life inclined plane Ondřej Bartas, Petr Minařík, Radek Okrajek - Wednesday, 11:00 License: GNU LGPL http://www.gnu.org/licenses/lgpl-3.0.txt Inclined plane The inclined plane is one of the

More information

Voxels. Tech Team - Johnny Mercado, Michael Matonis, Glen Giffey, John Jackson

Voxels. Tech Team - Johnny Mercado, Michael Matonis, Glen Giffey, John Jackson Voxels Tech Team - Johnny Mercado, Michael Matonis, Glen Giffey, John Jackson Pixel -> Voxel Appearance in Games Comanche: Maximum Overkill - 1992 Minecraft - 2011 Guncraft - 2013 CodeSpell https://www.youtube.com/watch?v=nn5mqxxzd0

More information

Dynamics and Particle Effects, Part 1 By Audri Phillips

Dynamics and Particle Effects, Part 1 By Audri Phillips Dynamics and Particle Effects, Part 1 By Audri Phillips From their very inception, 3D programs have been used to imitate natural phenomena, creating realistic, stylized, or artistic effects. A greater

More information

Overview of the Trimble TX5 Laser Scanner

Overview of the Trimble TX5 Laser Scanner Overview of the Trimble TX5 Laser Scanner Trimble TX5 Revolutionary and versatile scanning solution Compact / Lightweight Efficient Economical Ease of Use Small and Compact Smallest and most compact 3D

More information

Getting To Know Shutter Speeds

Getting To Know Shutter Speeds Tools and Program Needed: Your Brain dslr Computer USB Drive Bridge PhotoShop Name: Stopping Action, Jump Shots & Panning 0 5 2 The shutter priority setting (TV on the dial) is a setting to control the

More information

USE OF DRONE TECHNOLOGY AND PHOTOGRAMMETRY FOR BEACH MORPHODYNAMICS AND BREAKWATER MONITORING.

USE OF DRONE TECHNOLOGY AND PHOTOGRAMMETRY FOR BEACH MORPHODYNAMICS AND BREAKWATER MONITORING. Proceedings of the 6 th International Conference on the Application of Physical Modelling in Coastal and Port Engineering and Science (Coastlab16) Ottawa, Canada, May 10-13, 2016 Copyright : Creative Commons

More information

Topic 0. Introduction: What Is Computer Graphics? CSC 418/2504: Computer Graphics EF432. Today s Topics. What is Computer Graphics?

Topic 0. Introduction: What Is Computer Graphics? CSC 418/2504: Computer Graphics EF432. Today s Topics. What is Computer Graphics? EF432 Introduction to spagetti and meatballs CSC 418/2504: Computer Graphics Course web site (includes course information sheet): http://www.dgp.toronto.edu/~karan/courses/418/ Instructors: L0101, W 12-2pm

More information

Multimedia Technology CHAPTER 4. Video and Animation

Multimedia Technology CHAPTER 4. Video and Animation CHAPTER 4 Video and Animation - Both video and animation give us a sense of motion. They exploit some properties of human eye s ability of viewing pictures. - Motion video is the element of multimedia

More information

Photogrammetry: DTM Extraction & Editing

Photogrammetry: DTM Extraction & Editing Photogrammetry: DTM Extraction & Editing How can one determine the x, y, and z of a location? Approaches to DTM Extraction Ground surveying Digitized topographic maps Traditional photogrammetry Hardcopy

More information

Getting Started with ShowcaseChapter1:

Getting Started with ShowcaseChapter1: Chapter 1 Getting Started with ShowcaseChapter1: In this chapter, you learn the purpose of Autodesk Showcase, about its interface, and how to import geometry and adjust imported geometry. Objectives After

More information

Integrating the Generations, FIG Working Week 2008,Stockholm, Sweden June 2008

Integrating the Generations, FIG Working Week 2008,Stockholm, Sweden June 2008 H. Murat Yilmaz, Aksaray University,Turkey Omer Mutluoglu, Selçuk University, Turkey Murat Yakar, Selçuk University,Turkey Cutting and filling volume calculation are important issues in many engineering

More information

Fractals and L- Systems

Fractals and L- Systems Fractals and L- Systems Sanyam Gupta January 26, 2018 1 Lindenmayer systems Have you ever wondered, how to formulate a mathematical equation for the plant in your verandah or garden? The nature produces

More information

LENSES. ~ Ansel Adams

LENSES. ~ Ansel Adams There is something magical about the image formed by a lens. Surely every serious photographer stands in awe of this miraculous device, which approaches ultimate perfection. A fine lens is evidence of

More information

2.02B Methods and Uses of Animation Develop Computer Animations

2.02B Methods and Uses of Animation Develop Computer Animations 2.02B Methods and Uses of Animation 2.02 Develop Computer Animations Frame-by-Frame Animation Rapidly displaying images, or frames, in a sequence to create the optical illusion of movement. Digital animation

More information

Bitmap and Vector Graphics (Introduction to Painting and Drawing applications)

Bitmap and Vector Graphics (Introduction to Painting and Drawing applications) COMPSCI 111 S1C - Lecture 14 1 of 8 Computer Science COMPSCI 111 S1C - Lecture 14 March 2004 Bitmap and Vector Graphics (Introduction to Painting and Drawing applications) Vector Graphics After computers

More information

Sculpting 3D Models. Glossary

Sculpting 3D Models. Glossary A Array An array clones copies of an object in a pattern, such as in rows and columns, or in a circle. Each object in an array can be transformed individually. Array Flyout Array flyout is available in

More information

Or select Reset button under the application button (3ds Max symbol top left of screen)

Or select Reset button under the application button (3ds Max symbol top left of screen) 3ds Max Notes 1. Starting 3ds Max file Open 3ds Max If Welcome to 3ds Max menu appears then select New Empty Scene Or select Reset button under the application button (3ds Max symbol top left of screen)

More information

Range Sensors (time of flight) (1)

Range Sensors (time of flight) (1) Range Sensors (time of flight) (1) Large range distance measurement -> called range sensors Range information: key element for localization and environment modeling Ultrasonic sensors, infra-red sensors

More information

SCENE FILE MANIPULATION SCENE FILE MANIPULATION GETTING STARTED MODELING ANIMATION MATERIALS + MAPPING RENDERING. Saving Files. Save.

SCENE FILE MANIPULATION SCENE FILE MANIPULATION GETTING STARTED MODELING ANIMATION MATERIALS + MAPPING RENDERING. Saving Files. Save. SCENE FILE MANIPULATION SCENE FILE MANIPULATION There are several things you can do with a scene file in 3ds Max. You can save a file, save a file temporarily and retrieve it, and combine scene files.

More information

Visualisation : Lecture 1. So what is visualisation? Visualisation

Visualisation : Lecture 1. So what is visualisation? Visualisation So what is visualisation? UG4 / M.Sc. Course 2006 toby.breckon@ed.ac.uk Computer Vision Lab. Institute for Perception, Action & Behaviour Introducing 1 Application of interactive 3D computer graphics to

More information

V-RAY NEXT FOR 3DS MAX

V-RAY NEXT FOR 3DS MAX V-RAY NEXT FOR 3DS MAX May 2018 Dabarti Studio NEW FEATURES POWERFUL SCENE INTELLIGENCE V-Ray Scene Intelligence analyzes your scene to optimize rendering. You automatically get the best quality in less

More information