wasabia / three_dart_jsm

Other
17 stars 29 forks source link

FBXLoader type error #8

Closed heyhuo closed 1 year ago

heyhuo commented 2 years ago

[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: type '(num) => num' is not a subtype of type '(dynamic) => dynamic' of 'f' E/flutter (30874): #0 generateTransform (package:three_dart_jsm/three_dart_jsm/loaders/FBXLoader.dart:3966:44)

heyhuo commented 2 years ago

E/flutter (11952): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: type 'List' is not a subtype of type 'List' in type cast E/flutter (11952): #0 generateTransform (package:three_dart_jsm/three_dart_jsm/loaders/FBXLoader.dart:3968:67)

wasabia commented 2 years ago

提供一下模型文件

wasabia commented 2 years ago

@heyhuo 打不开

<Error>
<script/>
<Code>AccessDenied</Code>
<Message>Request has expired</Message>
<X-Amz-Expires>300</X-Amz-Expires>
<Expires>2022-09-22T12:18:55Z</Expires>
<ServerTime>2022-09-22T12:52:07Z</ServerTime>
<RequestId>D0B2SES489HWM6SP</RequestId>
<HostId>VOkRGgv9FR0eLTc9phENlrsFbvxkj78tTh9gPH8EMHNc9uNC0Gyo8HR5AQmY9BPFwHUMufeh5Fw=</HostId>
</Error>
heyhuo commented 2 years ago

http://i3.particlewave.cn:9001/models/fbx/Twist%20Dance.fbx

wasabia commented 2 years ago

@heyhuo 这个也不能下载

wasabia commented 2 years ago

可以了

heyhuo commented 2 years ago

可以了

http://particlewave.cn:9001/models/motions/Falling.fbx 这个也试一下,谢谢

wasabia commented 2 years ago

用threejs 试了一下 没内容显示

heyhuo commented 2 years ago

用threejs 试了一下 没内容显示

这个是mixamo的动作模型,只需要能解析出来模型里的animations就可以了

wasabia commented 2 years ago

@heyhuo
已修复