DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray

Size: px
Start display at page:

Download "DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray"

Transcription

1 DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray Louis Marcoux Senior Technical Specialist Autodesk Canada area.autodesk.com/louis Join the conversation #AU2016

2 Class summary Approach creation challenges procedurally Create and iterate around a roller coasters ride Create virtual reality (VR) experiences Use 3ds Max s MCG for models and animations Use Stingray game engine to build the VR experience. Study some tricks to enhance the experience

3 Key learning objectives At the end of this class, you will be able to: Create procedural content with 3ds Max's MCG Author real-time VR in Stingray Enhance VR experiences by triggering events for the viewer Setup fast updates and alternatives for rides review Decorate real-time environments using animated assets

4 How did this idea begin?

5

6 Tech Demo : Race Track ToolKit

7

8

9 Procedural Content

10 What is Procedural Content? Meaningful Systems Objects with a Parameterized Definition Combination of : Mesh Creation Cloning Transformations Relationships Conditions Functions Mathematics Simple Tools With Large Scale Influence

11 The Max Creation Graph Node-Based editor to build Graphs Graphs that build Procedural Tools Not Wiring Parameters Packages Inputs Nodes Parameters Outputs Primitives Modifiers Controllers MCG Nodes & Compounds Multitude of Functions

12 Tech Demo : Intro to Working in MCG

13 central beam size distance heart line section joints sections length train wagons follow track traction gravity ribs size amount Heart Line Up Line Ground rails size distance up direction pillars size amount base on ground Sections length not it the way!

14 Starting a Project: Best Practices Start small Grow in complexity Clearly identify components to build Avoid rebuilding the same things twice Think generic rather than specific Build Reusable Nodes Use Compounds ad nauseam Layout Intelligibly Group, color and comment

15 Start Small : Creating A Mesh 1 2 vertices face face vertices 3 4 vertices indices Smoothing Groups Mat ID S UV Map 1: (0,5,0) 2: (5,5,0) 3: (0,0,0) 4: (5,0,0) 1: (3,2,1) 2: (3,4,2) : (0,1,0) 2: (1,1,0) 3: (0,0,0) 4: (1,0,0)

16 Start Small : Creating A Mesh in MCG

17 Start Small : Bolt Use Case 36 vertices 50 faces

18 Start Small : Simplify Mesh Creation Tools "1.0;0.0;0.0/0.5; ;0.0/0.5; ;0.75/1.0;0.0;0.7 5/-0.5; ;0.0/-0.5; ;0.75/-1.0;0.0;0.0/- 1.0;0.0;0.75/-0.5; ;0.0/-0.5; ;0.75/0.5; ;0.0/0.5; ;0.75/0.5;0.0;0.75/ ;0.25;0.75/ ;0. 25;1.5/0.5;0.0;1.5/0.25; ;0.75/0.25; ;1.5/0.0; 0.5;0.75/0.0;0.5;1.5/-0.25; ;0.75/- 0.25; ;1.5/ ;0.25;0.75/ ;0.25;1.5/- 0.5;0.0;0.75/-0.5;0.0;1.5/ ;-0.25;0.75/ ;- 0.25;1.5/-0.25; ;0.75/-0.25; ;1.5/0.0;- 0.5;0.75/0.0;-0.5;1.5/0.25; ;0.75/0.25; ;1.5/ ;-0.25;0.75/ ;- 0.25;1.5 0;1;2;0;2;3;1;4;5;1;5;2;4;6;7;4;7;5;6;8;9;6;9;7;8;10;11;8; 11;9;10;0;3;10;3;11;3;2;5;3;5;7;3;7;9;3;9;11;12;13;14;12;14;15;13;1 6;17;13;17;14;16;18;19;16;19;17;18;20;21;18;21;19;20;22;23;20;23 ;21;22;24;25;22;25;23;24;26;27;24;27;25;26;28;29;26;29;27;28;3 0;31;28;31;29;30;32;33;30;33;31;32;34;35;32;35;33;34;12;15;3 4;15;35;35;15;14;35;14;17;33;35;17;33;17;19;31;33;19;31;19;21;2 9;31;21;29;21;23;27;29;23;27;23;25 0;0;0;0;0;0;0;0;0;0;0;0;1;1; 1;1;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;4;4;4;4;4;4;4;4;4; 4 5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5 ;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5; ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ; 0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0. 0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ ; ;0.0/ vertices Indices Smoothing Groups Mat ID s UV Map

19 Tech Demo : Using LM_StringToTriMesh

20 Systems of Components

21 Transformations In Object Space 0,0,0 is at mouse click location Mesh Creation Happens at 0,0,0 Pivot of ALL Transformations at 0,0,0 No parenting Only Mesh Combining No Arbitrary Pivot Point Plan from Origin to Final Transformation Order is key: 1. Scale 2. Rotation 3. Translation

22 Useful Mathematics Scaling Rule of 3 Rotation ? Degrees and Radians Vector Algebra Translation Trigonometry

23 Tech Demo : Building A System

24 Working With Splines Clone Along Loft Along Translate Spline Data to Useable Transforms From Origin to Position/Rotation/Scale

25 Working With Splines Data From One Spline Position at percent Position forward No Up! Second Spline Up Direction Right Vector Important to Match Splines Clone Reference

