Visualising Air Pollution Datasets with Real-Time Game Engines

Total Page:16

File Type:pdf, Size:1020Kb

Visualising Air Pollution Datasets with Real-Time Game Engines Visualising air pollution datasets with real-time game engines Uli Meyer1, Jonathan Becker1, and Jessica Broscheit1 CSTI, Hamburg, Germany, [email protected], WWW home page: https://csti.haw-hamburg.de/ Hamburg University of Applied Sciences, Berliner Tor 5, 20099 Hamburg, Germany Abstract. Visualising Volunteered Geographic Information (VGI), in- cluding air pollution data, as an explorative tool in the context of work- shops and maker labs, requires a technology that has a low entry-level, but provides a powerful interactive prototyping framework. We describe the potential of real-time computer game engines as visualisation tools for interdisciplinary cooperation between non-experts and experts. We discuss how properties of air pollution, including invisibility, pervasive- ness and its ability to permeate organisms, can be visualised with particle systems, and outline two use cases for different output devices, including AR and VR. ... Keywords: visualisation, air pollution, real-time engine, game engine, particle system, augmented reality, virtual reality 1 Introduction Visualising Volunteered Geographic Information (VGI), including air pollution data, as an explorative tool in the context of workshops and maker labs, re- quires a technology that has a low entry-level, but provides a powerful inter- active prototyping framework. Ideally, this framework allows non-experts and experts to work together on interdisciplinary projects that support experiential learning [5]. In the context of the serious game movement and for interactive pro- totyping, real-time computer game engines have proven to be such a versatile tool [13][16][20]. While they cannot compute scientifically accurate simulations, during development processes they provide immediate and continuous real-time visualisations within the 3D view port. Visualising air pollution data sets can have diverse functions, ranging from declarative to experimental [1]: Simplified visualisations can serve as a warning, for example in big cities, or for sensitive persons [15][17]. Scientific visualisations give insight into behaviours and compositions of air pollution over time. Visu- alisations can also raise awareness for air pollution in more pedagogic contexts [10], or they can be used as a tool for community activism and policy change [8]. In: Rocha Á., Adeli H., Reis L., Costanzo S. (eds) New Knowledge in Information Systems and Technologies. WorldCIST’19 2019. Advances in Intelligent Systems and Computing, vol 932. Springer, 2019 2 Uli Meyer et al. Depending on the function, different types of visualisation, from highly abstract 2D diagrams to interactive 3D info graphics and immersive VR experiences, are available [4][6][11]. This paper describes the technological potential of game engines for experimen- tal visualisations of complex air pollution datasets, and proposes two possible use cases for such a visualisation. Part 2 introduces visualisation terminology and discusses the specifics of air pol- lution visualisation. Part 3 gives an introduction to game engine technology for visualisation purposes and Part 4 outlines two potential use cases for experimen- tal air pollution visualisation in a game engine. 2 Data Visualisation Data visualisation implies a transfer of abstract information, usually via a nu- merical transformation, into a more concrete form such as geometric shapes [Fig.1]. Fig. 1. Visualisation process [9]. 2.1 Terminology Depending on the function, Scott Berinato [1] classifies visualisations along two axes: from \conceptual" to \data-driven" and from \declarative" to \ex- ploratory". According to his classification system, data-driven visualisations can be described as more \declarative" or as more \exploratory" [Fig. 2]. Traditionally, data visualisation meant static 2D diagrams [6]. With the advent of 3D graphics since the mid-20th century, elements such as movement, real-time rendering and interaction were introduced [4]. The development from 2D graph- ics to 3D graphics brought new possibilities, but also new problems: While 2D graphics are easier to read and more condensed, their \cleanness" and simplicity Visualising air pollution datasets with game engines 3 might be misleading, especially for organic data. 3D visualisations, on the other hand, can be harder to read, for example by creating visual overlap. They need very precise planning, or additional movement in the form of pre-rendered ani- mation. Since the late 1990s, real-time movement and interaction became available with the introduction of real-time engines. Real-time visualisations expose one or several parameters that can be influenced by the user in some way, for example camera position, object translation, rotation, scale, and so on. Data visualisation in virtual reality (VR) constitutes an extreme case of real-time interactivity, as the user can move through, or even climbs on diagrams in virtual space. Fig. 2. Visualisation categories [1]. 2.2 Visualising air pollution data If we follow Berinato [1], visualisations of air pollution datasets can be cate- gorised along an axis from declarative to exploratory. Declarative visualisations of air pollution would be what he calls \everyday dataviz", e.g. the 2D dia- grams one finds in the media or in textbooks. These declarative visualisations are also used for warning systems in cases where the existence of air pollution is undisputed, and where concrete measures need to be taken, often within a very short time frame [Fig. 3]. While declarative visualisations are usually rendered as static 2D graphics, exploratory visualisations often contain interactive elements, for example sliders or real-time animations [19] [Fig. 4]. Visualisations that exist on the boundary between declarative and explorative can be found where the degree or danger of air pollution is under debate. Their purpose is usually educational or activist. They often contain hybrid combina- tions of 2D abstractions and more concrete 3D elements, such as bar charts in 3D space. Or they visualise air pollution data as clusters of \balls" that can pile up over time [Fig. 5]. 4 Uli Meyer et al. Fig. 3. Air pollution monitoring in China [15], Air pollution warning app [17]. Fig. 4. Interactive visualisation of air pollution [3]. Fig. 5. Hybrid air pollution visualisations [3]. Visualising air pollution datasets with game engines 5 Fig. 6. WIFI visualisation[12], geospatial visualisation[7]. While these hybrid displays are often striking, and can have an immediate effect on the viewer, they somewhat obscure the properties of air pollution. By abstracting air pollution - an inhaled gaseous mixture that contains fluids and tiny particles - as solid objects, these images suggest a degree of visibility and potential control that does not in fact exist. But evoking simple solutions and a \lets-do-this" attitude might be a valid strategy for marketing purposes, which includes fund-raising or activism. Air pollution is mostly invisible and volatile, and it permeates organisms. Actual or metaphoric visualisations of the pervasive nature of air pollution are relatively rare [2]. Two augmented reality (AR) applications can serve as models for visualising the invisible, in these cases WIFI density or gravity in space. They overlay im- ages or real-time video of specific physical environments with areas or clouds of colour in space. Different colours indicate different types of quality [Fig. 6]. But even these applications maintain a separation between the user and the coloured clouds. They are \over there", not all around the user. An example for the vi- sualisation of real-time immersion in an air/water mixture would be the Rain art installation at the Barbican Centre in London [18]. There visitors can move freely through physical water drops in space, without getting wet. The effect is similar to \diving into" particle simulations in VR experiences such as The Blue [21] or Cosmic Sugar [14] [Fig. 7]. While The Blue immerses users in a simu- lated underwater environment, filled with floating particles and sea life, Cosmic Sugar surrounds them with more abstract \gaseous" particles. Inside both VR experiences, the user can interact with the particles in real-time by using a hand controller. In the following part, we describe how game engines can be used to create ex- plorative visualisations of air pollution data. 3 Technology 3.1 Game Engines Game engines are real-time engines that provide software-development environ- ments, or frameworks, for building computer games and other real-time appli- cations. Due to the popularity of computer games, and the fact that several 6 Uli Meyer et al. Fig. 7. Rain installation at the Barbican, London (2013)[18], The Blue (2016)[21]. game engines are free for non-commercial purposes, game engines are an ideal technology for entry-level development, prototyping and experimentation. By playing computer games, many people have already come in contact with games engines. They can provide an explorative framework for workshops, makerlabs or private houses, both as an agile and experimental prototyping environment, and for creating interactive applications and visualisations. 3D game engines that are currently free for non-commercial purposes include Unity 3D, Unreal Engine, and CryEngine. Game engines consist of a 3D view port where the user can assemble 3D objects with simple drag-and-drop interactions. Other windows and tabs contain menus for influencing position, scale and rotation, or animation and lighting. All pa- rameters can be made interactive, i.e. the user can influence them in real-time, either by typing in numbers, or by affecting them in the 3D view port with a mouse or controller. For some engines, such as Unity, basic, entry-level coding in C# or Java Script is needed, while others contain node-based, visual scripting systems (e.g. Unreal Engine's Blueprint system) that are easy to learn. Numerous ready-made scripts, add-ons, assets and tutorials are available online. 3.2 Particle Systems As we have seen, complex air pollution data is usually visualised as either highly abstract shapes, such as bar charts, or as clusters of small spheres and cloud-like structures. Bars can be simply modelled as 3D blocks, and animated along the Y axis.
Recommended publications
  • T I S ^ E ' Cottons CUSTOMIZED KITCHENS 0^
    : : ' I '■ ;:'vV WEDKBBDAY, FEBRUARY 2,.lO li' JL ffba Wahtlkir tfnnrlrrBtpr Eurntog frrtJh Avenga Dnflr KsC Prsss Ron I at P. a WsaBSa rue tha fairth •« ill- •■t. iWk t \ ^ 9 , 6 8 0 lawet by aaow aarty FtMay; e of «ka AniH FYMay, mow amy ebaago «a i lul Town / I V. ManehtSner— A tity of Vittage Charm midbi t I m k Pwxda’t Vuflon nMOtben t» iDMt tUa ave* MANCHESTER, CONN„ THURSDAY, FEBRUARY 3,1949 PRKJE FOUR CENTS StatTjO at the 8^^" VOL. LX \T n„ NO. 105 (TWENTY PAGES) AtMy cltaC^l. where they wli) SMART YOUNO H O ifB M leave for a lobogfan party. 'I ( . ■ ■ The 0* Troop 16, Olrl President Congratulates Retiring Generals floouta, wm ba omitted thto week. ENTIRTAIN IN Sharp Partisan Rows The next meeting held World Gets Notice . Thuraday, Fhbniary 10, under the l c a ! 3 e ^ 0* Mia. Lealle Hoyt and SaT^tawrence MacQUpln, In T IA P A R T Y St. Jamaa’a adUwl hall. RedMove Will Not •In Senate and House An Important btialneae meeting a t the CoamopoHtan Club will b e , held Friday attemoon at two Be Let Hurt Unity o'clock In the Federation room of j center church houae, when the | mambera will vote on the revtaed i On Budget, Housing by-lawa. A talk on the “Ro- Real ^Significance Seen ^nen of Silver” wlU foUow the, Norway’s Own — Imalneaa aenlon, and a large at­ In Acheson’s Rejec­ tendance of merabera le hoped for. tion of Stalin’s' Lat­ Democratic Floor Lead­ Mra.
    [Show full text]
  • 165 Lecture Notes 1 - Game Engines Csc 165 Computer Game Architecture Basic Game Structure
    CSc 165 Lecture Notes 1 - Game Engines CSc 165 Computer Game Architecture Basic Game Structure Start while (!gameOver) Initialize system Player Input Initialize 1 - Game Engines game One iteration Game Main Logic Update Loop = 1 Frame Shutdown Render Exit “Tightly-coupled” game loop 2 CSc 165 Lecture Notes CSc 165 Lecture Notes 1 - Game Engines 1 - Game Engines Game ENGINE Typical Game Engine Functions A reusable collection of modules . Independent of any particular Game Logic • Simulation of elapsed time • View (camera) control . Encapsulates platform dependencies • Scene Management • Input handling o Objects, geometry details . Possible because all games have things in common • Sound generation • Rendering • Network communication • Collision Detection/Handling Game Application Logic o Physics simulation • Special effects • Lights, Shadows, Textures o Explosions, fire, … Game Engine Player 3 4 CSc 165 Lecture Notes CSc 165 Lecture Notes 1 - Game Engines 1 - Game Engines Game Engine Design Some Game Engines Game Application Logic o Unity o jMonkey o Unreal o OGRE o Hero Engine o Quake <<interface>> <<interface>> <<interface>> <<interface>> … other RenderSystem Input Audio Networking o CryEngine o Lumberyard o Blender (Amazon) o Game Engine o Panda 3D Torque 3D Network o LeadWerks o SAGE For an expanded list see: http://en.wikipedia.org/wiki/List_of_game_engines 5 6 CSc 165 Lecture Notes CSc 165 Lecture Notes 1 - Game Engines 1 - Game Engines RAGE : “Raymond’s Awesome Game Engine” Abstracting Game Structure A collection of Java packages
    [Show full text]
  • 14 CFR Part 25
    Pt. 25 14 CFR Ch. I (1–1–13 Edition) TABLE I.—HIRF ENVIRONMENT I (5) From 400 MHz to 8 gigahertz (GHz), use radiated susceptibility tests at a minimum Field strength of 150 V/m peak with pulse modulation of 4 Frequency (volts/meter) percent duty cycle with a 1 kHz pulse repeti- Peak Average tion frequency. This signal must be switched on and off at a rate of 1 Hz with a duty cycle 10 kHz–2 MHz ................................... 50 50 of 50 percent. 2 MHz–30 MHz ................................. 100 100 (d) Equipment HIRF Test Level 2. Equipment 30 MHz–100 MHz ............................. 50 50 HIRF test level 2 is HIRF environment II in 100 MHz–400 MHz ........................... 100 100 table II of this appendix reduced by accept- 400 MHz–700 MHz ........................... 700 50 able aircraft transfer function and attenu- 700 MHz–1 GHz ................................ 700 100 ation curves. Testing must cover the fre- GHz–2 GHz ....................................... 2,000 200 2 GHz–6 GHz .................................... 3,000 200 quency band of 10 kHz to 8 GHz. 6 GHz–8 GHz .................................... 1,000 200 (e) Equipment HIRF Test Level 3. (1) From 10 8 GHz–12 GHz .................................. 3,000 300 kHz to 400 MHz, use conducted susceptibility 12 GHz–18 GHz ................................ 2,000 200 tests, starting at a minimum of 0.15 mA at 10 18 GHz–40 GHz ................................ 600 200 kHz, increasing 20 dB per frequency decade In this table, the higher field strength applies at the fre- to a minimum of 7.5 mA at 500 kHz. quency band edges. (2) From 500 kHz to 40 MHz, use conducted susceptibility tests at a minimum of 7.5 mA.
    [Show full text]
  • Spitzer SAGE-SMC Infrared Photometry of Massive Stars in the Small Magellanic Cloud Bonanos, A.Z.; Lennon, D.J.; Köhlinger, F.; Loon, J.T
    Spitzer SAGE-SMC Infrared Photometry of Massive Stars in the Small Magellanic Cloud Bonanos, A.Z.; Lennon, D.J.; Köhlinger, F.; Loon, J.T. van; Massa, D.L.; Sewilo, M.; ... ; Whitney, B.A. Citation Bonanos, A. Z., Lennon, D. J., Köhlinger, F., Loon, J. T. van, Massa, D. L., Sewilo, M., … Whitney, B. A. (2010). Spitzer SAGE-SMC Infrared Photometry of Massive Stars in the Small Magellanic Cloud. The Astronomical Journal, 140(2), 416-429. doi:10.1088/0004-6256/140/2/416 Version: Not Applicable (or Unknown) License: Leiden University Non-exclusive license Downloaded from: https://hdl.handle.net/1887/61635 Note: To cite this publication please use the final published version (if applicable). The Astronomical Journal, 140:416–429, 2010 August doi:10.1088/0004-6256/140/2/416 C 2010. The American Astronomical Society. All rights reserved. Printed in the U.S.A. SPITZER SAGE-SMC INFRARED PHOTOMETRY OF MASSIVE STARS IN THE SMALL MAGELLANIC CLOUD A. Z. Bonanos1,D.J.Lennon2,3,F.Kohlinger¨ 4, J. Th. van Loon5,D.L.Massa2,M.Sewilo2,C.J.Evans6, N. Panagia2,7,8, B. L. Babler9, M. Block10, S. Bracker9, C. W. Engelbracht9, K. D. Gordon2,J.L.Hora11, R. Indebetouw12, M. R. Meade9, M. Meixner2,K.A.Misselt10, T. P. Robitaille11,B.Shiao2, and B. A. Whitney13 1 Institute of Astronomy & Astrophysics, National Observatory of Athens, I. Metaxa & Vas. Pavlou St., P. Penteli, 15236 Athens, Greece; [email protected] 2 Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, MD 21218, USA; [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] 3 European Space Agency, Research and Scientific Support Department, Baltimore, MD 21218, USA 4 Department of Physics and Astronomy, Heidelberg University, Albert-Ueberle-Str.
    [Show full text]
  • Participatory Gaming Culture
    Master thesis Participatory gaming culture: Indie game design as dialogue between player & creator Martijn van Best student ID: 3175421 [email protected] New Media Studies Faculty of Humanities UTRECHT UNIVERSITY Course code: 200700088 THE-Scriptie / MA NMDC Supervisor: Erna Kotkamp Second reader: René Glas DATE: March 28th, 2011 1 To Mieke 2 Abstract In this thesis I argue that the current dichotomy between indie game design and mainstream design based on commercial appeal versus creative audacity is non-constructive. Instead, I wish to investigate to what extent indie game designers are able to establish a personal dialogue with their audience through their game. I frame independent game design as a participatory culture in which indies alter and modify existing game design conventions through a practice called abusive game design. This is a concept developed by Douglas Wilson and Miguel Sicart. Players who wish to master (partially) abusive games, need to learn about the designer's intentions rather than the game system. I argue that a designer's visibility in this way allows for a dialogue between creator and player. However, in a case study of indie title Super Crate Box (2010), it appears that in order to maintain a sense of fun, certain conventions of mainstream game design need to be adhered to. Indie designers, who often have the most visible and personal relationship with their audience, need to navigate between their wish for a personal connection with players and user friendly, but 'faceless' design. Scaling the tipping point too much to the abusive side instead of the conventional one, may be counter to designers' wishes to create an enjoyable game.
    [Show full text]
  • Engineering Design Using Game-Enhanced CAD: the Potential to Augment the User Experience with Game Elements
    Heriot-Watt University Research Gateway Engineering design using game-enhanced CAD: The potential to augment the user experience with game elements Citation for published version: Kosmadoudi, Z, Lim, T, Ritchie, JM, Louchart, S, Liu, Y & Sung, R 2012, 'Engineering design using game- enhanced CAD: The potential to augment the user experience with game elements', Computer-Aided Design, vol. 45, no. 3, pp. 777-795. https://doi.org/10.1016/j.cad.2012.08.001 Digital Object Identifier (DOI): 10.1016/j.cad.2012.08.001 Link: Link to publication record in Heriot-Watt Research Portal Document Version: Early version, also known as pre-print Published In: Computer-Aided Design General rights Copyright for the publications made accessible via Heriot-Watt Research Portal is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy Heriot-Watt University has made every reasonable effort to ensure that the content in Heriot-Watt Research Portal complies with UK legislation. If you believe that the public display of this file breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Download date: 01. Oct. 2021 Accepted Manuscript Engineering design using game-enhanced CAD: The potential to augment the user experience with game elements Zoe Kosmadoudi, Theodore Lim, James Ritchie, Sandy Louchart, Ying Liu, Raymond Sung PII: S0010-4485(12)00169-8 DOI: 10.1016/j.cad.2012.08.001 Reference: JCAD 1963 To appear in: Computer-Aided Design Received date: 10 October 2011 Accepted date: 4 August 2012 Please cite this article as: Kosmadoudi Z, Lim T, Ritchie J, Louchart S, Liu Y, Sung R.
    [Show full text]
  • Proquest Dissertations
    INFORMATION TO USERS This manuscript has been reproduced from the microfilm master. UMI films the text directly from the original or copy submitted. Thus, some thesis and dissertation copies are in typewriter face, while others may be from any type of computer printer. The quality of this reproduction is dependent upon the quality of the copy submitted. Broken or indistinct print, colored or poor quality illustrations and photographs, print bleedthrough, substandard margins, and improper alignment can adversely affect reproduction. In the unlikely event that the author did not send UMI a complete manuscript and there are missing pages, these will be noted. Also, if unauthorized copyright material had to be removed, a note will indicate the deletion. Oversize materials (e.g., maps, drawings, charts) are reproduced by sectioning the original, beginning at the upper left-hand comer and continuing from left to right in equal sections with small overlaps. Each original is also photographed in one exposure and is included in reduced form at the back of the book. Photographs included in the original manuscript have been reproduced xerographically in this copy. Higher quality 6” x 9” black and white photographic prints are available for any photographs or illustrations appearing in this copy for an additional charge. Contact UMI directly to order. UMI Bell & Howell Information and Learning 300 North Zeeb Road, Ann Aibor, Ml 48106-1346 USA 800-521-0600 3D VIRTUAL WORLDS AND LEARNING: AN ANALYSIS OF THE IMPACT OF DESIGN AFFORDANCES AND LIMITATIONS IN ACTIVE WORLDS, BLAXXUN INTERACTIVE, AND ONLIVE! TRAVELER; AND A STUDY OF THE IMPLEMENTATION OF ACTIVE WORLDS FOR FORMAL AND INFORMAL EDUCATION DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Michele D.
    [Show full text]
  • Guia De Desenvolvimento De Jogos Para Programadores Independentes
    Guia de desenvolvimento de jogos para programadores independentes LUÍS MIGUEL DIAS FERNANDES Outubro de 2015 Guia de desenvolvimento de jogos para programadores independentes Luís Miguel Dias Fernandes Dissertação para obtenção do Grau de Mestre em Engenharia Informática, Área de Especialização em Sistemas Gráficos e Multimédia Orientador: Filipe de Faria Pacheco, PhD Júri: Presidente: [Nome do Presidente, Categoria, Escola] Vogais: [Nome do Vogal1, Categoria, Escola] [Nome do Vogal2, Categoria, Escola] (até 4 vogais) Porto, Outubro 2015 ii Resumo Os vídeo jogos ou jogos de computador têm vindo a crescer na sua relação com o público ganhando terreno e credibilidade nos benefícios que os jogadores obtêm quando usam este tipo de software, indo esses benefícios para além do divertimento associado à palavra jogo no seu sentido etimológico. Nos últimos anos cada vez mais o mercado e algumas das mais reputadas instituições de ensino têm dedicado especial atenção a este tipo de software, englobando nesses estudos diversas áreas desde a engenharia à saúde, incluindo ainda, estudos de cariz psicológico e sociológico reveladores de que estas experiências de entretenimento, cada vez mais disponíveis a todos, têm influência na sua envolvente de integração e relação com outros fenómenos de cariz social. Apreciado o estado da arte esta tese tem como principal objetivo servir de guia de iniciação a individuais ou pequenas equipas da área de desenvolvimento de software no caminho para o desenvolvimento de jogos de vídeo independentes, apresentando uma análise cuidada capaz de apoiar as equipas desde o momento zero, estando o mesmo estruturado de forma a refletir o entendimento das bases teóricas em que o desenvolvimento deste tipo de software assenta, o estado da arte sobre plataformas, análise de mercado e indústria, metodologias de desenvolvimento e equipas, e ainda analisadas algumas das mais relevantes ferramentas de desenvolvimento e criação de conteúdos.
    [Show full text]
  • An Overview of the Steamie Educational Game Engine
    Session F3B An Overview of the STEAMiE Educational Game Engine Scott Nykl, Chad Mourning, Mitchell Leitch, David Chelberg, Teresa Franklin, and Chang Liu Ohio University, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Abstract - Today, there exists a significant disparity in tools to create educational games and the tools’ the degree of technological development between shortcomings are described below. commercial and educational games. The STEAMiE Educational Engine is a cutting-edge system used to I. Recreational Engines create advanced, realistic, immersive learning environments. These environments have been shown to The Torque Game Engine is one of the leading independent influence comprehension and retention of hard-to-teach developer game engines [1]. There are multiple ways in science concepts. This paper will present an overview of which SEE is superior. First, Torque supports basic physics: the features of our STEAMiE Educational Engine and things can fall, go in a straight line, follow a parabola, and how to use it to create games/simulations capable of collide with other objects [1]. In SEE the physics engine enhancing a user’s learning experience. provides much higher fidelity; SEE can maintain realistic multi-object interactions that cascade indefinitely. Second, The STEAMiE Educational Engine contains a rich Torque, similar to many existing engines, utilizes its own feature set allowing for development of powerful “C++ like” scripting language. Scripting languages allow modules within a short period of time. From a certain common scenarios to be easily implemented; development point of view, the STEAMiE Educational however, as the complexity of a scenario increases the Engine’s object oriented design is modular and can be limitations of the scripting language force the developer to easily extended to support new functionality in a timely “jump through hoops” to achieve their goal.
    [Show full text]
  • SMOKE MANAGEMENT GUIDE for PRESCRIBED and WILDLAND FIRE 2001 Edition
    SMOKE MANAGEMENT GUIDE FOR PRESCRIBED AND WILDLAND FIRE 2001 Edition EDITORS/COMPILERS: PRODUCED BY: Colin C. Hardy National Wildfire Coordinating Group Roger D. Ottmar Fire Use Working Team Janice L. Peterson John E. Core Paula Seamon Additional copies of this publication may be ordered by mail/fax from: National Interagency Fire Center, ATTN: Great Basin Cache Supply Office 3833 S. Development Avenue Boise, Idaho 83705. Fax: 208-387-5573. Order NFES 1279 An electronic copy of this document is available at http://www.nwcg.gov. ________________________________________________________________________ The National Wildfire Coordinating Group (NWCG) has developed this information for the guidance of its member agencies and is not responsible for the interpretation or use of this information by anyone except the member agencies. The use of trade, firm, or corporation names in this publication is for the information and convenience of the reader and does not constitute an endorse- ment by NWCG of any product or service to the exclusion of others that may be suitable. 2001 Smoke Management Guide Forward Forward The National Wildfire Coordinating Group’s (NWCG) Fire Use Working Team1 has assumed overall responsibility for sponsoring the development and production of this revised Smoke Management Guide for Prescribed and Wildland Fire (the “Guide”). The Mission Statement for the Fire Use Work- ing Team includes the need to coordinate and advocate the use of fire to achieve management objec- tives, and to promote a greater understanding of the role of fire and its effects. The Fire Use Working Team recognizes that the ignition of wildland fuels by land managers, or the use of wildland fires ignited by natural causes to achieve specific management objectives is receiving continued emphasis from fire management specialists, land managers, environmental groups, politicians and the general public.
    [Show full text]
  • Challenges for Game Designers Brenda Brathwaite And
    CHALLENGES FOR GAME DESIGNERS BRENDA BRATHWAITE AND IAN SCHREIBER Charles River Media A part of Course Technology, Cengage Learning Australia, Brazil, Japan, Korea, Mexico, Singapore, Spain, United Kingdom, United States Challenges for Game Designers © 2009 Course Technology, a part of Cengage Learning. ALL RIGHTS RESERVED. No part of this work covered by the copyright Brenda Brathwaite and Ian Schreiber herein may be reproduced, transmitted, stored, or used in any form or by any means graphic, electronic, or mechanical, including but not limited to photocopying, recording, scanning, digitizing, taping, Web distribution, Publisher and General Manager, information networks, or information storage and retrieval systems, except Course Technology PTR: as permitted under Section 107 or 108 of the 1976 United States Copyright Stacy L. Hiquet Act, without the prior written permission of the publisher. Associate Director of Marketing: For product information and technology assistance, contact us at Sarah Panella Cengage Learning Customer & Sales Support, 1-800-354-9706 For permission to use material from this text or product, Content Project Manager: submit all requests online at cengage.com/permissions Jessica McNavich Further permissions questions can be emailed to [email protected] Marketing Manager: Jordan Casey All trademarks are the property of their respective owners. Acquisitions Editor: Heather Hurley Library of Congress Control Number: 2008929225 Project and Copy Editor: Marta Justak ISBN-13: 978-1-58450-580-8 ISBN-10: 1-58450-580-X CRM Editorial Services Coordinator: Jen Blaney eISBN-10: 1-58450-623-7 Course Technology Interior Layout: Jill Flores 25 Thomson Place Boston, MA 02210 USA Cover Designer: Tyler Creative Services Cengage Learning is a leading provider of customized learning solutions with office locations around the globe, including Singapore, the United Kingdom, Indexer: Sharon Hilgenberg Australia, Mexico, Brazil, and Japan.
    [Show full text]
  • MANUAL Riding Star Manual 1
    MANUAL Riding Star Manual 1. SYSTEM REQUIREMENTS TABLE of CONTENTS Minimum system requirements: Windows 2000/XP, Intel Pentium (or similar AMD) 1.5 GHz, 256 MB 1. SYSTEM REQUIREMENTS 3 6. THE DISCIPLINES 11 RAM, DirectX® 9, Direct 3D compatible graphics card with 64MB RAM, 2. INSTALLATION AND STARTING DRESSAGE 11 DirectSound compatible sound card, mouse, keyboard, 8x CD-ROM. THE GAME 3 Displays 12 3. CONTROLS 4 Preview of the fi gures 12 Recommended system requirements: 4. MAIN MENU 5 Dressage indicator 12 Windows 2000/XP, Intel Pentium (or similar AMD) 1.5 GHz, 512 MB QUICK GAME 5 Collections 13 RAM, DirectX® 9, Direct 3D compatible graphics card with 128 MB CAREER 5 Special fi gures 13 RAM, DirectSound compatible sound card, mouse, keyboard, 8x CD- OPTIONS 5 Example 14 ROM. Performance on notebook models may vary. QUIT 5 SHOW JUMPING 15 5. YOUR CAREER 5 Displays 16 PLAYER PROFILE 6 Rules 17 2. INSTALLATION AND STARTING THE GAME GAME CHARACTER 6 CROSS COUNTRY 18 THE COURTYARD 6 7. CREDITS 20 Open the CD-ROM drive of your computer and place the Riding Star THE OFFICE 7 CD in the drive. The game will then start automatically. If Riding Star YOUR FIRST HORSE 7 does not run automatically, double-click on the “RidingStar3.exe” fi le in TUTORIAL 7 the CD folder, found in “My Computer”, and then follow the on-screen THE CARE AREA 8 instructions to install Riding Star. Performance parameters 8 Care parameters 8 DirectX 9 or higher should be installed to play Riding Star properly.
    [Show full text]