Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Maya Basics & Newbie Lounge (https://simplymaya.com/forum/forumdisplay.php?f=31)
-   -   maya objects are hidden when I zoom out (https://simplymaya.com/forum/showthread.php?t=23618)

mediamaya 26-10-2006 11:28 AM

maya objects are hidden when I zoom out
 
I have a scene with a big object,
because I want to realize an animation and when I pan camera
with small object the pan are much faster, with the big object work pretty good.

When I zoom out in my perspect (or other view)
all the object are hidden WHY ???

I also changed the shading option but I dont see the wireframe
in a far view

vladimirjp 26-10-2006 11:32 AM

select the camera, open the attribute editor and increase the far clip plane to something like 10000000.

also, in the prefs, u can change the default clip planes to suit your needs

mediamaya 26-10-2006 02:02 PM

tnx vladi
but I must also reduce my model :-)

Dann 26-10-2006 03:59 PM

I wrote this script a while back to fix this when it occurs;. Rather than manually go and extend the far clipping plane, if you make a shelf button out of this code it will double the far clippling plane of whatever camera/view is active.

string $currentCamera;
string $panel = `getPanel -wf`;

if ( "modelPanel" == `getPanel -to $panel` )
{
$currentCamera = `modelEditor -q -camera $panel`;
}

string $farClip = ($currentCamera + ".farClipPlane");
float $farClipValue = `getAttr $farClip`;
setAttr $farClip ($farClipValue * 2);


All times are GMT. The time now is 06:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018