26 Working With Splines Clone At Multiple Percent Values Create and Transform Layout at origin Scale Rotate Translate Loft Along Spline Create Vertices Along Spline Create faces from vertices

27 Tech Demo : Working With Splines

28 Finishing The Tool Max Script Arrange and group parameters Add functions Animation Controller Train Camera

29 Tech Demo : Roller Coaster ToolKit

30 Real Time VR

31 #1 Rule of VR Don t Move the Point of View Don t Move the Camera wagon If You Move the Point of View, Give it a Platform to Stand On

32 Stingray (V1.5) Templates In place Seating or Standing Room Scale

33 Bringing Content In Stingray Each Export or Send Created a Single Entity Break in Workable Pieces Static Assets Environment Props Roller Coaster Structures Use Send To Stingray Commands Animated Assets Train Cameras Animated Props Use FBX Export Bake Animation

34 Connecting the HMD to the Ride (in Flow)

35 Tech Demo : VR Roller Coaster In Stingray

36 Alternatives Choose Track Input Hide Unused Tracks Show Chosen Track Set Its Point Of View Play Its Animation

37 Tech Demo : Alternatives

38 Animated Environment Assets

39 Types of Animations Transformations Position Rotation Scale Skinned Looped (Seamless) Default Animation Controller Shader Panner Vegetation Particles Import / Export Assets Smart Assets

40 Tech Demo : Animated Assets

41 Class Files Link in Handout: XFNa?dl=0 Password : IWasThere Distribution Files used in the Class The 3ds Max Project All Video Tutorials Final Ride Builds for HTC Vive and Oculus PPT Presentation and Handout for the class

42 How did I do? Your class feedback is critical. Fill out a class survey now. Use the AU mobile app or fill out a class survey online. Give feedback after each session. AU speakers will get feedback in real-time. Your feedback results in better classes and a better AU experience.

43 Autodesk is a registered trademark of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries. All other brand names, product names, or trademarks belong to their respective holders. Autodesk reserves the right to alter product and services offerings, and specifications and pricing at any time without notice, and is not responsible for typographical or graphical errors that may appear in this document., Inc. All rights reserved.. All rights reserved.

Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray

Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray Louis Marcoux B.Eng, BA Autodesk Canada Learning Objectives Create procedural content with 3ds Max's Max Creation

More information

Schedules Can t Do That in Revit 2017

Schedules Can t Do That in Revit 2017 Schedules Can t Do That in Revit 2017 Michael Massey Senior AEC Application Consultant @mgmassey01 Join the conversation #AU2016 Presenting Today.. Mike Massey Senior AEC Application Specialist 25+ Years

More information

n&os=win32_64

n&os=win32_64 DV21566 The Next Step in Design Visualization Ben Bisares Autodesk Media & Entertainment Technical Specialist Description Learn how to harness the power of Live Design to bring your creations to life.

More information

Data Mining in Autocad with Data Extraction

Data Mining in Autocad with Data Extraction Data Mining in Autocad with Data Extraction Ben Rand Director of IT, Job Industrial Services, Inc. Twitter: @leadensky Email: ben@leadensky.com Join the conversation #AU2016 A little about me BA in English,

More information

AC6496 A Tribute to Attributes - Adding Intelligence to Your Drawings

AC6496 A Tribute to Attributes - Adding Intelligence to Your Drawings AC6496 A Tribute to Attributes - Adding Intelligence to Your Drawings Volker Cocco Product Support Specialist Join us on Twitter: #AU2014 Before We Begin Please silence cell phones If this class isn t

More information

Deploying Autodesk software the easy way Class ID: IT18200

Deploying Autodesk software the easy way Class ID: IT18200 Deploying Autodesk software the easy way Class ID: IT18200 Speaker : Derek Gauer Co-Speaker: Ted Martin Join the conversation #AU2016 Class summary You don t have to be an Information Technology specialist

More information

Revit + FormIt Dynamo Studio = Awesome!

Revit + FormIt Dynamo Studio = Awesome! Revit + FormIt 360 + Dynamo Studio = Awesome! Carl Storms IMAGINiT Technologies - Senior Applications Expert @thebimsider Join the conversation #AU2016 Class summary This lab session will focus on some

More information

DV1673-L: The Decoding Lab ilogic Intermediate Session. Steve Olson Manager, Training Services for MESA Inc.

DV1673-L: The Decoding Lab ilogic Intermediate Session. Steve Olson Manager, Training Services for MESA Inc. DV1673-L: The Decoding Lab ilogic Intermediate Session Steve Olson Manager, Training Services for MESA Inc. Class summary The ilogic component of Inventor is a very powerful tool for helping users automate

More information

Tips and Tricks to Get the Most out of Your Virtual-Reality Experiences in Stingray

Tips and Tricks to Get the Most out of Your Virtual-Reality Experiences in Stingray Tips and Tricks to Get the Most out of Your Virtual-Reality Experiences in Stingray Olivier Dionne Software Development Manager Benjamin Slapcoff Software Engineer Andrew Grant Product Manager Join the

More information

Template-Based Workflows in Autodesk 3ds Max 2016

Template-Based Workflows in Autodesk 3ds Max 2016 Template-Based Workflows in Autodesk 3ds Max 2016 Gary M. Davis Senior Technical Specialist; Autodesk M&E Join the conversation #AU2015 Class Summary This session builds on my lecture of a similar name

