Giter Site home page Giter Site logo

authoring_tool's Introduction

Authoring_Tool

Configuring The Authoring Tool

Before you run the main program. You might need to edit the config.py file, and change the parameters for each virtual reality(VR) object. Currently, the program supports only 3 VR objects, a picture, a cube and a sphere. Please note that, all the images should be in bmp format.

"out_image_size" : (4096, 4096), 		        # Size of the output of an image in pixels
"objects": 
  "sphere":  
          "name": "VRSphere.bmp,            # Name of the sphere image
          "center": (40, 60),               # Its center in the World coordinates
          "radius": 10, 				            # in units of focal length
          "tait-bryan-angles": [0, 30, 69] 	# in degrees

      "cube": 
          # You have to put the name of all 6 images that form a cube
          "square-image-names": ["image_name_1.bmp", "image_name_2.bmp", "image_name_3.bmp", \
                                  "image_name_4.bmp", "image_name_5.bmp", "image_name_6.bmp"],  
          "center": (250, 350),               # Its center in the World coordinates
          "edge-length": 10, 				          # in units of focal length
          "tait-bryan-angles": [30, 15, 50] 	# in degrees

      "picture":  {   
          "name": "VRPicture.bmp",            # Name of the picture
          "center": (600, 50), 				        # Its center in the World coordinates
          "col-edge-length": 240,	            # in units of focal length
          "tait-bryan-angles": [30, 15, 50] 	# in degrees 

authoring_tool's People

Contributors

nebiyouten avatar amusanga avatar fuwizeye avatar

Watchers

Aimable Tuyishime avatar James Cloos avatar

Forkers

fuwizeye

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.