VR-Plugin. for Autodesk Maya.

Size: px
Start display at page:

Download "VR-Plugin. for Autodesk Maya."

Transcription

1 VR-Plugin for Autodesk Maya 1

2 1 1. Licensing process Licensing Quick start Quick start Rendering Rendering Optimize performance Optimize performance Troubleshooting Troubleshooting Release features Release features Version 5.4 2

3 1. Licensing If your license has not yet been activated, a grace/trial period for VR-Plugin Viewer starts. You can immediately start using VR-Plugin. Professional features still require registration: You will be informed about your devices serial number and that there is not yet a license key for the plugin (press Crtl+C to copy that message) Please do NOT send us the Box as an image to accelerate the licensing process Sent us an with the Subject containing [REGISTRATION] to moculus@hotmail.com Include the following information in the customer name: serial number: license type: date of purchase: transaction number and used for payment: Your license will be activated after the payment is confirmed, this may take longer if registration details are missing. While not registered, the plugin runs in grace/trial period with all Viewer license features activated. Professional features do not work until registered. 3

4 2. Quick start Oculus Rift user should have installed the latest runtime and HTC Vive user the latest SteamVR - make sure Oculus Home / SteamVR started! Install VR-Plugin with the provided installer, after confirming all Windows dialogs: Start Autodesk Maya Click on the tiny VR-Plugin icon in the VRplugin -Tab in Autodesk Maya: 4

5 VR-Plugin UI will appear and a Virtual Desktop duplication is immediately visible in your HMD now... Load a scene if you want Clicking the huge Play-Button now and see your current Maya scene in your HMD You are now ready to enter Maya in VR 5

6 Users of VR-Plugin Professional can record HMD movement with the large Record-Button: Press Record on the UI You can see the keys written in the timeline after the record process. A new camera is created every time the recording stops. 6

7 Every new recorded camera is listed in the Camera tab. You can delete each record by selecting it and pressing Delete Camera. VR-Plugin Viewer and Professional have the Parenting function to hook your camera rig to another animated object. Select the object in your scene and press the Parent button. You can select a recorded camera by double clicking in the camera list. Your view camera will be moved and parented to the object you selected. To remove parenting, you can press the Unparent button. 7

8 Match your scene scale to the Maya settings to avoid unwanted scaling issues. You can set the scale factor in the UI to zero if you just want to use the head rotation and not the positional tracking. This can useful with 360 domes for example. For best conversion adjust the Maya Unit scale in the UI to the same value as in the Maya Preferences > Settings > Working Units 8

9 You have the possibility to move around in your Maya scene with a Gamepad. To enable the controller, just press the play button in the last tab of the UI. Press the Play button in the Controller tab, to enable Gamepad movement. 9

10 3. Rendering Press the Arnold 5 VR button to render out a stereoscopic image from the perspective camera. This is still an early implementation of the VR rendering features. 10

11 4. Optimize performance Change settings in the nvidia Control Panel Maximum pre-rendered frames: 1 Power management mode: Prefer maximum performance Virtual Reality pre-rendered frames: 1 Change settings in Autodesk Maya For best performance switch on DirectX in the Maya Display settings Since Maya always renders to all active viewports, switch from a 4-viewport view to 1 in Maya 11

12 Even a single viewport does a second rendering, you can completely disable the remaining Maya viewports by selecting VR-Plugin Pause Viewport : In the Professional Version VR-Plugin Mirror Viewport has a similar effect by reducing viewport rendering to a single mirror texture draw Sometimes it takes a second for Maya to catch up and run smooth with more fps. Having Maya very busy with its own UI can also harm rendering performance. Close unnecessary Maya windows and avoid e.g. viewing heavy changing graphs simultaneously with VR. Users of VR-Plugin Professional can enable the Mirror Viewport option. With the Mirror Viewport option, you can observe what s seen in the HMD. 12

13 Use the following settings in Maya to get the best frame rate Maya Preferences Option Box: Display -> Viewport 2.0: DirectX 11 Settings ->Working Units ->Time: milliseconds Settings ->Time Slider -> Playback: Real-time The Settings of the Viewport 2.0 in the Single Perspective View are passed on to VR-Plugin Viewport 2.0 rendering Ambient Occlusion, Depth of field (Professional Version) may lower your FPS depending on your GPU and scene complexity 13

14 Use the following command for live update while editing a scene Maya script editor: OR Enter the following command in a MEL tab: play -record; Enter the following command in a PYTHON tab: import maya.mel as mm mm.eval('play -record;') Maya 2017 Update 3 improvements: Transparency has been improved in Viewport 2.0 with the addition of a new Alpha Cut transparency algorithm. Alpha Cut provides high quality transparency and accurate object sorting without performance trade-offs. This algorithm is ideal for quickly rendering foliage as well as light-weight objects for the purposes of pre-visualization or low LOD stand-ins. You can change the Transparency Algorithm in the Hardware Render 2.0 Settings menu under Performance. The VR-Plugin HMD viewport inherits the changes from the default Viewport 2.0 settings. You can override Screen-space Ambient Occlusion, Hardware Fog, Anti-aliasing in VR-Plugin UI. The individual details settings are also inherited. 14