More information

Linking RISA Software with Revit 2017: Beyond the Basics

Linking RISA Software with Revit 2017: Beyond the Basics Linking RISA Software with Revit 2017: Beyond the Basics Matt Brown, S.E. RISA Technologies Join the conversation #AU2016 Class summary The Link between RISA and Revit has existed for more than a decade

More information

Rendering and Animation for Building Design with 3ds Max

Rendering and Animation for Building Design with 3ds Max Rendering and Animation for Building Design with 3ds Max Matt Dillon Vice President, Technical Services Enceptia Join us on Twitter: #AU2014 Agenda Setting up a 3ds Max Scene Exposure Control, Cameras

More information

What s new in Autodesk 3ds Max 2016

What s new in Autodesk 3ds Max 2016 What s new in Autodesk 3ds Max 2016 Cadline Community 3ds Max 2016 3ds Max and 3ds Max Design Are Coming Together United for this release. Design-only features are now in 3ds Max 2016. 3ds Max 2016 A Unified

More information

Modeling Basics for 3D Printing Using AutoCAD

Modeling Basics for 3D Printing Using AutoCAD Modeling Basics for 3D Printing Using AutoCAD William Work CAD Manager Join us on Twitter: #AU2014 Who am I? Architect CAD Manager I am an architect and CAD manager with a firm of more than three hundred

More information

See What You Want to See in Revit 2016

See What You Want to See in Revit 2016 See What You Want to See in Revit 2016 Michael Massey Senior AEC Application Consultant @mgmassey01 Join the conversation #AU2015 Presenting Today.. Mike Massey Senior AEC Application Specialist 25+ Years

More information

Fusion 360 strategies for bridging Between digital and physical models

Fusion 360 strategies for bridging Between digital and physical models Fusion 360 strategies for bridging Between digital and physical models Alex Lobos Rochester Institute of Technology @LobosDesign Join the conversation #AU2015 Class summary This class shows the use of

More information

From Desktop to the Cloud with Forge

From Desktop to the Cloud with Forge From Desktop to the Cloud with Forge Fernando Malard Chief Technology Officer ofcdesk, llc @fpmalard Join the conversation #AU2016 Class summary This class will introduce the Forge platform from the perspective

More information

1. Click on the link below, this will open your web browser.

1. Click on the link below, this will open your web browser. Walk-in Slide: AU 2014 Social Media Feed 1. Click on the link below, this will open your web browser http://aucache.autodesk.com/social/visualization.html 2. Use Extended Display to project the website

More information

AutoCAD Electrical: Advanced Productivity

AutoCAD Electrical: Advanced Productivity AutoCAD Electrical: Advanced Productivity Scott Dibben Technical Manager D3 Technologies Thomas Smith Implementation Consultant D3 Technologies Email: scott.dibben@d3tech.net Email: thomas.smith@d3tech.net

More information

A case study in adopting Fusion 360 Hockey Skate Adapter

A case study in adopting Fusion 360 Hockey Skate Adapter A case study in adopting Fusion 360 Hockey Skate Adapter Edward Eaton Sr. Industrial Designer Co-Principle DiMonte Group 11.17.2016 2016 Autodesk Class summary A longtime SOLIDWORKS user (me!) shares his

More information

Plant 3D Water content Workflow to transfer to Civil 3D

Plant 3D Water content Workflow to transfer to Civil 3D Enterprise Priority Support Plant 3D Water content Workflow to transfer to Civil 3D Rodney Page Morgan Smith Premium Support Specialists PSS APAC Delivery Team 2016 Autodesk Autodesk Project Kameleon Used

More information

Questions and Answers

Questions and Answers Autodesk Mudbox 2011 2011 QUESTIONS AND ANSWERS Questions and Answers Autodesk Mudbox 2011 digital sculpting and texture painting software gives artists the freedom to create 3D digital artwork as if they

More information

Unreal Engine 4 Course Catalog

Unreal Engine 4 Course Catalog Unreal Engine 4 Course Catalog INCAS is Unreal Academic Partner Benefit from the exclusive materials and know-how that we can make available to you. This is made possible by the partner status "Unreal

More information

Dataset files Download the dataset file Inventor_Course_F1_in_Schools_Dataset.zip. Then extract the files, the default location is C:\F1 in Schools.

Dataset files Download the dataset file Inventor_Course_F1_in_Schools_Dataset.zip. Then extract the files, the default location is C:\F1 in Schools. Creating realistic images with Autodesk Showcase In this tutorial you learn how to quickly and easily transform your F1 in Schools race car into photo-quality visuals by using Autodesk Showcase. If you

More information

Tutorial: Exporting characters (Max)

Tutorial: Exporting characters (Max) Tutorial: Exporting characters (Max) This tutorial walks you through the steps needed to get a character into Lumberyard, including how to export the character s skin, skeleton and material. Character

More information

PHOTOGRAMMETRY CLEAN UP VER 2.0

PHOTOGRAMMETRY CLEAN UP VER 2.0 PHOTOGRAMMETRY CLEAN UP VER 2.0 Agisoft PhotoScan AutoDesk Maya Photoshop UC win/road Software Wacom Tablet Download object Download texture EQUIPMENT DOWN- LOAD OBJECT Recommend: Video tutorial link:

