个人案例
- 次元数字画廊
live2d
微信小程序原生live2d扫码体验
kForceModeForce = 0, kForceModeImpulse = (1 << 0), kForceModeVelocityChange = (1 << 1), kForceModeAcceleration = (1 << 2) 和u3d一样
ForceMode的在哪里,该如何调用出来?使用addForce时需要ForceMode,但是我找了很久都没有一个含有ForceMode这个类型的参数,有大佬看到可以指定一下的吗。
2023-11-09请问怎么解决的
小程序码与小程序链接 /小程序码 /获取不限制的小程序码,接口返回内容乱码,之前线上可以正常生成二维https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/qr-code/getUnlimitedQRCode.html 小程序码与小程序链接 /小程序码 /获取不限制的小程序码,接口返回内容乱码,之前线上可以正常生成二维码,现在无法正常生成
2023-04-14微信小程序原生live2d地址: https://github.com/zhanghu11/live2d-wx.git 记得点个关注星星 [图片]
微信小程序能不能显示live2d的模型?利用uni-app进行微信小程序的开发过程中,uni-app导入第三方js的方式,导入live2d的核心文件,然后在微信调试工具调试时,遇到这样的问题 [图片] 导入的操作如下 [图片] [图片]、
2023-03-13请问你解决了吗
当小程序通过webview打开横屏页面时,再打开竖屏页面,返回小程序横屏webview页面有遮挡入口: [图片] 打开的页面: [图片] 返回后: [图片] [图片] 代码截图: [图片] [图片] [图片] 类似反馈:https://developers.weixin.qq.com/community/develop/doc/000e4c9768c248e3031ab9ce156000
2023-03-07解决了吗
调用CameraFrameListener.start()真机调试失败?调用CameraFrameListener.start()真机调试失败,体验版以及预览可以调用,但在CameraContext.onCameraFrame()中只能获取宽高,data返回空对象。如图[图片] 荣耀10、荣耀8、小莫cc9Pro会出现以上问题。 iphone7调试会闪退。 .js文件 Page({ takePhoto() { let self = this; const ctx = wx.createCameraContext() const listener = ctx.onCameraFrame((frame) => { console.log(frame.data,frame.width,frame.height) self.setData({ text: JSON.stringify(frame) }) }); listener.start({ success:(res) => { self.setData({ ok: "成功" }) }, fail:(res) => { console.log(JSON.stringify(res)) self.setData({ ok:"失败" }) } }) }, error(e) { console.log(e.detail) } }) .wxml文件 <camera device-position="back" flash="off" binderror="error" style="width: 100%; height: 300px;" frame-size="medium"></camera> <button type="primary" bindtap="takePhoto">拍照</button> <view>预览</view> <!-- <image mode="widthFix" src="{{src}}"></image> --> <view>{{ok}}</view> <view>{{text}}</view>
2020-07-22解决了吗,我也遇到了
onCameraFrame获取的数据,如何处理才能生成THREE.DataTexture的纹理对象?var listener = this.aobj.onCameraFrame((frame)=>{ .material.map = new THREE.DataTexture(frame.data,frame.width,frame.height); // 我用了new Uint8Array(frame.data),Uint8ClampedArray都是黑的 .material.needsUpdate = true; }) listener.start(); 关键的代码点如上,我希望能把摄像头的数据放入three.,js中,但是一直是显示黑色。
2020-07-21你去看看设置里对不对
已发布上线的小程序名称无法搜索微信搜索不到该小程序,之前添加的正常访问。 AppID(小程序ID) wxb3cced0797ba04c8 小程序名称:虎客名片 [图片]
2019-10-18要等了
申请尽快审核新的版本,由于线上版本无法配合后台新功能的升级,需要通过审核后用户才能恢复使用?感谢对后台进行了升级,导致旧版本用户无法使用,此前提交了一个审核通过版本,被开发人员无意中覆盖了。 需要等待新的审核版本上线后,用户才能恢复使用,希望能尽快审核。十分感谢。
2019-10-18你好,问题解决了吗
request合法域名设置后还是报错在域名配置中设置了 request合法域名为: https://cp.****.com https://cp.****.com:10444 分别作为生产环境和测试环境. 目前访问不带端口号的地址可以正常访问,带端口号的10444链接就提示域名不在列表中
2019-09-30<scroll-view bindscroll="calendarmove" scroll-y="true" class='content1' wx:if="{{mark7==true}}"> <view class="asktab"> <button id="1" bindtap="newask1" class="asktab1 {{ask==1?'one':'' }}">最新提问</button> <button id="2" bindtap="newask2" class="asktab1 {{ask==2?'one':'' }}">我的提问</button> <button id="3" bindtap="newask3" class="asktab1 {{ask==3?'one':'' }}">发帖</button> </view> <view wx:if="{{ask==1}}" class="head"> <image bindtap="bindViewTap" class="userinfo-avatar1" src="{{askmuster[0].avatarUrl}}" mode="cover"></image> <view class="userinfo-nickname"> <text class="askname">{{askmuster[0].nickName}}</text> <text>{{askmuster[0].Title}}</text> <text>{{askmuster[0].content}}</text> <view wx:if="{{focus==false}}" class="commentbutton" bindtap="focus1"> <view class="commentimg"><image class="commentimg" mode="scaleToFill" src="https://hf360.com.cn/pic/problem/comment.png"></image></view> <view>回复 </view></view> <view class="commentbutton2" wx:else> <button class="commentbutton1" size="mini">发送</button> <input class="input" bindblur="Losefoucus" focus="{{focus}}"></input> </view> </view></view> <view wx:if="{{ask==2}}"></view> <view wx:if="{{ask==3}}"> <view class="Title"><view>问题标题</view> <input class="Titleinput" bindblur="bindblurTitle" placeholder="提出一个讨论问题或软件bug"/></view> <textarea class="contenttext" bindinput="bindTextcontent" placeholder="我们欢迎真诚友善的讨论"></textarea > <button class="Publish" size="mini" bindtap="Publish"hover-class ="button1click">发表</button> </view> </scroll-view> //js newask2: function (e) { var ask1 = e.currentTarget.id; this.setData({ ask: Number(ask1), }) console.log(this.data.ask) }, newask3: function (e) { var ask1 = e.currentTarget.id; this.setData({ ask: Number(ask1), }) console.log(this.data.ask) },
textarea 使用问题在cover-view容器里使用 textarea组件,使用wx:if条件的时候会出现错误。
2019-08-30