13.06.2012, 21:39
Quote:
Please rephrase that? What do you mean by "view a building"?
Do you mean set the camera's position to look at the building? If that is what you mean, look at these functions: SetPlayerCameraPos SetPlayerCameraLookAt SetPlayerPos ((Not sure about this, pretty sure you need to place the player near the camera so it loads the actual surroundings, or else it would be all blurry)) TogglePlayerControllable ((Use after SetPlayerPos, if you do, considering you don't want the dude falling down after he is spawned up high)) |