More information

Configurator 360 Hands-On Lab

Configurator 360 Hands-On Lab Configurator 360 Hands-On Lab Pierre Masson Premium Support Specialist Join the conversation #AU2017 #AUGermany Preliminary step Enable C360 Go the trial page of C360 and enable it : http://www.autodesk.com/products/configurator-360/free-trial

More information

Tutorial: Exporting characters (Maya)

Tutorial: Exporting characters (Maya) Tutorial: Exporting characters (Maya) This tutorial walks you through the steps needed to get a character exported from Maya and ready for importing into Lumberyard, including how to export the character

More information

Frequently Asked Questions

Frequently Asked Questions Autodesk MotionBuilder 2012 Frequently Asked Questions Autodesk MotionBuilder 2012 software is a leading real-time animation software: an ideal tool for high-volume game animation pipelines, director-driven

More information

Table of contents. What is new in Advance Steel 2014 WELCOME TO ADVANCE STEEL USER INTERFACE ENHANCEMENTS... 6 MODELING JOINTS...

Table of contents. What is new in Advance Steel 2014 WELCOME TO ADVANCE STEEL USER INTERFACE ENHANCEMENTS... 6 MODELING JOINTS... Table of contents WELCOME TO ADVANCE STEEL 2014... 5 USER INTERFACE ENHANCEMENTS... 6 User interface 1: Customizable tool palette... 6 User interface 2: Collision check results... 7 User interface 3: Steel

More information

Creative Efficiency Research: MODO 801 vs. Maya From CAD file to finished rendering: How MODO stacks up in a real-world workflow situation

Creative Efficiency Research: MODO 801 vs. Maya From CAD file to finished rendering: How MODO stacks up in a real-world workflow situation Creative Efficiency Research: vs. From CAD file to finished rendering: How MODO stacks up in a real-world workflow situation About this Benchmark Project This benchmark project was conducted to measure

More information

What s New in Emulate3D. New Tag Grid

What s New in Emulate3D. New Tag Grid What s New in 2016 Emulate3D New Tag Grid The TagBrowser Tag Grid now appears in the main Demo3D properties pane, making it easier to see the tags bound to each component in the model, and to observe component

More information

SD Get More from 3ds Max with Custom Tool Development

SD Get More from 3ds Max with Custom Tool Development SD21033 - Get More from 3ds Max with Custom Tool Development Kevin Vandecar Forge Developer Advocate @kevinvandecar Join the conversation #AU2016 bio: Kevin Vandecar Based in Manchester, New Hampshire,

More information

Revit and Dynamo For Landscape Architecture AR20475

Revit and Dynamo For Landscape Architecture AR20475 Revit and Dynamo For Landscape Architecture AR20475 William Carney BIM Director, BSA LifeStructures https://www.linkedin.com/in/wcarney Join the conversation #AU2016 Class summary This class will demonstrate

More information

Architectural Visualization Workflow in Autodesk Building Design Suite 2013

Architectural Visualization Workflow in Autodesk Building Design Suite 2013 Architectural Visualization Workflow in Autodesk Building Design Suite 2013 Marvi Basha TU Graz Class Summary - What is Arch-Viz? - Revit vs. 3Ds Max - Workflow - Post Production Class Summary - What is

More information

What s New in Autodesk Revit Structure Autodesk

What s New in Autodesk Revit Structure Autodesk What s New in Autodesk Revit Structure 2010 Top Features Modeling and Analysis Enhanced Modeling Capabilities Slanted columns Conceptual form modeling Bridge modeling Steel connection modeling Conceptual

More information

Creating Fills and Transparency in SketchBookk Designer

Creating Fills and Transparency in SketchBookk Designer Autodesk Design Suite 2012 Autodesk SketchBook Designer 2012 Tip Guides Creating Fills and Transparency in SketchBookk Designer In this section you will learn the following: When to convert AutoCAD layers

More information

Powering BIM Capitalizing on Revit for Building Energy Modeling

Powering BIM Capitalizing on Revit for Building Energy Modeling Powering BIM Capitalizing on Revit for Building Energy Modeling David Butts BIM Specialist Gannett Fleming #dabutts7 Join the conversation #AU2016 Class summary In this session, we ll examine how to prepare

More information

ME11119 Creating Procedural Entourage with Max Creation Graph in 3ds Max 2016

ME11119 Creating Procedural Entourage with Max Creation Graph in 3ds Max 2016 ME11119 Creating Procedural Entourage with Max Creation Graph in 3ds Max 2016 Christopher Diggins, Principal Software Engineer, Autodesk Martin Coven, Senior Product Designer, Autodesk Learning Objectives

More information

GEN9638: Forensic CADology: When Good DWG Files Go Bad

GEN9638: Forensic CADology: When Good DWG Files Go Bad GEN9638: Forensic CADology: When Good DWG Files Go Bad David Park CAD/BIM Coordinator Steven Litzau, P.E. Manager of Design Technology Join the conversation Class summary An Intermediate to Advanced Level

More information

This allows you to choose convex or mesh colliders for you assets. Convex Collider true = Convex Collider. Convex Collider False = Mesh Collider.

