수색…


소개

blend-model 구성 요소 THREE.BlendCharacter를 사용하여 골격 애니메이션 혼합을 포함하는 JSON 모델을로드합니다. 이것은 주로 손과 Vive 컨트롤러를 나타내는 데 사용됩니다.

통사론

  • <a-entity blend-model="#a-asset-item-selector"></a-entity>

비고

가치

유형 기술
선택자 <a-asset-item> 셀렉터
url() - JSON 파일의 경로

이벤트

이벤트 이름 기술
모델 로딩 된 JSON 모델이 장면에로드되었습니다.

`blend-model`의 사용 예

파일에 src를 지정하는 ID를 사용하여 모델을로드하면 모델을로드 할 수 있습니다.

<a-scene>
  <a-assets>
    <!-- At first we load skeletal animation blending JSON as asset -->
    <a-asset-item id="hand" src="/path/to/hand.json"></a-asset-item>
  </a-assets>
  <!-- Now we can use that asset with blend-model-->
  <a-entity blend-model="#hand"></a-entity>
</a-scene>


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow