EnSight analyze, visualize, communicate 2D Textures in EnSight example without texturesexample with textures.

Slides:



Advertisements
Similar presentations
Iframes & Images Using HTML.
Advertisements

Parameterizing a Geometry using the COMSOL Moving Mesh Feature
Week 7 - Monday.  What did we talk about last time?  Specular shading  Aliasing and antialiasing.
PowerPoint Enhancements CMCE 1155 Prof. N Anderson.
Copyright © 2003 Pearson Education, Inc. Chapter 1, Slide 1 by Michael Kay The Web Wizard’s Guide to Flash.
Creating Your Glogster Poster. edu.glogster.com Login Instructions  first name  first initial of last name  18  **additional number for students.
Virtual reality interfaces in connection with building process simulations. Prof. Nash Dawood Centre for Construction Innovation Research University of.
3D Graphics Processor Architecture Victor Moya. PhD Project Research on architecture improvements for future Graphic Processor Units (GPUs). Research.
Architecture and Real Time Systems Lab University of Massachusetts, Amherst An Application Driven Reliability Measures and Evaluation Tool for Fault Tolerant.
Digital Still Images ETT June Multimedia Assets Still Images Audio Video.
Essentials of Interactive Computer Graphics: Concepts and Implementation K. Sung, P. Shirley, S. Baer Chapter 12 Chapter 12: Making the Applications Interesting.
Texture mapping. Adds realism to computer graphics Texture mapping applies a pattern of color Bump mapping alters the surface Mapping is cheaper than.
Non-Photorealistic Rendering Mario Costa Sousa Department of Computer Science University of Calgary Mario Costa Sousa Department of Computer Science University.
Basic Rendering Techniques V Recognizing basic rendering techniques.
Application Software.  Topics Covered:  Software Categories  Desktop vs. Mobile Software  Installed vs. Web-Based Software.
Photoshop: Designing Graphics for the Web Christine Vucinich & Vicki Weidler ITS Training Services 224 B Computer Building University Park, PA 16802
Visual Communication. Agenda Visual literacy Visual design guidelines Research on visuals in education.
PowerPoint overview Creating a presentation Naming the presentation Inserting Images Template Layout Topics.
Photoshop: Getting to Know Layers Computer Information Technology Section 7-5.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
CS-557 Gregory Dudek CD Contents. CS-557 Gregory Dudek Course description Lecture schedule by week 1997 Image Gallery Assignments Page Morphing Notes.
EnSight analyze, visualize, communicate EnSight 6.x Advanced Training Part 1 Instructors: Mike Krogh, Anders Grimsrud.
 Image Id  USGS/GFSAD1000_V0  USGS/GFSAD1000_V1  Expected to be added to Google Earth Data Catalog with the week. Demo in EE JavaScript Playground.
