<lightscenes> 요소
<lightscenes> 요소는 Creo Illustrate 조명 설정 목록의 모든 조명 설정을 정의합니다. 하위 <lightscene> 요소가 하나 이상 있습니다. <lightscenes> 요소에는 속성이 없습니다. <lightscenes> 요소는 XML 파일에 하나만 포함할 수 있습니다.
<lightscenes> 구문
<lightscenes>
<lightscene />
<lightscene />

<lightscene />
</lightscenes>
<lightscenes> 하위 요소
<lightscene>
조명 설정 요소입니다. 단일 조명 설정의 등록 정보가 포함됩니다. <lightscene> 요소를 참조하십시오.
<lightscenes> 예제
아래 <lightscenes> 요소는 조명 설정 목록에 조명 설정 두 개를 작성합니다.
DEFSingle - 키 조명 한 개와 번역된 사전 정의 이름이 포함된 단일 조명 설정입니다.
TwoLights - 키 조명 한 개와 채우기 조명 한 개, 번역되지 않은 사용자 정의 이름이 포함된 조명 2개 설정입니다.
<lightscenes>
<lightscene>
<name locid="DEFSingle"/>
<light name="key" type="direct" relative="view" />
<color />
<direction />
</lightscene>
<lightscene>
<name>TwoLights</name>
<light name="key" type="direct" relative="view" />
<color />
<direction />
<light name="fill" type="direct" relative="view" />
<color />
<direction />
</lightscene>
</lightscenes>
도움이 되셨나요?