Jump to content

Search the Community

Showing results for tags 'vrdeviceorientation'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hi Guys I was wondering if is posible to have two vew ports in the two sides of the VR camera. @MackeyK24 let me know if you know the answer please let myCamera: BABYLON.FreeCamera = new BABYLON.VRDeviceOrientationFreeCamera("FreeCamera", new BABYLON.Vector3(0, 0, 0), this.scene); this.scene.activeCamera.position, this.scene); myCamera.attachControl(this.engine.getRenderingCanvas()); this.scene.activeCameras.push(myCamera); this.scene.activeCameras.push(this.scene.activeCamera); this.scene.activeCamera.viewport = new BABYLON.Viewport(0, 0, 0.5, 1.0); myCamera.viewport = new BABYLON.Viewport(0.2, 0, 0.2,0.5); I only get this in one side of the left lens do I have to create a third one , I need to have a camera view port inside my vr camera if any body knows how to do it it would be appreciated. thanks
×
×
  • Create New...