PLY Format

<template>
  <model-ply
    src="/static/models/ply/binary/Lucy100k.ply"
  />
</template>
<script setup>
import { ModelPly } from 'vue-3d-model';
</script>
Last Updated:
Contributors: Jiulong Hu