• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Camera help

Status
Not open for further replies.
Level 6
Joined
Sep 27, 2008
Messages
258
So this is what i am trying to do
key /= cam angle _= terrain *=nothing

************************/
**********************/
********************/
******************/
****************/
___________________________________________

This is the default cam angle sorta

And i want to change it to this key -=cam angle _=terrain *=nothing





*********************---------------------
_____________________________________________
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
Indeed, the standard Angle of Attack of a camera (abbreviated as "AoA", the angle at which it faces the ground), is 304º.
What you want is a camera where the AoA is 0º (or 360º, same thing).

  • Camera - Set {Player}'s camera Angle of attack to 0.00 over 0.00 seconds
(Found in Camera - Set Camera Field Timed)

But when you do this, all it will show is black.
It does this because the Z height (height from ground to camera) of the camera is 0.00, so it goes through the terrain, instead of floating above it.

To change this, use:
  • Camera - Set {Player}'s camera Height Offset to {Height} over 0.00 seconds
You can set {Height} to whatever you want. 64-128 is recommended for what you want I think.
 
Status
Not open for further replies.
Top