15 5. Troubleshooting Install NVidia Driver and change settings: Clean-Install newest GPU Driver with VR support: Runtime Downloads Create proxy configuration for VR-Plugin If you (or your company) is using a proxy server for http, you can configure VR-Plugin to use it for web requests. Just create the file proxy.txt in %LOCALAPPDATA%\VR-Plugin containing a single line defining your proxy IP and port e.g :

16 Create exception rule in your firewall to enable authentication The exact IP for the exception rule will be shown you by a message box from the plug-in. Just allow this connection to the VR-Plugin server in the Outbound Rules of the Windows Firewall the IP to allow is ( moculus.de ) on Port 8080, so you can add a firewall exception like this: 16

17 Files for custom Maya installations If you are working in a non-standard Maya install environment (e.g. D:\Maya\ and not the default Program Files -folder usually at C:\Program Files\ ) you must move the required VR-Plugin files and folders by hand. From local user: C:\Users\User\Documents\maya\2017\scripts\VR-Plugin\*.* C:\Users\User\Documents\maya\2017\scripts\VRpluginMain.py C:\Users\User\Documents\maya\2017\scripts\VRpluginUI.py C:\Users\User\Documents\maya\2017\prefs\shelves\shelf_VRpluginProfessional.mel or shelf_vrpluginviewer.mel From program files: C:\Program Files\Autodesk\Maya2017\bin\openvr_api.dll C:\Program Files\Autodesk\Maya2017\bin\plug-ins\VR-Plugin2017.mll Resolve issues when the shelf is not showing up Run this Python command in your Maya script editor to start the UI: Professional: import VRpluginUI VRpluginUI.main("VRpluginQt.ui") Viewer: import VRpluginUI VRpluginUI.main("VRpluginQtViewer.ui") Backup and delete the userprefs.mel in the user/documents/maya/2017/prefs folder 17

18 The installation files can t be found in my current user account: VR-Plugin will be installed only to the current user that is logged in while installation. If you want to switch your Windows user account, you should reinstall the software from that account In case the user is not an administrator you can copy the local user files as described in section 3. Troubleshooting: Files for custom Maya installations Troubleshoot Viewport 2.0 If you are not able to obtain the expected results in Viewport 2.0, refer to the following for workable solutions and workarounds: explore/caas/cloudhelp/cloudhelp/2016/enu/maya/files/guid-96b324b5-e9ef ccd- 1E324DB54FE3-htm.html 18

19 Troubleshoot SteamVR If you are changing between different Maya versions please make sure that you restart SteamVR > Devices > Reboot Vive Headset Make sure SteamVR is working correctly before starting Maya Troubleshoot the HMD The HMD shows flickering in Random Patterns or Black Screen: Open the HMDs host and check if it is working (e.g. shows a picture of the Oculus Home or SteamVR environment) If the home screen doesn t show up, stop the runtime service and restart it Restart Maya on success Solve the Maya shutdown bug HTC Vive users maybe have to close the SteamVR client This is related to a bug not unloading the openvr_api.dll Be careful, closing the SteamVR client will shut down Maya immediately Multiple GPU When you have a Multi GPU system make sure you plug the VR headset into the correct HDMI output used for Maya. 19

20 Installation of required prerequisites Make sure you have installed the DirectX Runtime and the latest versions of Microsoft Visual C++ redistributable package 20

21 6. Release features Copyright Dominik Capodieci and Moritz Strickhausen. All trademarks, labelled or not with or TM, belong to their respective owners and are only cited to describe service, products and methods. 21

BIMXplorer v1.3.1 installation instructions and user guide

BIMXplorer v1.3.1 installation instructions and user guide BIMXplorer v1.3.1 installation instructions and user guide BIMXplorer is a plugin to Autodesk Revit (2016 and 2017) as well as a standalone viewer application that can import IFC-files or load previously

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.23 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.7.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

OCULUS VR, LLC. Oculus User Guide Runtime Version Rev. 1

OCULUS VR, LLC. Oculus User Guide Runtime Version Rev. 1 OCULUS VR, LLC Oculus User Guide Runtime Version 0.4.0 Rev. 1 Date: July 23, 2014 2014 Oculus VR, LLC All rights reserved. Oculus VR, LLC Irvine, CA Except as otherwise permitted by Oculus VR, LLC, this

More information

pcon.planner PRO Plugin VR-Viewer

pcon.planner PRO Plugin VR-Viewer pcon.planner PRO Plugin VR-Viewer Manual Dokument Version 1.2 Author DRT Date 04/2018 2018 EasternGraphics GmbH 1/10 pcon.planner PRO Plugin VR-Viewer Manual Content 1 Things to Know... 3 2 Technical Tips...

