vue-3d-model
vue-3d-model copied to clipboard
加载出了canvas,但是没有显示模型
trafficstars
用的这个网站的模型 https://sketchfab.com/3d-models/88-american-sedan-low-poly-model-8509a7f82665442592627940b7a1cfab
加载出了canvas,但是没有显示模型
这是代码
<template>
<div class="index">
<model-gltf src="/asstes/3d/car/scene.gltf"></model-gltf>
</div>
</template>
<script>
import { ModelGltf } from 'vue-3d-model'
export default {
name: 'Index',
components: {
ModelGltf
}
}
</script>
<style lang="scss" scoped></style>
demo里面有一个错误

给一个能复现问题的demo
给一个能复现问题的demo
https://github.com/JokerLoLgrey/3dModelTest
给一个能复现问题的demo
https://github.com/JokerLoLgrey/3dModelTest
请问问题解决了吗
给一个能复现问题的demo
同样的问题,跟楼主写法一样 gltf格式模型 canvas加载出来 但是模型没有加载出来,请问如何解决?
给一个能复现问题的demo
同样的问题
还需要安装three,npm i three -S
还需要安装three,npm i three -S
还是不行
