EYHN
EYHN
@andybak This was fixed in v1.0.1 by replacing the OpenGL backend when rendering glft and glb files. at the cost that the background of the thumbnail is opaque and always...
Unfortunately, we currently do not support external textures for fbx files. This is a limitation of the windows thumbnails handler. For security reasons, we can't get the file path, so...
The link you submitted does not contain any file. It looks like the issue doesn't seem to be related to the file. Please tell me the command you used.
Please provide reproduction files and reproduction steps
I tried a few times and it generated successfully, you should provide the model file and command you used.
- cplayer.add(item: IAudioItem) 添加歌曲。 - cplayer.remove(item: IAudioItem) 删除歌曲。 能不能满足你的需求?
为什么会突然失效呢?
把src写成一个function如何?
``` js let player = new cplayer({ playlist: [ { src: () => { return fetch(xxx).then((res)=>res.text()) } } ] }) ``` 我的意思是这样,然后每次都重新执行函数来获取src。
谢谢你的反馈! 1. 经过在chrome 59.0.3071.125 Android 7.1.1 测试音量可以调整。 2. 在我的 UC 国际版中甚至无法打开播放器,我要研究一下如何调试。 3. 快进通过拖动进度条实现?进度条现在尺寸太小不方便操作,我还要考虑下如何实现。 4. 这个修改对ui修改较大吧。网易云音乐播放器是哪个版本? 反馈的bug我会尽快修复,ui方面的调整还需要讨论。