More information

FLEXLINK DESIGN TOOL VR GUIDE. documentation

FLEXLINK DESIGN TOOL VR GUIDE. documentation FLEXLINK DESIGN TOOL VR GUIDE User documentation Contents CONTENTS... 1 REQUIREMENTS... 3 SETUP... 4 SUPPORTED FILE TYPES... 5 CONTROLS... 6 EXPERIENCE 3D VIEW... 9 EXPERIENCE VIRTUAL REALITY... 10 Requirements

More information

HARDWARE SETUP GUIDE. 1 P age

HARDWARE SETUP GUIDE. 1 P age HARDWARE SETUP GUIDE 1 P age INTRODUCTION Welcome to Fundamental Surgery TM the home of innovative Virtual Reality surgical simulations with haptic feedback delivered on low-cost hardware. You will shortly

More information

Tobii Pro VR Analytics User s Manual

Tobii Pro VR Analytics User s Manual Tobii Pro VR Analytics User s Manual 1. What is Tobii Pro VR Analytics? Tobii Pro VR Analytics collects eye-tracking data in Unity3D immersive virtual-reality environments and produces automated visualizations

More information

SteamVR Unity Plugin Quickstart Guide

SteamVR Unity Plugin Quickstart Guide The SteamVR Unity plugin comes in three different versions depending on which version of Unity is used to download it. 1) v4 - For use with Unity version 4.x (tested going back to 4.6.8f1) 2) v5 - For

More information

Modo VR Technical Preview User Guide

Modo VR Technical Preview User Guide Modo VR Technical Preview User Guide Copyright 2018 The Foundry Visionmongers Ltd Introduction 2 Specifications, Installation, and Setup 2 Machine Specifications 2 Installing 3 Modo VR 3 SteamVR 3 Oculus

More information

Oculus Rift Introduction Guide. Version

Oculus Rift Introduction Guide. Version Oculus Rift Introduction Guide Version 0.8.0.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

Insight VCS: Maya User s Guide

Insight VCS: Maya User s Guide Insight VCS: Maya User s Guide Version 1.2 April 8, 2011 NaturalPoint Corporation 33872 SE Eastgate Circle Corvallis OR 97339 Copyright 2011 NaturalPoint Corporation. All rights reserved. NaturalPoint

More information

Virtual Universe Pro. Player Player 2018 for Virtual Universe Pro

Virtual Universe Pro. Player Player 2018 for Virtual Universe Pro Virtual Universe Pro Player 2018 1 Main concept The 2018 player for Virtual Universe Pro allows you to generate and use interactive views for screens or virtual reality headsets. The 2018 player is "hybrid",

More information

Image Editor. Opening Image Editor. Click here to expand Table of Contents...

Image Editor. Opening Image Editor. Click here to expand Table of Contents... Image Editor Click here to expand Table of Contents... Opening Image Editor Image Editor Sorting and Filtering Using the Image Editor Source Tab Image Type Color Space Alpha Channel Interlace Mipmapping

More information

HARDWARE SETUP GUIDE. 1 P age

HARDWARE SETUP GUIDE. 1 P age HARDWARE SETUP GUIDE 1 P age INTRODUCTION Welcome to Fundamental Surgery TM the home of innovative Virtual Reality surgical simulations with haptic feedback delivered on low-cost hardware. You will shortly

More information

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing,

More information

SCENE Version Release Notes. Version 7.1

SCENE Version Release Notes. Version 7.1 Version 7.1 Release Notes December 2017 1 Copyright 2017 FARO. All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means without written permission of

More information

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1 INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA FOREWORD Thank you for purchasing the RS-BA. The RS-BA is designed to remotely control an Icom radio through a network. This instruction manual contains

More information

VR Capture & Analysis Guide. FCAT VR Frame Capture Analysis Tools for VR

VR Capture & Analysis Guide. FCAT VR Frame Capture Analysis Tools for VR VR Capture & Analysis Guide FCAT VR Frame Capture Analysis Tools for VR 1 TABLE OF CONTENTS Table of Contents... 2 FCAT VR... 4 Measuring the Quality of your VR Experience... 4 FCAT VR Capture...4 FCAT

More information

An Escape Room set in the world of Assassin s Creed Origins. Content

An Escape Room set in the world of Assassin s Creed Origins. Content An Escape Room set in the world of Assassin s Creed Origins Content Version Number 2496 How to install your Escape the Lost Pyramid Experience Goto Page 3 How to install the Sphinx Operator and Loader

More information

PaperCut TouchNet upay Quick Start Guide

PaperCut TouchNet upay Quick Start Guide PaperCut TouchNet upay Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing the Payment Gateway Module

More information

RUIS for Unity Introduction. Quickstart

