Skip to content
Tomáš Malý edited this page Jul 2, 2018 · 9 revisions

VTS Browser Integration Plugin For Unity 3D

VTS Documentation

Documentation for the whole VTS can be found at read the docs. Documentation for the native browser libraries is at its wiki.

This Repository Contents

Scripts

  • Map - fundamental class that represents the actual world
  • Map Make Local - move the map such that specified lat-lon coordinates are at unity world origin
  • Map Navigation - mouse controlled navigation of the map
  • Camera Cmd Bufs - camera for precise rendering but without actual game objects
  • Camera Objects - camera that synchronizes game objects with the map
  • Collider Probe - allows objects to physically interact with the map

Prefabs

Scenes

  • Vts Navigation - example with CameraCmdBufs and MapNavigation scripts
  • Free Flight - example with CameraObjects and MapMakeLocal scripts

Other Topics

  • Rendering - shaders and materials explanation
  • Precision - an explanation of the issues caused by single floating point precision and how to solve them
  • Atmosphere - physically inspired atmosphere rendering with VTS

Other Related Repositories

Clone this wiki locally