Giter Club home page Giter Club logo

wechat-miniprogram-ar-ai's People

Contributors

sanyuered avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wechat-miniprogram-ar-ai's Issues

安卓模型黑色问题

作者你好!我这边遇到一个问题,问题出现在安卓平台,当我加载自己的gltf模型(gltf+bin+纹理)时贴图不被渲染,导致模型黑色显示,初步估计问题出现在webglBusiness.js中,劳烦作者解决一下此问题

开发工具提示 分包大小超过限制

message:Error: 分包大小超过限制,main package source size 2379KB exceed max limit 2MB [20220624 11:53:20]
开发工具显示以上提示,代码无法通过编译进行调试

版本冲突

在npm install的时候提示
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @tensorflow/[email protected]
npm ERR! node_modules/@tensorflow/tfjs-converter
npm ERR! @tensorflow/tfjs-converter@"2.1.0" from the root project
npm ERR!

请问如何处理呢?

加载的glb模型如果自带贴图,模型无法显示

if (source.bufferView !== undefined) { sourceURI = parser.getDependency('bufferView', source.bufferView).then(function(bufferView) { isObjectURL = true; var blob = new global.Blob([bufferView], { type: source.mimeType }); sourceURI = URL.createObjectURL(blob); return sourceURI }) }

这个blob 微信小程序暂时无法使用, 请问这里可以怎么修改?

模型格式支持

请问模型除了glb和gltf还能支持其他格式吗,gltf-loader.js 是怎么获取的,能不能拓展支持其他格式呢

画面镜像和闪烁

ar环境下修改模型的贴图就会画面镜像
plan的贴图修改后也是黑色的一片

AR测距不准

使用AR测距时,是否只支持在一个平面上?(而类似iOS自带的测距仪会主动判断在哪个平面上,从而更加精准)

在测试过程中,通过在不同角度和高度来测量同一个物体时,得到的结果是很不一样的。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.