RUIS for Unity Introduction. Quickstart RUIS for Unity 1.10 Tuukka Takala technical design, implementation Heikki Heiskanen implementation Mikael Matveinen implementation For updates and other information, see http://ruisystem.net/ For help,

More information

PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR

LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR LOOKING AHEAD: UE4 VR Roadmap Nick Whiting Technical Director VR / AR HEADLINE AND IMAGE LAYOUT RECENT DEVELOPMENTS RECENT DEVELOPMENTS At Epic, we drive our engine development by creating content. We

More information

Kaseya 2. User Guide. Version 7.0

Kaseya 2. User Guide. Version 7.0 Kaseya 2 vpro User Guide Version 7.0 May 30, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from time

More information

is currently only supported ed on NVIDIA graphics cards!! CODE DEVELOPMENT AB

is currently only supported ed on NVIDIA graphics cards!! CODE DEVELOPMENT AB NOTE: VR-mode VR is currently only supported ed on NVIDIA graphics cards!! VIZCODE CODE DEVELOPMENT AB Table of Contents 1 Introduction... 3 2 Setup...... 3 3 Trial period and activation... 4 4 Use BIMXplorer

More information

FAQ and Solutions. 02 May TM and copyright Imagicle spa

FAQ and Solutions. 02 May TM and copyright Imagicle spa FAQ and Solutions 02 May 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents FAQ and Solutions...1/11 SkyStone and network security settings...1/11 Upgrade procedure to support Skype 7.32...2/11

More information

PaperCut PaperCut Payment Gateway Module - Nelnet Business Solutions Commerce Manager Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Nelnet Business Solutions Commerce Manager Quick Start Guide PaperCut PaperCut Payment Gateway Module - Nelnet Business Solutions Commerce Manager Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide

More information

AKVIS Enhancer. AKVIS Enhancer

AKVIS Enhancer. AKVIS Enhancer AKVIS Enhancer AKVIS Enhancer AKVIS Enhancer is a tool for revealing details on a picture. Enhancer allows detecting details from underexposed, overexposed and mid tone areas of a photo without manipulating

More information

ifeel Sensor USER GUIDE SUPPLEMENT

ifeel Sensor USER GUIDE SUPPLEMENT ifeel Sensor USER GUIDE SUPPLEMENT Choose Your ifeel Sensor There are two versions of the ifeel Sensor: USB and Bluetooth. Read the section of the user guide that matches your sensor. IFEEL BLUETOOTH SENSOR

More information

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

PaperCut PaperCut Payment Gateway Module Authorize.Net Quick Start Guide

PaperCut PaperCut Payment Gateway Module Authorize.Net Quick Start Guide PaperCut PaperCut Payment Gateway Module Authorize.Net Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

Effective Training Inc. Aug 2009

Effective Training Inc. Aug 2009 User Manual 1 Trademark Acknowledgements The GD&T Trainer Professional Edition is a trademark of Effective Training Inc. This product is authored using Toolbook Instructor from SumTotal Systems and Flash

More information

Getting started 1 System Requirements... 1 Software Installation... 2 Hardware Installation... 2 System Limitations and Tips on Scanning...

Getting started 1 System Requirements... 1 Software Installation... 2 Hardware Installation... 2 System Limitations and Tips on Scanning... Contents Getting started 1 System Requirements......................... 1 Software Installation......................... 2 Hardware Installation........................ 2 System Limitations and Tips on

More information

MINIMUM SYSTEM REQUIREMENTS

MINIMUM SYSTEM REQUIREMENTS Quick Start Guide Copyright 2000-2012 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this publication in any way without prior

More information

ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL

ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL v. 1.11 released 12.02.2016 Table of contents Introduction to the Rotating System device 3 Device components 4 Technical characteristics 4 Compatibility

More information

This guide updated November 29, 2017

This guide updated November 29, 2017 Page 1 of 57 This guide updated November 29, 2017 How to use VRMark... 4 Choose a performance level... 5 Choose an evaluation mode... 6 Choose a platform... 7 Target frame rate... 8 Judge with your own

More information

Technical Guide. Updated June 20, Page 1 of 63

Technical Guide. Updated June 20, Page 1 of 63 Technical Guide Updated June 20, 2018 Page 1 of 63 How to use VRMark... 4 Choose a performance level... 5 Choose an evaluation mode... 6 Choose a platform... 7 Target frame rate... 8 Judge with your own

More information

CTI Products RadioPro Dispatch User Guide Document # S For Version 8 Software

CTI Products RadioPro Dispatch User Guide Document # S For Version 8 Software CTI Products RadioPro Dispatch Document # S2-61786-809 For Version 8 Software Contact Us Support, replacement part ordering, and service may be arranged by contacting our Cincinnati office. Parts for service

More information

STARPLANNER INTRODUCTION INSTALLATION INSTALLATION GUIDE & MANUAL. Last Update: June 11, 2010

