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
2011년 12월 31일 토요일
생각의 시간
까페에 앉아 생각하는 여유있는 시간

- Posted using BlogPress from my iPhone

- Posted using BlogPress from my iPhone
Location:S Craig St,Pittsburgh,United States
2011년 12월 24일 토요일
2011년 12월 23일 금요일
Normal.dotm -_-
무슨말인지 알 수 없는 Word 종료 에러.
Changes have been made that affect the global template, Normal.dotm.
MS에서 제시한 방법... 도통 이해할수 없다.
Change the key per the previous instructions to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders\Cache\
%USERPROFILE%\Local Settings\Temporary Internet Files
2011년 12월 21일 수요일
촌놈의 뉴욕 방문기 2
42번가 역 도착.
촌놈의 두번째 뉴욕 입성.
나는 사람들이 사진찍는 것을 찍는 것을 좋아한다.
잘 어울리는 커플. 눈치 보여서 잘 못찍음 ㅋㅋ
예약하고 이제 Upper west로 이동. 네이버에서 알게된 까페 ㅋㅋ
나름 관광지인듯. Popover cafe.외국 사람들이 많이 온다.
어쨋든 맛도 있고 사장님도 친절하고..
요것은 cobb omurice
전투같이 끝나버린 식사 ㅋㅋ
길거리마다 Christmas 분위기...
다시 내려와서 시카고 감상 ㅎㅎ
중간은 정원형과 노느라 사진이 없음. ㅎㅎ
이제 Pittsburgh로 복귀
첫번째 방문기 :
2011년 12월 14일 수요일
발표회
Pittsburgh downtown에서 열렸던 연주/댄스 발표회.
U Pitt and Attack Theatre dance/composition class final showing.
(https://www.facebook.com/events/258527270867041/)
작품을 이해 못했지만 아담한 공간에서 진행되어 너무 좋았다.
결과를 떠나 모두들 열심히 준비한 과정에 박수를 보낸다.
짝짝짝



이런걸 볼 수 있게해준 재영형 부부에게 또 한번 감사한다. ㅎㅎ
- Posted using BlogPress from my iPhone
U Pitt and Attack Theatre dance/composition class final showing.
(https://www.facebook.com/events/258527270867041/)
작품을 이해 못했지만 아담한 공간에서 진행되어 너무 좋았다.
결과를 떠나 모두들 열심히 준비한 과정에 박수를 보낸다.
짝짝짝



이런걸 볼 수 있게해준 재영형 부부에게 또 한번 감사한다. ㅎㅎ
- Posted using BlogPress from my iPhone
피드 구독하기:
글 (Atom)