This allows you to choose convex or mesh colliders for you assets. Convex Collider true = Convex Collider. Convex Collider False = Mesh Collider. AGF Asset Packager v. 0.4 (c) Axis Game Factory LLC Last Updated: 6/04/2014, By Matt McDonald. Compiled with: Unity 4.3.4. Download This tool may not work with Unity 4.5.0f6 ADDED: Convex Collider Toggle:

More information

Introduction to Events

Introduction to Events Facilitation Guide Introduction to Events ( http://www.alice.org/resources/lessons/introduction-to-events/ ) Summary This guide is intended to guide the facilitator through the creation of events and using

More information

Tutorial: Accessing Maya tools

Tutorial: Accessing Maya tools Tutorial: Accessing Maya tools This tutorial walks you through the steps needed to access the Maya Lumberyard Tools for exporting art assets from Maya to Lumberyard. At the end of the tutorial, you will

More information

AR15400 Collaboration for Revit Plus A360 for Real-Time Project Management

AR15400 Collaboration for Revit Plus A360 for Real-Time Project Management AR15400 Collaboration for Revit Plus A360 for Real-Time Project Management Ron Allen Arch IV/ BIM Manager 2016 Autodesk Connect with us @autodeskep Join the conversation #AU2016 Your AU Experts: Speaker:

More information

Images from 3D Creative Magazine. 3D Modelling Systems

Images from 3D Creative Magazine. 3D Modelling Systems Images from 3D Creative Magazine 3D Modelling Systems Contents Reference & Accuracy 3D Primitives Transforms Move (Translate) Rotate Scale Mirror Align 3D Booleans Deforms Bend Taper Skew Twist Squash

More information

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Overview: Parametric Modeling In this lesson, you learn the basic principles of

More information

Autodesk Software Grant for F1 in Schools Step by Step Instructions

Autodesk Software Grant for F1 in Schools Step by Step Instructions Autodesk Software Grant for F1 in Schools Step by Step Instructions John Helfen Partnership Strategy Manager, Autodesk Education 2013 Autodesk Autodesk Software Students and Institution Student/Faculty/Mentor

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

Troubleshooting Revit Using Journal Files

Troubleshooting Revit Using Journal Files Troubleshooting Revit Using Journal Files Fernanda Lima Firman Frontline Technical Specialist Goal Our goal is to ensure you are familiar with the information recorded in the journals and to share with

More information

TABLE OF CONTENTS. SECTION 01 How do i access my Yulio account? 03. SECTION 02 How do i start using Yulio? 04

TABLE OF CONTENTS. SECTION 01 How do i access my Yulio account? 03. SECTION 02 How do i start using Yulio? 04 YULIO USING YULIO TABLE OF CONTENTS SECTION 01 How do i access my Yulio account? 03 SECTION 02 How do i start using Yulio? 04 SECTION 03 How do i share a VR project with clients? 06 SECTION 04 Yulio's

More information

Table of contents. Autodesk Entertainment Creation Suite 2016 Questions and answers. 1. General product information 3. 2.

Table of contents. Autodesk Entertainment Creation Suite 2016 Questions and answers. 1. General product information 3. 2. Autodesk Entertainment Creation Suite 2016 Questions and answers Table of contents 3 1.1 When will the Entertainment Creation Suite 2016 software be available? 3 1.2 What will be the contents in Entertainment

More information

VR and Game Engine Workflows with CityEngine. Eric Wittner, Taisha Waeny

VR and Game Engine Workflows with CityEngine. Eric Wittner, Taisha Waeny VR and Game Engine Workflows with CityEngine Eric Wittner, Taisha Waeny Agenda Introduction into Game Engines - Taisha User Examples - Taisha GIS2VR workflow: CityEngine to Unity - Eric GIS2VR workflow:

More information

Questions and Answers AutoCAD 2013 for Mac

Questions and Answers AutoCAD 2013 for Mac Autodesk Questions and Answers AutoCAD 2013 for Mac This document answers common questions about AutoCAD 2013 for Mac. Contents 1. What is AutoCAD 2013 for Mac?... 3 2. When will AutoCAD for Mac be available

More information

MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod

MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod IMPORTER MANUAL MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod Mods created by others also have to be placed in

More information

Converting Existing Specs and Catalogs for Use in Autodesk AutoCAD Plant 3D

Converting Existing Specs and Catalogs for Use in Autodesk AutoCAD Plant 3D Converting Existing Specs and Catalogs for Use in Autodesk AutoCAD Plant 3D Tarryn de Magalhaes Plant Solutions Consultant Caddman (Pty) Ltd TazDAutoCADguru Join us on Twitter: #AU2013 My Background Autodesk

More information

,

, [Class Room Online Training] Weekdays:- 2hrs / 3 days Fastrack:- 1½hrs / Day Weekend:- 2½ hrs (Sat & Sun) An ISO 9001:2015 Institute ADMEC Multimedia Institute www.admecindia.co.in 9911782350, 9811818122

More information

Validation Report: Additional Data Mapping to Structural Analysis Packages

Validation Report: Additional Data Mapping to Structural Analysis Packages Autodesk Moldflow Structural Alliance 2012 Validation Report: Additional Data Mapping to Structural Analysis Packages Mapping process-induced stress data from Autodesk Moldflow Insight Dual Domain and

More information

SD21181-L : Coding New Nodes with Dynamo

SD21181-L : Coding New Nodes with Dynamo SD21181-L : Coding New Nodes with Dynamo Adam Sheather BIM Manager Applications & Technical Development @ AECOM Twitter: @gytaco Join the conversation #AU2016 Who am I? 15+ years in Buildings, Transport

More information

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit Autodesk Revit Structure 2012 System s and Recommendations Minimum: Entry-level configuration Operating System Microsoft Windows 7 32-bit Microsoft Windows Vista 32-bit (SP2 or later) Business Microsoft

More information

Data passed from a source application is recognized by the destination application, yielding identical results. Data (Converted) compatibility

Data passed from a source application is recognized by the destination application, yielding identical results. Data (Converted) compatibility Interoperability Chart Version 2015 LEGEND Perfect compatibility Data passed from a source application is recognized by the destination application, yielding identical results. Data (Converted) compatibility

More information

Extract from NCTech Application Notes & Case Studies Download the complete booklet from nctechimaging.com/technotes

Extract from NCTech Application Notes & Case Studies Download the complete booklet from nctechimaging.com/technotes Extract from NCTech Application Notes & Case Studies Download the complete booklet from nctechimaging.com/technotes Application Note Using Vuforia to Display Point Clouds and Meshes in Augmented Reality

More information

Autodesk VIZ Sean Young Media & Entertainment Product Manager February 2nd, 2007

Autodesk VIZ Sean Young Media & Entertainment Product Manager February 2nd, 2007 Autodesk VIZ 2008 Sean Young Media & Entertainment Product Manager February 2nd, 2007 1 1 Preliminary Tower Study, courtesy of Skidmore, Owings & Merrill LLP with studioamd. Autodesk VIZ 2008 Autodesk

More information

Making AutoCAD better for architects.

Making AutoCAD better for architects. Making AutoCAD better for architects. With Autodesk Architectural Desktop you get flexibility in both implementation and use, the efficiency of real-world building objects, and the very best AutoCAD based

More information

B x. Interoperability Chart Version 2011 LEGEND. Perfect compatibility. Data (Converted) compatibility. Emulated (Bake) compatibility.

B x. Interoperability Chart Version 2011 LEGEND. Perfect compatibility. Data (Converted) compatibility. Emulated (Bake) compatibility. Interoperability Chart Version 2011 LEGEND Perfect compatibility Data passed from a source application is recognized by the destination application, yielding identical results. Data (Converted) compatibility

More information

Mixamo Maya-Auto-Control-Rig

Mixamo Maya-Auto-Control-Rig Mixamo Maya-Auto-Control-Rig The Maya-Auto-Control-Rig is a tool designed for animators to automatically rig a character for Maya and help animate it using keyframing or external sources of animation data.

More information

Learning Objectives Learn how to efficiently create stunning imagery and animations of your Inventor models

Learning Objectives Learn how to efficiently create stunning imagery and animations of your Inventor models AV11903 AV11903 - Easy-to-Use Techniques for Bringing Your Design Content to the Next Level with 3ds Max Jose Elizardo 3ds Max technical Specialist Autodesk Learning Objectives Learn how to efficiently

More information

Webinar Series. Virtual Reality. February 28 th, :00 PM EST. Hosted by Jeff Bertrand and Ginny Moore

Webinar Series. Virtual Reality. February 28 th, :00 PM EST. Hosted by Jeff Bertrand and Ginny Moore Webinar Series Virtual Reality February 28 th, 2016 2:00 PM EST Hosted by Jeff Bertrand and Ginny Moore Virtual Reality Webinar Agenda Ø Application and Benefits Ø 3 Types of Virtual Reality Ø Advantages

More information

Tutorial: Camera basics

Tutorial: Camera basics Tutorial: Camera basics This tutorial walks you through the steps to learn camera basics in Lumberyard, including creating a first person camera, a third person camera, and tracking and dynamic zooming.

More information

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above.

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above. AUTOCAD MAP 3D 2009 WHITE PAPER Industry Toolkits Introduction In today s world, passing of information between organizations is an integral part of many processes. With this comes complexity in a company

More information

VR Rendering Improvements Featuring Autodesk VRED

VR Rendering Improvements Featuring Autodesk VRED GPU Technology Conference 2017 VR Rendering Improvements Featuring Autodesk VRED Michael Nikelsky Sr. Principal Engineer, Autodesk Ingo Esser Sr. Engineer, Developer Technology, NVIDIA 2017 Autodesk AGENDA

More information

Pick up a book! 2. Is a reader on screen right now?! 3. Embedding Images! 3. As a Text Mesh! 4. Code Interfaces! 6. Creating a Skin! 7. Sources!

Pick up a book! 2. Is a reader on screen right now?! 3. Embedding Images! 3. As a Text Mesh! 4. Code Interfaces! 6. Creating a Skin! 7. Sources! Noble Reader Guide Noble Reader version 1.1 Hi, Toby here from Noble Muffins. This here is a paginating text kit. You give it a text; it ll lay it out on a skin. You can also use it as a fancy text mesh

More information

Graphical Editors used at CSC/Nada earlier. Main competitors. What is Maya? What is Maya? An Introduction to Maya. Maya

Graphical Editors used at CSC/Nada earlier. Main competitors. What is Maya? What is Maya? An Introduction to Maya. Maya DH2640 Grafik och interaktionsprogrammering DH2323 Datorgrafik och interaktion NA8740 Datorgrafik och användargränssnitt An Introduction to Maya original slides by Gustav Taxén Lars Kjelldahl lassekj@csc.kth.se

More information

Major Renovation Work in Revit The Survival Guide

Major Renovation Work in Revit The Survival Guide Major Renovation Work in Revit The Survival Guide Jason Boehning Building Content Manager @jasonboehning Join the conversation #AU2016 Class summary Understand the process of using Revit for an existing

More information

Fundamentals. Autodesk SDC. Better Textbooks. Lower Prices. Schroff Development Corporation. Supplemental Files

Fundamentals. Autodesk SDC. Better Textbooks. Lower Prices.  Schroff Development Corporation. Supplemental Files Autodesk 3ds Max Design 2012 Fundamentals Supplemental Files SDC PUBLICATIONS Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Tutorial files on enclosed CD Table

More information

NXOS in the Real World Using NX-API REST

NXOS in the Real World Using NX-API REST NXOS in the Real World Using NX-API REST Adrian Iliesiu Corporate Development Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

Cinema 4D R20 (SP2) Change List Cinema 4D / BodyPaint 3D Service Release

Cinema 4D R20 (SP2) Change List Cinema 4D / BodyPaint 3D Service Release Cinema 4D R20 (SP2) Change List Cinema 4D / BodyPaint 3D Service Release 20.057 ANIMATION Fixed an issue with the Joints List interface in Weight Manager ATTRIBUTE MANAGER Fixed an issue with resetting

More information

What s New in Autodesk Inventor 2019

What s New in Autodesk Inventor 2019 What s New in Autodesk Inventor 2019 Welcome & Agenda Inventor 2019 Professional Grade Connected Inventor Experience Accessing the update Q&A Designed in Inventor by Benoit Belleville. Available for download

More information

CS248 Lecture 2 I NTRODUCTION TO U NITY. January 11 th, 2017

CS248 Lecture 2 I NTRODUCTION TO U NITY. January 11 th, 2017 CS248 Lecture 2 I NTRODUCTION TO U NITY January 11 th, 2017 Course Logistics Piazza Staff Email: cs248-win1617-staff@lists.stanford.edu SCPD Grading via Google Hangouts: cs248.winter2017@gmail.com Homework

More information

AutoCAD Lynn Allen s Tips and Tricks

AutoCAD Lynn Allen s Tips and Tricks AutoCAD 2012 Lynn Allen s Tips and Tricks AutoCAD 2012 Lynn Allen s Tips and Tricks NOTE You must install Autodesk Inventor Fusion 2012 to use it. In Fusion you can zoom, pan, and orbit to navigate around

More information

To build shapes from scratch, use the tools are the far right of the top tool bar. These

To build shapes from scratch, use the tools are the far right of the top tool bar. These 3D GAME STUDIO TUTORIAL EXERCISE #5 USE MED TO SKIN AND ANIMATE A CUBE REVISED 11/21/06 This tutorial covers basic model skinning and animation in MED the 3DGS model editor. This exercise was prepared

More information

Frequently Asked Questions

Frequently Asked Questions Autodesk Softimage 2012 Frequently Asked Questions Autodesk Softimage 2012 software delivers innovative new creative toolsets, offers enhanced interoperability, and addresses emerging production demands

More information

Stand-Alone Installation Guide and Getting Started with Autodesk Ecotect Analysis

Stand-Alone Installation Guide and Getting Started with Autodesk Ecotect Analysis Autodesk Ecotect Analysis 2010 Stand-Alone Installation Guide and Getting Started with Autodesk Ecotect Analysis This document describes how to install and activate Autodesk Ecotect Analysis 2010 software

More information

Interoperability and FBX Technology White Paper

Interoperability and FBX Technology White Paper Interoperability and FBX Technology White Paper November 2007 Overview One of the most widely used 3D interchange formats on the market, Autodesk FBX technology is designed to enable workflows built around

More information

Key Features and Benefits

Key Features and Benefits Autodesk Entertainment Creation Suites 2013 Key Features and Benefits Overview The Autodesk Entertainment Creation Suites 2013 provide an affordable end-to-end creative toolset used by leading artists

More information

Data Synchronization: Autodesk AutoCAD Map 3D Enterprise, FME, and ESRI ArcGIS

Data Synchronization: Autodesk AutoCAD Map 3D Enterprise, FME, and ESRI ArcGIS Data Synchronization: Autodesk AutoCAD Map 3D Enterprise, FME, and ESRI ArcGIS Drew Burgasser, P.E. Vice-President, CAD Masters, Inc. Join us on Twitter: #AU2013 Class summary Sacramento Area Sewer District

More information

Esri CityEngine and the Oculus Rift: GIS for Next-Generation Virtual Reality

Esri CityEngine and the Oculus Rift: GIS for Next-Generation Virtual Reality Esri CityEngine and the Oculus Rift: GIS for Next-Generation Virtual Reality Brooks Patrick Solutions Engineer 3D Markets BPatrick@esri.com Esri UC 2014 Technical Workshop The entertainment industry continues

More information

Tips & Techniques in Autodesk Inventor 2013/2014 PLTW - Wisconsin Dec. 10, 2013

Tips & Techniques in Autodesk Inventor 2013/2014 PLTW - Wisconsin Dec. 10, 2013 Tips & Techniques in Autodesk Inventor 2013/2014 PLTW - Wisconsin Dec. 10, 2013 Dan Banach Autodesk Inc. Dataset https://www.dropbox.com/sh/scpc4lkk94lmq8n/ydbxbxemet Instructors & students register for

More information

What s new in Refined UI based on your direct feedback. Increase pre-processing efficiency. Get deeper insight into your design

What s new in Refined UI based on your direct feedback. Increase pre-processing efficiency. Get deeper insight into your design What s new in 2016 Refined UI based on your direct feedback Increase pre-processing efficiency Get deeper insight into your design New processes and additional controls New tools for model preparation

More information

Platformer Tutorial 8 - Adding Mr.Green and Character Animation. Last month. Character FX

Platformer Tutorial 8 - Adding Mr.Green and Character Animation. Last month. Character FX Last month Things became a lot more dangerous as traps and deadly particles were added. It just wouldn t be the same without Mr.Green so he s making his debut this month. As this has always been the plan,

More information

From Art to Engine with Model I/O

From Art to Engine with Model I/O Session Graphics and Games #WWDC17 From Art to Engine with Model I/O 610 Nick Porcino, Game Technologies Engineer Nicholas Blasingame, Game Technologies Engineer 2017 Apple Inc. All rights reserved. Redistribution

More information

Autodesk Vault What s new in 2015

Autodesk Vault What s new in 2015 Autodesk Vault What s new in 2015 Lieven Grauls Technical Manager Manufacturing - Autodesk Digital Prototyping with Vault Autodesk Vault 2015 What s new Improved integration Updates to CAD add-ins Data

More information

Tutorial: Exporting animated creatures from other video games(including World of Warcraft) to the Neverwinter Nights game engine.

Tutorial: Exporting animated creatures from other video games(including World of Warcraft) to the Neverwinter Nights game engine. Tutorial: Exporting animated creatures from other video games(including World of Warcraft) to the Neverwinter Nights game engine. Intro: Greetings! I have found a way to import creatures from other video

More information

Create Effective Instructions Basics and Everyday Workflows for Autodesk Inventor Publisher

Create Effective Instructions Basics and Everyday Workflows for Autodesk Inventor Publisher Create Effective Instructions Basics and Everyday Workflows for Autodesk Inventor Publisher Anirban Ghosh Principal User Experience Designer Tyler Barnes Senior Product Manager Class Summary We all need

More information

Unity Scripting 4. CS 491 / DES 400 Crea.ve Coding. Computer Science

Unity Scripting 4. CS 491 / DES 400 Crea.ve Coding. Computer Science Unity Scripting 4 Unity Components overview Particle components Interaction Key and Button input Parenting CAVE2 Interaction Wand / Wanda VR Input Devices Project Organization Prefabs Instantiate Unity

More information

AUTODESK Autodesk Acquires Dynamite VSP and Dynamite SIM Visualization Software Products General FAQs

AUTODESK Autodesk Acquires Dynamite VSP and Dynamite SIM Visualization Software Products General FAQs AUTODESK Autodesk Acquires Dynamite VSP and Dynamite SIM Visualization Software Products General FAQs Frequently Asked Questions (FAQs) OVERVIEW Q1. What is Autodesk announcing? A1: On January 5, 2010,

More information

Confessions of an AutoCAD Evangelist who discovered BIM. Heidi Hewett AutoCAD Technical Marketing Manager

Confessions of an AutoCAD Evangelist who discovered BIM. Heidi Hewett AutoCAD Technical Marketing Manager Confessions of an AutoCAD Evangelist who discovered BIM Heidi Hewett AutoCAD Technical Marketing Manager Class summary Do you use Autodesk AutoCAD software for your building design and documentation? Have

More information

Questions and Answers

Questions and Answers AUTODESK IMPRESSION 3 Questions and Answers Contents 1. General Product Information... 2 1.1 What is Autodesk Impression?... 2 1.2 Who uses Autodesk Impression?... 2 1.3 What are the primary benefits of

More information

LIVE Design Ecosystem Using Autodesk LIVE, Stingray, and 3ds Max for Real-Time Design Viz Bruno Landry Autodesk

LIVE Design Ecosystem Using Autodesk LIVE, Stingray, and 3ds Max for Real-Time Design Viz Bruno Landry Autodesk DV21470-L LIVE Design Ecosystem Using Autodesk LIVE, Stingray, and 3ds Max for Real-Time Design Viz Bruno Landry Autodesk Learning Objectives Process a Revit project with Autodesk LIVE Service and open

More information

Program Validation & Data Management Using Autodesk Revit + drofus + an IFC Model Server

Program Validation & Data Management Using Autodesk Revit + drofus + an IFC Model Server Program Validation & Data Management Using Autodesk Revit + drofus + an IFC Model Server Rolf Jerving CEO Class Summary In this class, I will focus on new workflows enabled by combining Autodesk Revit

More information

Mastering Autodesk 3ds Max 2013

Mastering Autodesk 3ds Max 2013 Mastering Autodesk 3ds Max 2013 Harper, J ISBN-13: 9781118129715 Table of Contents Introduction? xxi Chapter 1? Getting to Know Autodesk? 3ds Max? 2013??? 1 Introducing the New 3ds Max 2013 Features????

More information