본문 바로가기
3DsMax/plug-in&scripts

카메라로부터 거리 알아보기

by biped 2020. 1. 7.


(

fn listSort v1 v2 = ( return v1[2] - v2[2] )

local list = for o in geometry collect #(o.name, distance o.center $camera.center)

qsort list listSort

print list

)



-----------------------------------


'camera' 이름만 바꾸어 준다.




그 외 상용 플러그인 : https://miauu-maxscript.com/portfolio-item/miauu-live-measure-pro/



출처: https://forums.autodesk.com/t5/3ds-max-programming/depth-order-from-camera-in-max-script/td-p/8268276





'3DsMax > plug-in&scripts' 카테고리의 다른 글

OSL Shader  (0) 2020.06.12
불륨라이트 셰이더   (0) 2020.04.01
브릿지 관련   (0) 2018.05.06
다수의 객체 매개변수를 한번에 조정하고 싶을때.   (0) 2018.03.19
chamfer 관련   (0) 2018.02.18

댓글