hello,i’m making a game where i use isometric camera + low value for fov
and the game get messy if i’m using low settings for the graphic cause the camera is too far away.
the caracter vanish, some times objects vanish and the screen get white.
have any way to turn arround this problem?
cause i think the roblox view limit range is too small for do game like this.
I ran into a similar issue to this when I was making an isometric camera as well. If your problem is the same as mine them it’s because of fog. I set the values to this as a work around. (mine has a different perspective than yours so it might be unrelated)
Thank’s for the tip, that solved my problem the “focus” part was in the camera while the camera was floating far away, now is focusing the player area.