c# - Light/Shadow doesn't apply on small gameobejct -


i want implement object in scene. if add here's looks :

plane

it's beautiful, unfortunately, because of rest of scene, have apply scale of 0.0006 :

planeobject.transform.localscale = new vector3(0.0006f, 0.0006f, 0.0006f); 

and here's happen, no light or shadow on texture of plane :

plane2

i try modify light, here's parameters :

light

did miss something, there minimum size light apply ?

i'm not sure why need apply small scale plane. should able model in reasonable scale. then, can use view parameters zoom plane. don't object sizes or directional light located. guess light inside, behind, or pointing away plane, flat shading. should able put light far away plane , see if anything, move closer, if need effects, sun pretty far away. ;-)


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -