DEVELOPMENT of TERRAIN SIMULATION APPLICATIONS with VRML-WEB3D and GRAPHIC LIBRARIES Emilio Jiménez(1), Eduardo Martínez(2), Mercedes Pérez(2), Félix Sanz(2)

Total Page:16

File Type:pdf, Size:1020Kb

DEVELOPMENT of TERRAIN SIMULATION APPLICATIONS with VRML-WEB3D and GRAPHIC LIBRARIES Emilio Jiménez(1), Eduardo Martínez(2), Mercedes Pérez(2), Félix Sanz(2) Proc. EUROSIM 2007 (B. Zupančič, R. Karba, S. Blažič) 9-13 Sept. 2007, Ljubljana, Slovenia DEVELOPMENT OF TERRAIN SIMULATION APPLICATIONS WITH VRML-WEB3D AND GRAPHIC LIBRARIES Emilio Jiménez(1), Eduardo Martínez(2), Mercedes Pérez(2), Félix Sanz(2) University of La Rioja, ETSII, 26004 Logroño, La Rioja, Spain (1) Department of Electrical Engineering (2)Department of Mechanical Engineering [email protected] (Emilio Jiménez) Abstract Terrain visualization applications are widely used in very diverse type of applications (geophysical systems, training simulators, etc.), with many different uses: development of roads, mines, dams, and general building works, establishment of water behavior in rivers or dams, visual impacts, real military strategy simulation, simulation of natural phenomena such as floods, volcanic eruptions, landslides and avalanches, etc. These applications usually require a high computational power, and then must be executed in local computer systems; but they also require sometimes the capability of network utilization (for instance in distributed simulation, in public access terrain visualization, in distributed or multi-user simulation, etc.) The recent developments of three-dimensional visualization systems can be naturally applied to terrain visualization targeted to the web, which traditionally had been implemented with 2D systems due to the huge data volume involved. This work shows the steps and the methodology to follow in order to develop a virtual interactive terrain visualization system, taking into consideration the different uses that can be interesting to include in the practical applications for terrain visualization, and illustrating the explanations with some real applications. The paper also includes the analysis of two of the possible technologies to achieve this objective: VRML as an exponent of Web3D technology, and open source three-dimensional graphic libraries. Their fundamental characteristics are considered, and their methodologies, pros and cons are illustrated, based on the different applications that are presented. Keywords: Web3D based simulation, virtual reality (VR), terrain visualization, graphic libraries (GL), Virtual reality modeling language (VRML). Presenting Author’s biography Dr. Emilio Jiménez Macías. PhD in Electrical Engineering (with Computer science, electronics and automation specialty), from the Universities of Zaragoza and La Rioja, Professor at the Electrical Engineering Department of the University of La Rioja, where he is coordinator of the System Engineering and Automation Group, and main researcher of the Modelling, simulation and optimisation of industrial automated and logistics systems Group. ISBN 978-3-901608-32-2 1 Copyright © 2007 EUROSIM / SLOSIM Proc. EUROSIM 2007 (B. Zupančič, R. Karba, S. Blažič) 9-13 Sept. 2007, Ljubljana, Slovenia Terrain Elevation Model (DTEM) and to endow the 1 Introduction TVS with interactivity are provided. The development There exist several developments all over the world of the graphic engine, and its libraries, which present and very recent semantics in 3D visualization, so it is the 3D geometry of the scene, are discussed in Section necessary to make a special effort in generating 5. Finally, Section 6 concludes the paper and refers to surveys and standards. In this paper, we wish to future work. contribute to clarify the process of development of a Terrain Visualization System (TVS) in real time by 2 Territory Visualization providing a guide through the issues previously The spatial distribution of the terrestrial surface is a commented and illustrating the stages with practical continuous function, but on storing and representing examples. these values digitally it is necessary to reduce the We explain the pros and cons of some of the different infinite number of points to a finite and manageable currently available options, offering criteria for an number, so that the surface can be represented by a appropriate development. In order to overcome the series of discrete values [1] (surface discretization). limitations given by Web3D technologies in general, For this purpose digital terrain models (DTM) and and virtual reality modeling language (VRML) in DTEM are used. DTM is a numeric data structure that particular, a specific graphic engine developed with represents spatial distribution in quantitative and open source graphic libraries is shown (Figure 1). continuous variables. These variables may be height, Some programs - used to rename the terrain textures slope, contour, and orientation, as well as any other according to general VRML structures - and small data applicable specifically to the terrain and its applets, as interaction tools between the user and the characteristics at any given point. DTEM is a numeric 3D scene, have been implemented in a virtual TVS of data structure that represents the height of the surface La Rioja (one of the 17 autonomous regions in Spain, of the territory. By definition it can be seen that with a surface of about 5000 Km2). They are used to DTEM is a particular type of DTM. These DTEM are clarify and exemplify some issues throughout the stored fundamentally in two digital formats: a) as a paper. map of altitudes, that is, a two-dimensional matrix in which each quadrant represents the corresponding height of each point; b) by means of chromatic representation of the altitudes, that is, an image either in shades of gray or in color, where the color or shades of gray in the image depends on the specific height of each defined point. In general, for areas of lower height are assigned darker colors, and areas of higher altitudes have assigned lighter colors. The main problem with this second storing method resides in the color scaling assigned to the true terrain height. Starting from this point and taking as reference any of the digital elevation models available nowadays on the market, we can begin to create our own 3D terrain model. For this purpose we must create a polygonal surface in which the vertexes agree with the coordinates taken from the appropriate DTEM. The next step is to achieve that the 3D model that we have created present realistic appearance; that is to say, that it allows perceiving more details of any height relative of one given point with respect to any other. To achieve this objective we can think about the possibility of incorporating a specific model texture. Figure 1. Virtual Terrain Visualization Systems: a) The quickest method for achieving this realistic aspect with Web3D viewers b) with graphic engine is by using ortophotographs of the terrain. An ortophotograph is a digitally corrected photographic presentation that represents an orthogonal projection The paper is organized as follows. First, the basic of an object, generated from real oblique photographs. characteristics of a TVS will be briefly commented in Thus we can take measurements as if we had a map Section 2. The Web3D-VRML technologies are having the same values as on any map. Incorporating introduced in Section 3 where their strong and weak these corrected photographs of a terrain model, we can points are shown. Section 4 is devoted to explore the obtain a realistically acceptable representation (see VRML viewers and some tips to create the Digital Figure 2). ISBN 978-3-901608-32-2 2 Copyright © 2007 EUROSIM / SLOSIM Proc. EUROSIM 2007 (B. Zupančič, R. Karba, S. Blažič) 9-13 Sept. 2007, Ljubljana, Slovenia With these special Fields and the command ROUTE, one can control the flow of Events, directing the effect of one action among other multiple objects to animate a scene or simply to pass information to any of these objects. 3.2 X3D X3D is an open standard XML, a 3D archive format that permits the creation and transmission of 3D data between different applications, especially web Figure 2: Creation of a 3D terrain model from DTEM applications. and ortophotograph. Its principal characteristics are: 3 Web3D-VRML Technologies X3D is integrated in XML; • X3D is modular; One of the possible ways for implementing a territory • X3D is extensible; visualization system consists on using Web3D • X3D is shaped; technologies. The use of any of the Web3D • X3D is compatible with VRML. technologies available nowadays, allows us to develop X3D, instead of limiting itself to a single static wide a 3D environment, capable to communicate on specification - as in VRML that requires total adoption Internet and adaptable to the specific necessities that to achieve compatibility with X3D - has been our system requires [2]. designed with an architecture based on components The term ‘Web3D’ [3] refers to any programming that give support for the creation of different profiles, language, protocol, archive format or technology that which can be individually used. These components may be used for creating or presenting interactive 3D can be independently extended or modified, adding universes through Internet. Among these languages new levels or new components with new for programming virtual universes, we can include as characteristics. Using this architecture, these open standards: VRML (Virtual Reality Modeling specification advances are faster and the development Language), Java3D and X3D (Extensible 3D). of one area does not delay the evolution of the global specification. There are also a large number of solutions at 3.3 Java3D proprietary level (an other ones still being developed) that satisfy the specific needs of the customers, gene- Java3D™ API is a set of classes to create rally aimed at electronic trade and entertainment pur- applications and applets with 3D elements [4]. It poses, such as Cult 3D, Pulse 3D and ViewPoint, etc. offers to developers the possibility of managing 3D In spite of these possible multiple solutions, to use an complex geometries. The main advantage that this open standard presents important advantages; first the API 3D presents against other 3D programming specifications and documentation are well known; and environments is that it allows the creation of 3D there are various applications of all kinds that support graphic applications, independently of the type of these standards. We shall briefly analyze the available system. It forms part of API JavaMedia.
Recommended publications
  • What Is X3D? Whose Product Is X3D? Why Is X3D
    X3D: THE REAL-TIME 3D SOLUTION FOR THE WORLD-WIDE WEB What is X3D? X3D (Extensible 3D) is a royalty-free and openly published standard file format specification and run-time architecture to represent and communicate 3D objects, events, behaviors and environments. The X3D suite of International Standards Organization (ISO) ratified standards provide a robust abstraction for the storage, retrieval and playback of real time 4D graphics content across diverse platforms. The extensible scene graph model of X3D can be equivalently encoded in a number of valid, secure and efficient encodings and be accessed and manipulated through a number of languages Why is X3D important? using a common API. Development has evolved from its beginnings as the Virtual Reality Modeling Language (VRML) It allows applications to communicate over the Web using ISO standard to the considerably more advanced and an ISO-certified scene graph model, encoded in multiple expressive X3D. formats (XML, Binary, VRML-Classic) and bind-able to multiple languages (e.g. ECMA, Java) Whose product is X3D? It is modular and extensible, saving development time and money and providing value to vendor and consumer Extensible 3D (X3D) It is free for use – not relying on propriety formats and (www.web3d.org/x3d) is a royalty- upgrades for a lifetime 4D content lifecycle free open ISO standard managed It provides multiple generation and authoring pathways by the Web3D Consortium. The It enables content developers and tool makers to build on X3D specifications are driven by each other and a common fabric for cyberspace members and available to the It is a vision designed and developed through community public.
    [Show full text]
  • Introduction Ch01 7/24/2000 12:00 PM Page 1
    ch01 7/24/2000 12:00 PM Page 100 1 PartPart Introduction ch01 7/24/2000 12:00 PM Page 1 Chapter 1 Why Bother?, 2 Chapter 2 Overview of Web3D,30 Chapter 3 Entering the Third Dimension, 62 ch01 7/24/2000 12:00 PM Page 2 WHY BOTHER? Topics in This Chapter • Why 3D was unable to reach the mass of Web users before today • Unveiling key Web3D technologies (VRML, X3D, Java 3D, and MPEG-4/BIFS) and the Web3D Consortium • An overview of yesterday’s roadblocks: bandwidth, platform, and authoring-tool limitations • Exploring how Web3D facilitates product and data visualization, eCommerce and business applications, entertainment, Web page enhancement, and news and advertisement enhancement • A tour of the Web3D future by way of VRML sites available today ch01 7/24/2000 12:00 PM Page 3 1 ChapterChapter D is difficult. Extremely difficult. Thinking and working in three di- mensions is natural for human beings; we do it every moment of every 3day. Our brains are wired for three dimensions because our world is made up of three dimensions: height, width, and depth. But “3D”—the field of computer science that deals expressly with creating, manipulating, and navigating computer content in three dimensions—is difficult. Extremely dif- ficult. It should come as no surprise, then, that Web3D—the distribution and navigation of 3D content over the World Wide Web—is also difficult. In fact, it’s more technologically challenging than traditional 3D, owing to the high bandwidth required to smoothly deliver realistic 3D content through the In- ternet.
    [Show full text]
  • Scene Graph Adapter
    Scene Graph Adapter: An efficient Architecture to Improve Interoperability between 3D Formats and 3D Application Engines Rozenn Bouville Berthelot, Jérôme Royan, Thierry Duval, Bruno Arnaldi To cite this version: Rozenn Bouville Berthelot, Jérôme Royan, Thierry Duval, Bruno Arnaldi. Scene Graph Adapter: An efficient Architecture to Improve Interoperability between 3D Formats and 3D Application Engines. Web3D 2011 (16th International Conference on 3D Web technology), Jun 2011, Paris, France. pp.21- 30. inria-00586161 HAL Id: inria-00586161 https://hal.inria.fr/inria-00586161 Submitted on 6 Apr 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Scene Graph Adapter: An efficient Architecture to Improve Interoperability between 3D Formats and 3D Applications Engines Rozenn Bouville Berthelot∗ Jérôme Royan† Thierry Duval‡ Bruno Arnaldi§ Orange Labs and IRISA, Rennes, France Orange Labs France IRISA, Rennes, France IRISA, Rennes, France Figure 1: Our architecture allows the loading of any 3D graphics format simultaneously in any available rendering engine. The scene graph adapter is an interface that adapts a scene graph (SG) of a given format into a renderer scene graph and which also allows the rendering part to request this scene graph.
    [Show full text]
  • Web3d-X3D-SIGGRAPH 2018 Xr Futures.Pdf
    All browsers All platforms Geospatial Simulation Medical Humanoid Animation Design VR Technologies 3D Printing Augmented Reality &Scanning X3D: Your backbone for new dimensions of 3D • • … • • • • • • Implementations on multiple platforms: desktop, mobile, Web • • www.web3d.org/what-x3d X-ite Key Factors of durable X3D • Long Term Stability • Visualization • Performance • Integration • Data Management • Real-time Interactivity • Security • Ease of Use X3D Capabilities High Poly, Oculus Drilling Rig Progressive Loading Support Animation, interaction, Happy Buddha Classroom shadows, details Web3D… VR++ … Online Evolution ... SIGGRAPH 2018 BOF Nicholas Polys Johannes Behr MitchWilliams Anita Havele 2017-2018 News ● X_ITE library updated ● Deployed in X3D examples archive ● X3DOM support for Gltf and WebVR ● New Castle3D X3D Game Engine release ● H-ANIM 2.0 under ISO-IEC ballot ● 3D Print Exchange (NIH, Navy) upgrades to Drupal 8 ● New Scanning initiatives and vendor support 3D on the Web Engines access access worlds by url ● Stand-alone Plug-ins in Web browsers ● Native WebGL in mobile browsers ○ X3DOM ○ X_ITE ○ GearVR ● Gltf 2.0 support (PBR) All HMD platforms! ● WebVR ● X3DOM ● GearVR VR on the Web Engines access worlds by url ● All HMD platforms! ● WebVR ● X3DOM ● GearVR WebVR With X3DOM Javascript library ● Photospheres ● Videospheres ● Volumes ● Heritage ● 3D city models ● ... X3DOM Johannes Behr, Timo Sturm Fraunhofer IGD GearVR Mitch Williams, Samsung Spec Relationships Process for New Capabilities HTML5 Open Web Arch • Harmonization of ID linkages and event models, HTML DOM and X3D • Composition with Cascading Style Sheets (CSS) • Compatibility + usage of Scalable Vector Graphics (SVG) • Accessibility, annotations, internationalization (I18N), etc. • X3D as presentation layer compatible with Semantic Web • Linkage of hybrid model data (MOST) Some aspects are standardization, others simply aligning best practices.
    [Show full text]
  • Tetra4d Converter 2020 Release Notes 1 Table of Contents
    Tetra4D Converter Version 2020 Release Notes Details of new features, updated formats support and bug fixes for Tetra4D Converter Tetra4D Converter 2020 Release Notes 1 Table of Contents Version 2020 ................................................................................................................................................. 3 Definition of Release Types ....................................................................................................................... 3 Version Information .................................................................................................................................. 3 Installation ................................................................................................................................................ 3 Language Support Overview ...................................................................................................................... 3 Acrobat Pro Compatibility ........................................................................................................................ 4 System Requirements ................................................................................................................................... 4 Licensing........................................................................................................................................................ 5 Message for Tetra4D Converter existing customers ................................................................................ 5 New
    [Show full text]
  • Agisoft Photoscan User Manual Standard Edition, Version 1.3 Agisoft Photoscan User Manual: Standard Edition, Version 1.3
    Agisoft PhotoScan User Manual Standard Edition, Version 1.3 Agisoft PhotoScan User Manual: Standard Edition, Version 1.3 Publication date 2017 Copyright © 2017 Agisoft LLC Table of Contents Overview ......................................................................................................................... iv How it works ............................................................................................................ iv About the manual ...................................................................................................... iv 1. Installation and Activation ................................................................................................ 1 System requirements ................................................................................................... 1 GPU acceleration ........................................................................................................ 1 Installation procedure .................................................................................................. 2 Restrictions of the Demo mode ..................................................................................... 2 Activation procedure ................................................................................................... 3 2. Capturing photos ............................................................................................................ 4 Equipment ................................................................................................................
    [Show full text]
  • N Polys Advanced X3D [Autosaved]
    Web3D 2011 Tutorial: Advanced X3D Nicholas Polys: Virginia Tech Yvonne Jung: Fraunhofer IGD Jeff Weekly, Don Brutzman: Naval Postgraduate School Tutorial Outline Recent work in the Web3D Consortium Heading to ISO this month! • X3D : Advanced Features • X3D Basics • Advanced rendering (Yvonne Jung) • Volumes • Geospatial • CAD • Units (Jeff Weekly) • Authoring 2 Open Standards www.web3d.org • Portability • Durability • IP-independence • International recognition and support : the Standard Scenegraph Scene graph for real-time interactive delivery of virtual environments over the web: • Meshes, lights, materials, textures, shaders • Integrated video, audio Event ROUTE • Animation • Interaction • Scripts & Behaviors Sensor • Multiple encodings (ISO = XML, VRML-Classic, Binary) • Multiple Application Programming Interfaces (ISO = ECMA, Java) • X3D 3.3 includes examples for Volume rendering, CAD and Geospatial support! Web3D Collaboration & Convergence W3C ISO OGC - XML - Web3DS - HTML 5 -CityGML - SVG - KML Interoperability Web3D Consortium IETF & Access - Mime types Across Verticals - Extensible 3D (X3D) - Humanoid Animation (H-Anim) - VRML DICOM - N-D Presentation State - DIS - Volume data Khronos - OpenGL, WebGL - COLLADA Adoption Immersive X3D • Virginia Tech Visionarium: VisCube • Multi-screen, clustered stereo rendering • 1920x1920 pixels per wall (x 4) • Infitech Stereo • Wireless Intersense head & wand • Instant Reality 7 VT Visionarium • Output from VMD • Jory Z. Ruscio, Deept Kumar, Maulik Shukla, Michael G. Prisant, T. M. Murali,
    [Show full text]
  • BIM & IFC-To-X3D
    BIM & IFC-to-X3D Hyokwang Lee PartDB Co., Ltd. and Web3D Korea Chapter [email protected] Engineering IT & VR solutions based on International Standards BIM . BIM (Building Information Modeling) . A digital representation of physical and functional characteristics of a facility. A shared knowledge resource for information about a facility forming a reliable basis for decisions during its life-cycle; defined as existing from earliest conception to demolition. http://www.directindustry.com/ http://www.aecbytes.com/buildingthefuture/2007/BIM_Awards_Part1.html Coordination between the different disciplinary models. (© M.A. Mortenson Company) 4D scheduling using the BIM model (top image) and the details of site utilization and civil work (lower image) used for coordination and communication with local review agencies and utility companies. (© M.A. Mortenson Company) http://www.quartzsys.com/ Design http://www.quartzsys.com/?c=1/6/27 OpenBIM . A universal approach to the collaborative design, realization and operation of buildings based on open standards and workflows. An initiative of buildingSMART and several leading software vendors using the open buildingSMART Data Model. http://buildingsmart.com/openbim OpenBIM & IFC . IFC (ISO/PAS 16739) . The Industry Foundation Classes (IFC) : an open, neutral and standard ized specification for Building Information Models, BIM. The main buildingSMART data model standard buildingSMART Web3D Consortium International IFC Web3D (ISO/PAS 16739) Web3D Korea Chapter buildingSMART KOREA - Inhan Kim, What is BIM?, Aug. 2008, http://www.cadgraphics.co.kr/cngtv/data/20080813_1.pdf BIM CAD Systems . Autodesk Revit Architecture . Bently Achitecture . Nemetschek Allplan . GRAPHISOFT ArchiCad . Gehry Technologies (GT) Digital Project . CATIA V5 as a core modeling engine . Vectorworks Architect Simple IFC-to-X3D Conversion .
    [Show full text]
  • The Use of VRML to Integrate Design and Solid Freeform Fabrication
    The Use ofVRML to Integrate Design and Solid Freeform Fabrication Yanshuo Wang Jian Dong * Harris L. Marcus Solid Freeform Fabrication Laboratory University ofConnecticut Storrs, CT 06269 ABSTRACT The Virtual Reality Modeling Language (VRML) was created to put interconnected 3D worlds onto every desktop. The 3D VRML format has the potential for 3D fax and Tele­ Manufacture. An architecture and methodology ofusing VRML format to integrate a 3D model and Solid Freeform Fabrication system are described in this paper. The prototype software discussed in this paper demonstrates the use of VRML for Solid Freeform Fabrication process planning. The path used from design to part will be described. 1. INTRODUCTION The STL or Stereolithography format, established by 3D System, is an ASCn or binary file used in Solid Freeform Fabrication (SFF). It is a list of the triangular surfaces that approximate a computer generated solid model. This file format has become the de facto standard for rapid prototyping industries. But STL format has the limitation of visualization, communication and sharing information among different places. In the recent years, Tele­ Manufacture has become a new area in the design and manufacture research. Researchers try to create an automated rapid prototyping capability on the Internet (Bailey, 1995). In order to improve the communication and information exchange through Internet, a new data format is needed for SFF. Bauer and Joppe (1996) suggested to use Virtual Reality Modeling Language (VRML) data format as standard for rapid prototyping. VRML was created to put interconnected 3D worlds onto every desktop and it has become the standard language for 3D World Wide Web.
    [Show full text]
  • Monkey Game Development Beginner's Guide
    Monkey Game Development Beginner's Guide Create monetized 2D games deployable to almost any platform wnload from Wow! eBook <www.wowebook.com> o Michael Hartlef D BIRMINGHAM - MUMBAI Monkey Game Development Beginner's Guide Copyright © 2012 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: April 2012 Production Reference: 1130412 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-84969-203-8 www.packtpub.com Cover Image by J.Blaminsky ([email protected]) Credits Author Project Coordinator Michael Hartlef Alka Nayak Reviewers Proofreader Nikolas Kolm Aaron Nash Meri Morganov Indexer Acquisition Editor Hemangini Bari Kartikey Pandey Graphics Lead Technical Editor Manu Joseph Shreerang Deshpande Production Coordinator Technical Editors Melwyn D'Sa Apoorva Bolar Arun Nadar Cover Work Melwyn D'Sa Priyanka S Copy Editor Brandt D'Mello About the Author Michael Hartlef has been into game development for a long long time, starting in 1984, at the early age of 18, with this great hobby called developing computer games, on the Commodore C64.
    [Show full text]
  • 3D Visualization in Digital Library of Mathematical Function
    Web-Based 3D Visualization in a Digital Library of Mathematical Functions Qiming Wang, Bonita Saunders National Institute of Standards and Technology [email protected], [email protected] Abstract High level, or special, mathematical functions such as the Bessel functions, gamma and beta functions, hypergeometric functions The National Institute of Standards and Technology (NIST) is and others are important for solving many problems in the developing a digital library of mathematical functions to replace mathematical and physical sciences. The graphs of many of these the widely used National Bureau of Standards Handbook of functions exhibit zeros, poles, branch cuts and other singularities Mathematical Functions [Abramowitz and Stegun 1964]. The that can be better understood if the function surface can be NIST Digital Library of Mathematical Functions (DLMF) will manipulated to show these features more clearly. A digital provide a wide range of information about high level functions for library offers a unique opportunity to create cutting-edge 3D scientific, technical and educational users in the mathematical and visualizations that not only help scientists and other technical physical sciences. Clear, concise 3D visualizations that allow users, but also make the library more accessible to educators, users to examine poles, zeros, branch cuts and other key features students and others interested in an introduction to the field of of complicated functions will be an integral part of the DLMF. special functions. Specially designed controls will enable users to move a cutting plane through the function surface, select the surface color After investigating web-based 3D graphics file formats, we mapping, choose the axis style, or transform the surface plot into a selected the Virtual Reality Modeling Language (VRML) to density plot.
    [Show full text]
  • ISO/IEC JTC 1 N13604 ISO/IEC JTC 1 Information Technology
    ISO/IEC JTC 1 N13604 2017-09-17 Replaces: ISO/IEC JTC 1 Information Technology Document Type: other (defined) Document Title: Study Group Report on 3D Printing and Scanning Document Source: SG Convenor Project Number: Document Status: This document is circulated for review and consideration at the October 2017 JTC 1 meeting in Russia. Action ID: ACT Due Date: 2017-10-02 Pages: Secretariat, ISO/IEC JTC 1, American National Standards Institute, 25 West 43rd Street, New York, NY 10036; Telephone: 1 212 642 4932; Facsimile: 1 212 840 2298; Email: [email protected] Study Group Report on 3D Printing and Scanning September 11, 2017 ISO/IEC JTC 1 Plenary (October 2017, Vladivostok, Russia) Prepared by the ISO/IEC JTC 1 Study Group on 3D Printing and Scanning Executive Summary The purpose of this report is to assess the possible contributions of JTC 1 to the global market enabled by 3D Printing and Scanning. 3D printing, also known as additive manufacturing, is considered by many sources as a truly disruptive technology. 3D printers range presently from small table units to room size and can handle simple plastics, metals, biomaterials, concrete or a mix of materials. They can be used in making simple toys, airplane engine components, custom pills, large buildings components or human organs. Depending on process, materials and precision, 3D printer costs range from hundreds to millions of dollars. 3D printing makes possible the manufacturing of devices and components that cannot be constructed cost-effectively with other manufacturing techniques (injection molding, computerized milling, etc.). It also makes possible the fabrications of customized devices, or individual (instead of identical mass-manufactured) units.
    [Show full text]