STARPLANNER INTRODUCTION INSTALLATION INSTALLATION GUIDE & MANUAL. Last Update: June 11, 2010 STARPLANNER INSTALLATION GUIDE & MANUAL Last Update: June 11, 2010 INTRODUCTION StarPlanner is an Artificial Intelligence System that plays StarCraft: Brood War TM using a technique known as Automated

More information

A CCDSoft -compatible camera plug-in for Canon DSLR cameras.

A CCDSoft -compatible camera plug-in for Canon DSLR cameras. A CCDSoft -compatible camera plug-in for Canon DSLR cameras. Version 2-1 - 11-Aug-08 Copyright This program and documentation are copyright Darren Hutchinson 2005, 2006. This program and documentation

More information

HMD based VR Service Framework. July Web3D Consortium Kwan-Hee Yoo Chungbuk National University

HMD based VR Service Framework. July Web3D Consortium Kwan-Hee Yoo Chungbuk National University HMD based VR Service Framework July 31 2017 Web3D Consortium Kwan-Hee Yoo Chungbuk National University khyoo@chungbuk.ac.kr What is Virtual Reality? Making an electronic world seem real and interactive

More information

Unreal. Version 1.7.0

Unreal. Version 1.7.0 Unreal Version 1.7.0 2 Introduction Unreal Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC. (C) Oculus VR, LLC. All rights

More information

PaperCut PaperCut Payment Gateway Module - Realex Realauth Redirect Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Realex Realauth Redirect Quick Start Guide PaperCut PaperCut Payment Gateway Module - Realex Realauth Redirect Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

Obduction User Manual - Menus, Settings, Interface

Obduction User Manual - Menus, Settings, Interface v1.6.5 Obduction User Manual - Menus, Settings, Interface As you walk in the woods on a stormy night, a distant thunderclap demands your attention. A curious, organic artifact falls from the starry sky

More information

TOON BOOM HARMONY Advanced Edition - Compositing and Effects Guide (Server)

TOON BOOM HARMONY Advanced Edition - Compositing and Effects Guide (Server) TOON BOOM HARMONY 12.1 - Advanced Edition - Compositing and Effects Guide (Server) Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278

More information

Understanding OpenGL

Understanding OpenGL This document provides an overview of the OpenGL implementation in Boris Red. About OpenGL OpenGL is a cross-platform standard for 3D acceleration. GL stands for graphics library. Open refers to the ongoing,

More information

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18 LD2342 USWM V1.6 LD2342 V1.4 Page 1 of 18 GENERAL WARNINGS All Class A and Class B marine Automatic Identification System (AIS) units utilize a satellite based system such as the Global Positioning Satellite

More information

immersive visualization workflow

immersive visualization workflow 5 essential benefits of a BIM to immersive visualization workflow EBOOK 1 Building Information Modeling (BIM) has transformed the way architects design buildings. Information-rich 3D models allow architects

More information

APNT#1166 Banner Engineering Driver v How To Guide

APNT#1166 Banner Engineering Driver v How To Guide Application Note #1166: Banner Engineering Driver v1.10.02 How To Guide Introduction This Application Note is intended to assist users in using the GP-Pro EX Version 2..X\2.10.X Banner Engineering Corp.

More information

Nikon View DX for Macintosh

Nikon View DX for Macintosh Contents Browser Software for Nikon D1 Digital Cameras Nikon View DX for Macintosh Reference Manual Overview Setting up the Camera as a Drive Mounting the Camera Camera Drive Settings Unmounting the Camera

More information

Field Device Manager Express

Field Device Manager Express Honeywell Process Solutions Field Device Manager Express Software Installation User's Guide EP-FDM-02430X R430 June 2012 Release 430 Honeywell Notices and Trademarks Copyright 2010 by Honeywell International

More information

Minolta Scanner Plugin

Minolta Scanner Plugin Minolta Scanner Plugin For a list of Minolta digitizers and Geomagic software products with which this plugin is compatible, see Release Notes for Geomagic Minolta Plugin 7.6.0.3. Copyright 2005, Raindrop

More information

TurboVUi Solo. User Guide. For Version 6 Software Document # S Please check the accompanying CD for a newer version of this document

TurboVUi Solo. User Guide. For Version 6 Software Document # S Please check the accompanying CD for a newer version of this document TurboVUi Solo For Version 6 Software Document # S2-61432-604 Please check the accompanying CD for a newer version of this document Remote Virtual User Interface For MOTOTRBO Professional Digital 2-Way

More information

Omniverse Setup Instructions

Omniverse Setup Instructions Omniverse Setup Instructions Hello Omni customer, Please follow the steps outlined below to get your Omni ready for Omniverse! Let us know if you have questions or issues at any time at support@virtuix.com.

More information

User Guide. Version 1.2. Copyright Favor Software. Revised:

