• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

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