• 🏆 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!

[General] Problem with First-Person Camera Far-Z

Status
Not open for further replies.
Level 20
Joined
Jul 12, 2010
Messages
1,719
Im currently making a project called Hunting Unlimited and I have problems with the Far Z option.

I have already set it to maximum:
  • Camera - Set Player 1 (Red)'s camera Far Z to 1000000000.00 over 0.50 seconds
but I still have problems:
HU%20Far%20Z%20Problem.jpg
ROClientGame%202013-03-04%2015-43-26-217.jpg

DH2005_FarZ.jpg


What I'm trying to do is to completely remove the Far Z so that only the Fog will stay there, Is it possible?
 
Last edited:
Level 5
Joined
Jun 14, 2009
Messages
106
Far Z has a 10,000 limit, so you can't set it beyond that number. If you want only fog to be visible you have to adjust the fog levels in the Map Properties section and set the Far Z to a very low number.
 
Level 20
Joined
Jul 12, 2010
Messages
1,719
Far Z has a 10,000 limit, so you can't set it beyond that number. If you want only fog to be visible you have to adjust the fog levels in the Map Properties section and set the Far Z to a very low number.
why set Far Z to a very low number? i actually want to know if it's possible to surpass the maximum Far Z value since it's not as high as i want it too, perhaps there is a way in Jass/vJass to do it if anybody knows?
 
Status
Not open for further replies.
Top