User Guide. Version 1.2. Copyright Favor Software. Revised: User Guide Version 1.2 Copyright 2009-2010 Favor Software Revised: 2010.05.18 Table of Contents Introduction...4 Installation on Windows...5 Installation on Macintosh...6 Registering Intwined Pattern Studio...7

More information

User Guide. Version 1.4. Copyright Favor Software. Revised:

User Guide. Version 1.4. Copyright Favor Software. Revised: User Guide Version 1.4 Copyright 2009-2012 Favor Software Revised: 2012.02.06 Table of Contents Introduction... 4 Installation on Windows... 5 Installation on Macintosh... 6 Registering Intwined Pattern

More information

Virtual Reality I. Visual Imaging in the Electronic Age. Donald P. Greenberg November 9, 2017 Lecture #21

Virtual Reality I. Visual Imaging in the Electronic Age. Donald P. Greenberg November 9, 2017 Lecture #21 Virtual Reality I Visual Imaging in the Electronic Age Donald P. Greenberg November 9, 2017 Lecture #21 1968: Ivan Sutherland 1990s: HMDs, Henry Fuchs 2013: Google Glass History of Virtual Reality 2016:

More information

Best Practices for VR Applications

Best Practices for VR Applications Best Practices for VR Applications July 25 th, 2017 Wookho Son SW Content Research Laboratory Electronics&Telecommunications Research Institute Compliance with IEEE Standards Policies and Procedures Subclause

More information

Software Requirements Specification

Software Requirements Specification ÇANKAYA UNIVERSITY Software Requirements Specification Simulacrum: Simulated Virtual Reality for Emergency Medical Intervention in Battle Field Conditions Sedanur DOĞAN-201211020, Nesil MEŞURHAN-201211037,

More information

RAZER CENTRAL ONLINE MASTER GUIDE

RAZER CENTRAL ONLINE MASTER GUIDE RAZER CENTRAL ONLINE MASTER GUIDE CONTENTS 1. RAZER CENTRAL... 2 2. SIGNING IN... 3 3. RETRIEVING FORGOTTEN PASSWORDS... 4 4. CREATING A RAZER ID ACCOUNT... 7 5. USING RAZER CENTRAL... 11 6. SIGNING OUT...

More information

CTI Products RadioPro Dispatch Demo Installation and Test Drive Document # S For Version 8 Software

CTI Products RadioPro Dispatch Demo Installation and Test Drive Document # S For Version 8 Software CTI Products RadioPro Dispatch Demo Installation and Test Drive Document # S2-61570-801 For Version 8 Software Contact Us Support, replacement part ordering, and service may be arranged by contacting our

More information

Kodiak Corporate Administration Tool

Kodiak Corporate Administration Tool AT&T Business Mobility Kodiak Corporate Administration Tool User Guide Release 8.3 Table of Contents Introduction and Key Features 2 Getting Started 2 Navigate the Corporate Administration Tool 2 Manage

More information

The purpose of this document is to outline the structure and tools that come with FPS Control.

The purpose of this document is to outline the structure and tools that come with FPS Control. FPS Control beta 4.1 Reference Manual Purpose The purpose of this document is to outline the structure and tools that come with FPS Control. Required Software FPS Control Beta4 uses Unity 4. You can download

More information

Tobii Pro VR Analytics Product Description

Tobii Pro VR Analytics Product Description Tobii Pro VR Analytics Product Description 1 Introduction 1.1 Overview This document describes the features and functionality of Tobii Pro VR Analytics. It is an analysis software tool that integrates

More information

Hytera. PD41X Patrol Management System. Installation and Configuration Guide

Hytera. PD41X Patrol Management System. Installation and Configuration Guide Hytera PD41X Patrol Management System Installation and Configuration Guide Documentation Version: 01 Release Date: 03-2015 Copyright Information Hytera is the trademark or registered trademark of Hytera

More information

Celtx Studios Owner's Manual January 2011

Celtx Studios Owner's Manual January 2011 January 2011 Get the most out of Celtx Studios with the latest version of Celtx - available free at http://celtx.com Screen captures are made using Windows OS. Some image dialogs differ slightly on Mac

More information

PaperCut VCA Cash Acceptor Manual

PaperCut VCA Cash Acceptor Manual PaperCut VCA Cash Acceptor Manual Contents 1 Introduction... 2 2 How PaperCut interfaces with the VCA... 2 3 Setup Phase 1: Device/Hardware Setup... 3 3.1 Networking/Firewall Configuration... 3 3.2 IP

More information

UCP-Config Program Version: 3.28 HG A

UCP-Config Program Version: 3.28 HG A Program Description HG 76342-A UCP-Config Program Version: 3.28 HG 76342-A English, Revision 01 Dev. by: C.M. Date: 28.01.2014 Author(s): RAD Götting KG, Celler Str. 5, D-31275 Lehrte - Röddensen (Germany),

