2012년 1월 31일 화요일
복사꽃 무더기로 피더이다
멀고 먼 인생길, 어찌 평탄한 길만 있겠습니까. 때로는 오르막, 또 때로는 내리막. 더러는 주막집 문전걸식에 더러는 잔칫집 진수성찬. 눈보라 몰아치는 엄동설한 지겹도록 길더니, 걷다 보니 어느새 화창한 봄. 걸음마다 복사꽃도 무더기로 피더이다.
아...멋지다.
2012년 1월 29일 일요일
Galactic coordinate system
Galactic coordinate system
멋지다.
The galactic coordinate system (GCS) is a celestial coordinate system which is centered on the Sun and is aligned with the apparent center of the Milky Way galaxy. The "equator" is aligned to the galactic plane. Similar to geographic coordinates, positions in the galactic coordinate system have latitudes and longitudes. The northern galactic pole is located in the constellation of Coma Berenices while the southern pole lies in Sculptor.
http://en.wikipedia.org/wiki/Galactic_coordinate_system
2012년 1월 27일 금요일
Manipulatory and ambulatory space
Lederman, Klatzkey, Collins, Wardell (1987) made a distinction between manipulatory and ambulatory space, the former within reach of the hands and the latter requiring exploration by movements of the body.
Lederman, S. J., Klatzky, R. L., Collins, A. and Wardell, J. Exploring environments by hand or foot: Time-based heuristics for encoding distance in movement space. Journal of Experimental Psychology: Learning, Memory, and Cognition, 13, 4 (1987), 606-614.
2012년 1월 13일 금요일
Perspective correct barycentric coordinate
Perspective effect가 있으면, projected space에서 barycentric 계산 틀려짐.
아래는 nvidia 어디에선가 가져온 자료.
그냥 Object space에서 해결.
시간나면 다른 방법으로도 풀어봐야겠다.
cursor위치에서 vertex normal을 이용하여 normal vector interpolation을 하기 위함
Perspective-correct barycentric coordinate for picking:
float b0 = _area[0];
float b1 = _area[1];
float b2 = _area[2];
float w0 = p_rot_face[0].z;
float w1 = p_rot_face[1].z;
float w2 = p_rot_face[2].z;
w_= b0/w0 + b1/w1 + b2/w2;
w_ = 1.0/w_;
_area[0] = _area[0] / w0 * w_;
_area[1] = _area[1] / w1 * w_;
_area[2] = _area[2] / w2 * w_;
아래는 nvidia 어디에선가 가져온 자료.
그냥 Object space에서 해결.
cursor위치에서 vertex normal을 이용하여 normal vector interpolation을 하기 위함
Perspective-correct barycentric coordinate for picking:
float b0 = _area[0];
float b1 = _area[1];
float b2 = _area[2];
float w0 = p_rot_face[0].z;
float w1 = p_rot_face[1].z;
float w2 = p_rot_face[2].z;
w_= b0/w0 + b1/w1 + b2/w2;
w_ = 1.0/w_;
_area[0] = _area[0] / w0 * w_;
_area[1] = _area[1] / w1 * w_;
_area[2] = _area[2] / w2 * w_;
2012년 1월 7일 토요일
iMame
파일 리스트
daleks-iPhone:/User/Applications/...F4B24/Documents root# ls -alt
ls: unrecognized prefix: mh
ls: unparsable value for LS_COLORS environment variable
total 1660
drwxr-xr-x 2 mobile mobile 170 Dec 23 13:56 iOS/
drwxr-xr-x 2 mobile mobile 102 Dec 23 13:53 folders/
drwxr-xr-x 8 mobile mobile 748 Dec 23 13:52 ./
drwxr-xr-x 2 mobile mobile 408 Dec 22 01:48 __MACOSX/
drwxr-xr-x 2 mobile mobile 68 Dec 22 01:48 cfg/
drwxr-xr-x 2 mobile mobile 68 Dec 22 01:48 hi/
drwxr-xr-x 2 mobile mobile 68 Dec 22 01:48 nvram/
drwxr-xr-x 6 mobile mobile 272 Dec 22 01:47 ../
-rw-r--r-- 1 mobile mobile 6114 Dec 1 23:46 crash.zip
-rw-r--r-- 1 mobile mobile 23591 Dec 1 23:46 fireone.zip
-rw-r--r-- 1 mobile mobile 20198 Dec 1 23:46 hardhat.zip
-rw-r--r-- 1 mobile mobile 28721 Dec 1 23:46 robby.zip
-rw-r--r-- 1 mobile mobile 6046 Dec 1 23:46 robotbwl.zip
-rw-r--r-- 1 mobile mobile 5621 Dec 1 23:46 sidetrac.zip
-rw-r--r-- 1 mobile mobile 9791 Dec 1 23:46 spectar.zip
-rw-r--r-- 1 mobile mobile 17034 Dec 1 23:46 starfire.zip
-rw-r--r-- 1 mobile mobile 8089 Dec 1 23:46 targ.zip
-rw-r--r-- 1 mobile mobile 6288 Dec 1 23:46 circus.zip
-rw-r--r-- 1 root mobile 267019 Apr 10 2003 gladiatr.zip
-rw-r--r-- 1 root mobile 1170578 Apr 10 2003 goldnaxe.zip
-rw-r--r-- 1 root mobile 36610 Apr 8 2003 goonies.zip
-rw-r--r-- 1 root mobile 66256 Apr 8 2003 gberet.zip
daleks-iPhone:/User/Applications/...F4B24/Documents root# ls -alt
ls: unrecognized prefix: mh
ls: unparsable value for LS_COLORS environment variable
total 1660
drwxr-xr-x 2 mobile mobile 170 Dec 23 13:56 iOS/
drwxr-xr-x 2 mobile mobile 102 Dec 23 13:53 folders/
drwxr-xr-x 8 mobile mobile 748 Dec 23 13:52 ./
drwxr-xr-x 2 mobile mobile 408 Dec 22 01:48 __MACOSX/
drwxr-xr-x 2 mobile mobile 68 Dec 22 01:48 cfg/
drwxr-xr-x 2 mobile mobile 68 Dec 22 01:48 hi/
drwxr-xr-x 2 mobile mobile 68 Dec 22 01:48 nvram/
drwxr-xr-x 6 mobile mobile 272 Dec 22 01:47 ../
-rw-r--r-- 1 mobile mobile 6114 Dec 1 23:46 crash.zip
-rw-r--r-- 1 mobile mobile 23591 Dec 1 23:46 fireone.zip
-rw-r--r-- 1 mobile mobile 20198 Dec 1 23:46 hardhat.zip
-rw-r--r-- 1 mobile mobile 28721 Dec 1 23:46 robby.zip
-rw-r--r-- 1 mobile mobile 6046 Dec 1 23:46 robotbwl.zip
-rw-r--r-- 1 mobile mobile 5621 Dec 1 23:46 sidetrac.zip
-rw-r--r-- 1 mobile mobile 9791 Dec 1 23:46 spectar.zip
-rw-r--r-- 1 mobile mobile 17034 Dec 1 23:46 starfire.zip
-rw-r--r-- 1 mobile mobile 8089 Dec 1 23:46 targ.zip
-rw-r--r-- 1 mobile mobile 6288 Dec 1 23:46 circus.zip
-rw-r--r-- 1 root mobile 267019 Apr 10 2003 gladiatr.zip
-rw-r--r-- 1 root mobile 1170578 Apr 10 2003 goldnaxe.zip
-rw-r--r-- 1 root mobile 36610 Apr 8 2003 goonies.zip
-rw-r--r-- 1 root mobile 66256 Apr 8 2003 gberet.zip
피드 구독하기:
글 (Atom)