Jump to content

Search the Community

Showing results for tags 'transformcoordinates'.

  • 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. see the playground link at bottom In this I have a basic scene with one sphere Before the scene is rendered the sphere y position is set to 1. (location is thus (0,1,0)) I calculate the TransformCoordinates of Vector3(0,1,0) in the sphere's matrix. If should be (0,2,0) but when printed out to console it shows (0,1,0) The scene is then rendered, I print it out again post render. Now it shows the correct value of (0,2,0). Nothing changed between pre and post render. So why this behavior? http://www.babylonjs-playground.com/#10O0LF#0
×
×
  • Create New...