More information

VBRC 4. Radio Communicator. Installer Manual

VBRC 4. Radio Communicator. Installer Manual VBRC 4 Radio Communicator Installer Manual 17 December 2014 CONTENT 1. INTRODUCTION...3 2. SYSTEM STRUCTURE...3 3. SYSTEM PROGRAMMING WITH PC SOFTWARE...5 4. TROUBLESHOOTING...6 5. FIRMWARE UPGRADE...7

More information

VR CURATOR Overview. If you prefer a video overview, you can find one on our YouTube channel:

VR CURATOR Overview. If you prefer a video overview, you can find one on our YouTube channel: VR CURATOR Overview Congratulations on your purchase and welcome to the fun!! Below, you'll find a guide on how to setup and use VRCURATOR. Please don't hesitate to contact us if you run into any issues,

More information

Whirligig. Not only does it support the latest VR headsets, such as OSVR, Vive and Oculus Rift, but it can also be used with a standard monitor.

Whirligig. Not only does it support the latest VR headsets, such as OSVR, Vive and Oculus Rift, but it can also be used with a standard monitor. Whirligig Introduction Whirligig is an immersive video and image player. That is to say, it is designed to playback a wide range of projection types and video formats. Whirligig also tries to go beyond

More information

Brightness and Contrast Control Reference Guide

Brightness and Contrast Control Reference Guide innovation Series Scanners Brightness and Contrast Control Reference Guide A-61506 Part No. 9E3722 CAT No. 137 0337 Using the Brightness and Contrast Control This Reference Guide provides information and

More information

Motion Blur with Mental Ray

Motion Blur with Mental Ray Motion Blur with Mental Ray In this tutorial we are going to take a look at the settings and what they do for us in using Motion Blur with the Mental Ray renderer that comes with 3D Studio. For this little

More information

Submittals Quick Reference Guide

Submittals Quick Reference Guide This topic provides a reference for the Project Center Submittals activity center. Purpose The Submittals activity center in Newforma Contract Management enables you to effectively log submittals and track

More information

Outlook Add-In Installation Guide. Version 2015

Outlook Add-In Installation Guide. Version 2015 Outlook Add-In Installation Guide Version 2015 Contents Types of Installer... 3 Outlook Add-in Architecture... 3 Key Facts... 3 Upgrading Previous Versions of the Outlook Add-in... 3 Manual installation

More information

Business Getting Started Guide - Windows

Business Getting Started Guide - Windows Business Getting Started Guide - Windows Revision date: 6/30/2017 Notice While every effort has been taken to ensure the accuracy and usefulness of this guide, we cannot be held responsible for the occasional

More information

Backgrounds & Image Planes Maya 2013

Backgrounds & Image Planes Maya 2013 1999-2012 Michael O'Rourke Backgrounds & Image Planes Maya 2013 Set up Model a few primitives for a simple scene or retrieve an earlier scene >Window >Rendering Editors >Render Settings >Image Size tab

More information

Photoshop CS part 2. Workshop Objective. Getting Started Quit all open applications Single click Adobe Photoshop from the Dock

Photoshop CS part 2. Workshop Objective. Getting Started Quit all open applications Single click Adobe Photoshop from the Dock pg. 1 Photoshop CS part 2 Photoshop is the premier digital photo editor application used for photo retouching, creating web images, film/video compositing, and other pixel/vector-based imagery. Workshop

More information

Mediasite Desktop Recorder: Recording a Lecture 2017

Mediasite Desktop Recorder: Recording a Lecture 2017 Mediasite Desktop Recorder: Recording a Lecture 2017 This lesson will show you how to record a presentation using the Mediasite Desktop Recorder. In browser go to - https://http://mediasite.umaryland.edu/mediasite/mymediasite

More information

SKF TKTI. Thermal Camera Software. Instructions for use

SKF TKTI. Thermal Camera Software. Instructions for use SKF TKTI Thermal Camera Software Instructions for use Table of contents 1. Introduction...4 1.1 Installing and starting the Software... 5 2. Usage Notes...6 3. Image Properties...7 3.1 Loading images

More information

PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

RAZER GOLIATHUS CHROMA

RAZER GOLIATHUS CHROMA RAZER GOLIATHUS CHROMA MASTER GUIDE The Razer Goliathus Chroma soft gaming mouse mat is now Powered by Razer Chroma. Featuring multi-color lighting with inter-device color synchronization, the bestselling

More information

Printer Software Guide

Printer Software Guide Printer Software Guide (For Canon Compact Photo Printer Solution Disk Version 6) Windows 1 Contents Safety Precautions...3 Read This First...4 About the Manuals...4 Printing Flow Diagram...5 Printing...6

More information

Please read this manual carefully before using the software. Using headphones requires responsible listening!

