Tags
- solidity
- LSL_Script
- MFC
- oracle
- Intellij
- UI/UX Engineer
- postman tests
- C++
- postman excel
- postman collection
- 우수한 프런트 개발자
- postman pre-request
- postman
- postman session
- postman collection variables
- web developer
- c#
- 좋은 개발자
- Front-end developer
- Android/iOS Developer
- postman html parse
- Android
- 프런트엔드
- Unity
- postman automations
- 다빈치 리졸브
- postman csv
- emplace_back
- Interaction developer
- Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Archives
- Today
- Total
david's daily developer note
LSL_Script 객체 텍스트 스크립트. 본문
728x90
아바타가 객체에 근처에 있을 때, 메세지를 띄운다.
llSetText("안녕?", <1,1,0>, 1.0);
두 번째, 인자는 글자의 색을 나타내며, 예는 다음과 같다. 세번째는 글자색의 알파값.
llSetText("안녕?", <1,1,0>, 1.0);
두 번째, 인자는 글자의 색을 나타내며, 예는 다음과 같다. 세번째는 글자색의 알파값.
vector white = <1.0, 1.0, 1.0>; vector grey = <0.5, 0.5, 0.5>; vector black = <0.0, 0.0, 0.0>; vector red = <1.0, 0.0, 0.0>; vector green = <0.0, 1.0, 0.0>; vector blue = <0.0, 0.0, 1.0>; vector yellow = <1.0, 1.0, 0.0>; vector cyan = <0.0, 1.0, 1.0>; vector magenta = <1.0, 0.0, 1.0>;
728x90
'Develop (kids)' 카테고리의 다른 글
[OpenGL ES] Cube Renderer Class (0) | 2011.06.24 |
---|---|
LSL_Script 객체 텍스쳐 입히기 (0) | 2011.05.24 |
[Android] 안드로이드 바이트 배열을 문자열로 변환하기 (0) | 2011.04.30 |
[Android] XML-DOM (0) | 2011.04.26 |
[Android] Intent Class Array 넘기기 (0) | 2011.04.25 |