vue-3d-model icon indicating copy to clipboard operation
vue-3d-model copied to clipboard

📷 vue.js 3D model viewer component

Results 128 vue-3d-model issues
Sort by recently updated
recently updated
newest added

用的这个网站的模型 https://sketchfab.com/3d-models/88-american-sedan-low-poly-model-8509a7f82665442592627940b7a1cfab 加载出了canvas,但是没有显示模型 这是代码 ```js import { ModelGltf } from 'vue-3d-model' export default { name: 'Index', components: { ModelGltf } } ``` demo里面有一个错误 ![image](https://user-images.githubusercontent.com/33446705/124088783-dd1b6e00-da85-11eb-918f-5d56b79c88e6.png)

when drag model, Will trigger click event at the same time, so add the dblclick Event #382

![vue-3d-model群二维码](https://user-images.githubusercontent.com/24694592/92548530-d2d77b80-f289-11ea-8bdc-86490933a4c4.png) ----------------------------------------------- 建的qq群,微信群总过期

现在有一个需求,是点击模型不同区域(模型划分为几个区域)显示不同颜色 怎么实现呢 ?

我想通过点击使相机改变到模型的某个位置上,请问应该用API的哪个参数?

模型显示的时候,有些部分失真,显示不完全。请问这个问题如何解决?是显示精度问题吗?还是文件太大? ![1](https://user-images.githubusercontent.com/25893691/50539817-cbf5fb80-0bc1-11e9-91ee-36053a2eee4b.png) ![2](https://user-images.githubusercontent.com/25893691/50539819-d1534600-0bc1-11e9-84c2-6ac167c7d1e1.png)

feature request

使用dae格式文件不能使用双面显示显示。怎么才能使用了,好像只有ply格式的才能使用双面显示属性

Hi . I want create tshert store and get same parameters from user and show product in model . Do you can help me ?

目前都是小文件可以成功显示,大文件就无法加载出来了,不知大佬可有解决方案?

我新建了一个vue3的项目,按照提示运行npm install vue-3d-model --save,安装好之后在About.vue里面粘贴git主页给的example,同时把git里的LeePerrySmith.obj下载下来后放在public目录下(代码和路径见截图1),接着npm run serve,然后打开local host,默认的主页是可以正常显示的,但是我点“About"页面的话点不过去,Console报错见截图2,我看了半天报错信息也无法找到原因。 这个是为什么呢?我已经试过很多次了,包括其它类型的3D模型也试过了,但是都无法显示页面,望大神解答。 截图1: ![image](https://user-images.githubusercontent.com/83649047/139708700-4aba2282-6e83-4a5b-a144-135c62fd72f6.png) 截图2: ![image](https://user-images.githubusercontent.com/83649047/139708721-21c8e3a0-1a8d-4dee-8719-ced6b9d484c3.png)