Author Topic: rotate the orientation of scene  (Read 2300 times)

Offline lapusneanugabi

  • byte
  • *
  • Posts: 5
    • View Profile
rotate the orientation of scene
« on: April 27, 2012, 08:53:53 am »
Hi,

I want to rotate the orientation of scene from portrait to landscape without the logic of game to be affected.

How can i do this?
« Last Edit: April 27, 2012, 08:59:45 am by lapusneanugabi »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12297
    • View Profile
    • http://www.jpct.net
Re: rotate the orientation of scene
« Reply #1 on: April 27, 2012, 10:56:11 am »
I don't get the question. What does the orientation has to do with the game's logic?

Offline lapusneanugabi

  • byte
  • *
  • Posts: 5
    • View Profile
Re: rotate the orientation of scene
« Reply #2 on: April 27, 2012, 11:03:10 am »
I don't get the question. What does the orientation has to do with the game's logic?

rephrase.

I want to rotate the orientation of scene from portrait to landscape. how can i do this?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12297
    • View Profile
    • http://www.jpct.net
Re: rotate the orientation of scene
« Reply #3 on: April 27, 2012, 11:52:23 am »
By tilting the phone. Or by using a fixed orientation that can be set on the activity's start up. You'll find how to do this in the Android docs... it's not engine related.