JSON Format

<template>
  <model-three
    src="/static/models/json/scene.json"
  />
</template>
<script setup>
import { ModelThree } from 'vue-3d-model';
</script>
Last Updated:
Contributors: Jiulong Hu