• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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