x3dom / x3dom

X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.
http://x3dom.org
Other
815 stars 271 forks source link

Stack overflow. HAnimHumanoid model with 53-54 Joints. #1286

Closed coderextreme closed 11 months ago

coderextreme commented 11 months ago

x3dom-full.debug.js:65658 Uncaught RangeError: Maximum call stack size exceeded at x3dom.registerNodeType.defineClass.nodeChanged.nodeChanged (x3dom-full.debug.js:65658:34) at x3dom.NodeNameSpace.setupTree (x3dom-full.debug.js:12167:19) at x3dom.NodeNameSpace. (x3dom-full.debug.js:12160:34) at NodeList.forEach () at x3dom.NodeNameSpace.setupTree (x3dom-full.debug.js:12158:36) at x3dom.NodeNameSpace. (x3dom-full.debug.js:12160:34) at NodeList.forEach () at x3dom.NodeNameSpace.setupTree (x3dom-full.debug.js:12158:36) at x3dom.NodeNameSpace. (x3dom-full.debug.js:12160:34) at NodeList.forEach ()

Using Single IndexedFaceSet with 20889 points, 41772 triangles.

Log:

INFO: Inline: added JointCoordinateAxes.x3d to scene.

INFO: register NavigationInfoBindable null/

INFO: NavType: undefined

INFO: Switch to examine mode.

INFO: setBaseURL: ../data/

INFO: setBaseURL:

INFO: Inline: downloading JointCoordinateAxes.x3d done.

INFO: register ViewpointBindable LeifRootView/ Root View

INFO: activate ViewpointBindable LiefView/Leif Front View

INFO: deactivate ViewpointBindable null/defaultX3DViewpointNode

INFO: register ViewpointBindable LiefView/Leif Front View

INFO: activate NavigationInfoBindable null/

INFO: deactivate NavigationInfoBindable null/defaultX3DNavigationInfoNode

INFO: register NavigationInfoBindable null/

INFO: NavType: undefined

INFO: Switch to examine mode.

INFO: setBaseURL: ../data/

INFO: setBaseURL:

INFO: Inline: downloading ../data/Leif4.5Final.x3d done.

INFO: Time for setup and init of GL element no. 0: 39 ms.

INFO: activate ViewpointBindable null/defaultX3DViewpointNode

INFO: register ViewpointBindable null/defaultX3DViewpointNode

INFO: create new Viewpoint for X3DViewpointNode-stack

INFO: activate BackgroundBindable null/defaultX3DBackgroundNode

INFO: register BackgroundBindable null/defaultX3DBackgroundNode

INFO: create new Background for X3DBackgroundNode-stack

INFO: System ready.

INFO: activate NavigationInfoBindable null/defaultX3DNavigationInfoNode

INFO: register NavigationInfoBindable null/defaultX3DNavigationInfoNode

INFO: NavType: undefined

INFO: Switch to examine mode.

INFO: create new NavigationInfo for X3DNavigationInfoNode-stack

INFO: activate EnvironmentBindable null/defaultX3DEnvironmentNode

INFO: register EnvironmentBindable null/defaultX3DEnvironmentNode

INFO: create new Environment for X3DEnvironmentNode-stack

INFO: setBaseURL:

INFO: webgl2 context found Vendor: WebKit Google Inc. (NVIDIA), Renderer: WebKit WebGL ANGLE (NVIDIA, NVIDIA GeForce GTX 980 Direct3D11 vs_5_0 ps_5_0, D3D11), Version: WebGL 2.0 (OpenGL ES 3.0 Chromium), ShadingLangV.: WebGL GLSL ES 3.00 (OpenGL ES GLSL ES 3.0 Chromium), MSAA samples: 4 Extensions: EXT_color_buffer_float, EXT_color_buffer_half_float, EXT_disjoint_timer_query_webgl2, EXT_float_blend, EXT_texture_compression_bptc, EXT_texture_compression_rgtc, EXT_texture_filter_anisotropic, EXT_texture_norm16, KHR_parallel_shader_compile, OES_draw_buffers_indexed, OES_texture_float_linear, OVR_multiview2, WEBGL_compressed_texture_s3tc, WEBGL_compressed_texture_s3tc_srgb, WEBGL_debug_renderer_info, WEBGL_debug_shaders, WEBGL_lose_context, WEBGL_multi_draw, WEBGL_provoking_vertex

INFO: Initializing X3DCanvas for [x3dom-1690775410565-canvas]

INFO: Creating canvas for (X)3D element...

INFO: Found 1 X3D and nodes...

INFO: X3DOM 1.8.3-dev, Build: 7480, Revison: 434365a4bf0d52ddf1ee2d03c22d755bdbe64a5b, Date: Sat Jul 1 22:50:30 2023 -0400

andreasplesch commented 11 months ago

Could you please provide the model ? Thanks.

coderextreme commented 11 months ago

We have to wait until the research project is published.

Sorry!

On Mon, Jul 31, 2023 at 12:15 PM Andreas Plesch @.***> wrote:

Could you please provide the model ? Thanks.

— Reply to this email directly, view it on GitHub https://github.com/x3dom/x3dom/issues/1286#issuecomment-1658809134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMJ57RVV7AW5XEZWWNOHDXS7R4LANCNFSM6AAAAAA25VDDYU . You are receiving this because you authored the thread.Message ID: @.***>

andreasplesch commented 11 months ago

There is then nothing really which can be done to help. Please reopen when appropriate.

coderextreme commented 11 months ago

I know, it’s just an issue for further reference.

On Mon, Jul 31, 2023 at 12:22 PM Andreas Plesch @.***> wrote:

There is then nothing really which can be done to help.

— Reply to this email directly, view it on GitHub https://github.com/x3dom/x3dom/issues/1286#issuecomment-1658828615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMJ57ANA6VGNLTGECWQSTXS7STXANCNFSM6AAAAAA25VDDYU . You are receiving this because you authored the thread.Message ID: @.***>

coderextreme commented 10 months ago

Note, a similar file works okay in FireFox! FYI