asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.24k stars 105 forks source link

when use rust wasm #384

Closed adezukZ closed 11 months ago

adezukZ commented 11 months ago

ERROR Using exceptions for control flow, don't mind me. This isn't actually an error! at wbindgen_throw (webpack:///../pkg/wtest_bg.js?:1964:11) at http://localhost:8080/70549e9f6f8c16089cde.module.wasm:wasm-function[1222]:0x0 at http://localhost:8080/70549e9f6f8c16089cde.module.wasm:wasm-function[301]:0x0 at http://localhost:8080/70549e9f6f8c16089cde.module.wasm:wasm-function[513]:0x0 at http://localhost:8080/70549e9f6f8c16089cde.module.wasm:wasm-function[1060]:0x0 at wbg_adapter_59 (webpack:///../pkg/wtest_bg.js?:551:10) at real (webpack:///../pkg/wtest_bg.js?:516:20)

asny commented 11 months ago

don't mind me. This isn't actually an error! 😄

adezukZ commented 11 months ago

can it some how turn off for that not error without using --no-client-overlay in config

don't mind me. This isn't actually an error! 😄

can it some how turn off for that not error without using --no-client-overlay in config

adezukZ commented 11 months ago

do you have example use blend file

asny commented 11 months ago

Maybe, the error is not related to three-d

do you have example use blend file

no

adezukZ commented 11 months ago

can i some how load material file (mtl) to use for object (obj) in three-d

asny commented 11 months ago

https://github.com/asny/three-d/discussions/374

adezukZ commented 11 months ago

thanks

guija commented 7 months ago

@adezukZ , how did you get rid of the error? Thanks.