Institute for Mathematical Modeling RAS 1 Visualization in distributed systems. Overview. Remote visualization means interactive viewing of three dimensional.
Tips & Tricks for Revit® 2013
1 SEG3120 Analysis and Design for User Interfaces Flash Anis Zarrad Parallel Simulations and Distributed Systems (PARADISE) Research Laboratory SITE, University.
Vector vs. Bitmap
Shading. What is Shading? Assigning of a color to a pixel in the final image. So, everything in shading is about how to select and combine colors to get.
09/09/03CS679 - Fall Copyright Univ. of Wisconsin Last Time Event management Lag Group assignment has happened, like it or not.
Presentation to VII International Workshop on Advanced Computing and Analysis Techniques in Physics Research October, 2000.
MIRALab Where Research means Creativity SVG Open 2005 University of Geneva 1 Converting 3D Facial Animation with Gouraud shaded SVG A method.
11in X 8.5in Resoultion:300 Color Mode: RGB Color 8 Bit.
Vector Graphics Multimedia Technology. Object Orientated Data Types Created on a computer not by sampling real world information Details are stored on.
My Book These images are grouped. You may find it easier to ungroup and work with them.
Segmental Brush Stroke Synthesis by Example Ryoichi Ando and Reiji Tsuruno Kyushu Univ, Japan. Came from Here !
Editing Graphics Effects and Improvements. Editing Graphics Graphics editors have features for changing the sizes of images as well as their colors and.
Texture Mapping CAP4730: Computational Structures in Computer Graphics.
Adobe Dreamweaver CC: The Professional Portfolio Project 3: Photographer’s Web Site Working with static images Controlling backgrounds with CSS Working.
Material obtained from Summer workshop in Guildford County, July, 2014 Unit 6.
Exploring Web Design Chapter 1. Objectives Develop a new perspective of the WWW Learn what makes a website good or bad Discover how to apply objective.
Desktop Publishing Part 2 Desktop Publishing Photoshop Skills Lesson4
Overview  Basic requirements of implementation  Image resource  Texture mapping  Advanced requirements of implementation  KGL sprite class.
Relevance Feedback in Image Retrieval System: A Survey Tao Huang Lin Luo Chengcui Zhang.
Ms. Tracy MODULE 1- LESSON 7. BELL RINGER What are the primary functions of a word-processing program?
San Antonio Technology in Education Coalition Technology Training Model.
File formats bitmap and vector. Bitmap or raster: rectangular array of picture elements (pixels)  Example with height and width notations.
To play, start slide show and click on circle Lesson 4 Lesson 4 Lesson 5 Lesson 5 Lesson Lesson 6.
Aim: How can we make basic adjustments to layers?
Photoshop – Filters Computer Information Technology Section 7-9.
NEW! Segmentation Probability Variables for MRI in EnSight
Photoshop: Getting to Know Layers Computer Information Technology Section 7-5.
Understanding your FLOW-3D simulations better with EnSight June 2012.
Simulation: Editing Non-Native Geometry. © 2016 Autodesk Design Academy Editing Non-Native Geometry How to edit CAD models using Autodesk® SimStudio Tools.
Images were sourced from the following web sites: Slide 2:commons.wikimedia.org/wiki/File:BorromeanRing...commons.wikimedia.org/wiki/File:BorromeanRing...
Volume Rendering (3) Hardware Texture Mapping Methods.
Reading and Writing Image Files
Objective % Select and utilize tools to design and develop websites.
Computer Graphics Imaging
Week 7 - Monday CS361.
Basic Rendering Techniques
Objective % Select and utilize tools to design and develop websites.
Basic Rendering Techniques
Making the Applications Interesting
Objective % Explain concepts used to create digital animation.
Physics-based simulation for visual computing applications
Effects and Improvements
Computer Animation Texture Mapping.
The only requirements are in the directions at the top of each slide.
Calorimeter Transient Analysis
Data Analytics Case Study
Presentation transcript:

EnSight analyze, visualize, communicate 2D Textures in EnSight example without texturesexample with textures

EnSight analyze, visualize, communicate 2D Textures What is a 2D texture? –A way to apply an image to an object Why? –Easier for audience to understand simulation –Improve realism –Different visual effects Color by a variable, transparency by a alpha texture

EnSight analyze, visualize, communicate 2D Textures example no textures

EnSight analyze, visualize, communicate 2D Textures example with textures

EnSight analyze, visualize, communicate 2D Textures –Traditional techniques Isosurface of COClip of temperature

EnSight analyze, visualize, communicate 2D Textures Color by variable but use texture for opacity

EnSight analyze, visualize, communicate 2D Textures Options –Control location and orientation using the plane tool or node ids –Control how the texture “ blends in ” –Can compute the texture coordinates –A texture can have opacity

EnSight analyze, visualize, communicate 2D Textures Where do they come from? –Any supported image file –Web sites

EnSight analyze, visualize, communicate 2D Textures Steps –Load a texture –Orient the plane tool (or compute s & t variables) –Color the part by the texture and grab the plane tool coordinates –Repeat or clamp –Decal vs. modulate

EnSight analyze, visualize, communicate 2D Textures Texture on a moving object –If the part is transient the texture will “ slide off ” unless you reference the origin and s & t vectors using node ids Example using plane orientation

EnSight analyze, visualize, communicate 2D Textures Texture on a moving object –If the part is transient the texture will “ slide off ” unless you reference the origin and s & t vectors using node ids Example using node ids for orientation

EnSight analyze, visualize, communicate Embeded Video Realistic comparison Time syncing features Full 2D Texturing capabilities