• 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.

Setting a portrait camera to a certain geoset

Status
Not open for further replies.
Level 6
Joined
Sep 23, 2004
Messages
35
I made a camera for my model, but the portrait only shows geoset 2, not geoset 1. But since I'm not asking for Geoset 2, shouldn't geoset 1 be the default one to show? Anyway, is there anything I can do to force geoset 1 to show up in the portrait? Here's my code.

Camera "Camera01" {
Position { 319.876, -19.8756, 0.876 },
FieldOfView 0.4,
FarClip 1000,
NearClip 10,
Target {
Position { -54.8756, 4.8756, 136.876 },
}
}
 
Status
Not open for further replies.
Top