Please read this manual carefully before using the software. Using headphones requires responsible listening! USER MANUAL v1.1 Please read this manual carefully before using the software. Using headphones requires responsible listening! Last updated: February 2019 Copyright 2019 by Dear Reality GmbH All Rights

More information

SCD-0017 Firegrab Documentation

SCD-0017 Firegrab Documentation SCD-0017 Firegrab Documentation Release XI Tordivel AS January 04, 2017 Contents 1 User Guide 3 2 Fire-I Camera Properties 9 3 Raw Color Mode 13 4 Examples 15 5 Release notes 17 i ii SCD-0017 Firegrab

More information

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL Introduction What You Can Do Using the Wireless Functions This camera s wireless functions let you perform a range of tasks wirelessly,

More information

Rocksmith PC Configuration and FAQ

Rocksmith PC Configuration and FAQ Rocksmith PC Configuration and FAQ September 27, 2012 Contents: Rocksmith Minimum Specs Audio Device Configuration Rocksmith Audio Configuration Rocksmith Audio Configuration (Advanced Mode) Rocksmith

More information

Falsework & Formwork Visualisation Software

Falsework & Formwork Visualisation Software User Guide Falsework & Formwork Visualisation Software The launch of cements our position as leaders in the use of visualisation technology to benefit our customers and clients. Our award winning, innovative

More information

PaperCut PaperCut Payment Gateway Module - Payment Gateway Module - NuVision Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Payment Gateway Module - NuVision Quick Start Guide PaperCut PaperCut Payment Gateway Module - Payment Gateway Module - NuVision Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing,

More information

The Visible Ear Simulator Dissection Manual.

The Visible Ear Simulator Dissection Manual. The Visible Ear Simulator Dissection Manual. Stereoscopic Tutorialized Version 3.1, August 2017 Peter Trier Mikkelsen, the Alexandra Institute A/S, Aarhus, Denmark Mads Sølvsten Sørensen & Steven Andersen,

More information

EZ360 User Manual (Oculus Go version)

EZ360 User Manual (Oculus Go version) EZ360 User Manual (Oculus Go version) You can also visit the FAQ at ez-360.com/faq EZ360, EZ360 Pro and EZ360 Lite are developed by VR-House. Content: What is EZ360? What is EZ360 Lite? How to download

More information

EC-CAD New features and changes The following improvements have been made to the EC-CAD Product: EC Design to Fabrication.

EC-CAD New features and changes The following improvements have been made to the EC-CAD Product: EC Design to Fabrication. RELEASE NOTES EC Design to Fabrication This document contains summary information on new features, late-breaking product information, updates, and troubleshooting tips not covered in the Trimble EC Design

More information

to insert new objects in a picture, but with much more flexibility and ease than with conventional tools (collage creation);

to insert new objects in a picture, but with much more flexibility and ease than with conventional tools (collage creation); AKVIS Chameleon AKVIS Chameleon AKVIS Chameleon is an efficient tool for automatic adjustment of inserted objects to the target image color range and smoothing of the object's border. The tool is very

More information

G E O S E R V E R I N S TA L L

G E O S E R V E R I N S TA L L G E O S E R V E R I N S TA L L Installation and Configuration of GeoServer 01 January 2009 TABLE OF CONTENTS 1 Goals...3 2 Java Development Kit Install:...4 3 Set JAVA_HOME...6 4 GeoServer install...7

More information

TA Instruments New Features in TAM Air Assistant TM and TAM Assistant TM Software

TA Instruments New Features in TAM Air Assistant TM and TAM Assistant TM Software TA Instruments in TAM Air Assistant TM and TAM Assistant TM Software Notice The material contained in this manual, and in the online help for the software used to support TA Instruments products, is believed

More information

User s Guide. Windows Lucis Pro Plug-in for Photoshop and Photoshop Elements

User s Guide. Windows Lucis Pro Plug-in for Photoshop and Photoshop Elements User s Guide Windows Lucis Pro 6.1.1 Plug-in for Photoshop and Photoshop Elements The information contained in this manual is subject to change without notice. Microtechnics shall not be liable for errors

More information

Kigamo Scanback which fits in your view camera in place of conventional film.

Kigamo Scanback which fits in your view camera in place of conventional film. What's included Kigamo Scanback which fits in your view camera in place of conventional film. SCSI Cable to connect your Scanback to the host computer. A 3-meter SCSI cable is standard. Kigamo also has

More information

COALESCE V2 CENTRAL COALESCE CENTRAL USER GUIDE WC-COA 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.COM. Display Name.

COALESCE V2 CENTRAL COALESCE CENTRAL USER GUIDE WC-COA 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.COM. Display Name. COALESCE CENTRAL USER GUIDE WC-COA COALESCE V2 CENTRAL 24/7 AT OR VISIT BLACKBOX.COM BY Import Displays Discover CSV File Manual Your Coalesce Instances Appearance and Usage Display Name Network Security

More information

PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and

More information