We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

HtmlMixer Example: Why Moving mixerPlane Affects HTML Element Interaction

Home Forums General Questions HtmlMixer Example: Why Moving mixerPlane Affects HTML Element Interaction

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78830
    muhuzhongxun
    Participant

    I tried moving the mixerPlane to position z: 6, but I noticed that when the camera’s z coordinate is in the range of (0, 6), I cannot interact with the HTML content. However, outside this range, everything works fine. I also attempted to move the mixerPlane along the X or Y coordinates, and that worked without issues. I recorded a video; could you please take a look and advise me on how to properly move the mixerPlane to z: 6 while ensuring it functions correctly? :cry:

    https://drive.google.com/file/d/1OYZJTymHluqReG76bhAa5LCjk9LQG8kE/view

    Replace the last segment of the htmlmixer.js code with the following to run the test:

    
    app.renderCallbacks.push(function(delta, now) {
        mixerPlane.object3d.position.z = 6;
        mixerPlane.object3d.rotation.x = 45;
        mixerContext.update(delta, now);
    });
    
    #78831
    kdv
    Participant

    No access. You could prepare your link a little better before posting it…

    take a look and advise me on how to properly move the mixerPlane to z: 6 while ensuring it functions correctly?

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #78847
    muhuzhongxun
    Participant

    I attempted to access the video link from another computer, and it worked.And I also encounter this problem when moving with puzzles

    #78848
    Pandern
    Customer

    Try to access it from another googl user:

    no access

    You need to share the files so that it can be accessible to other users:

    https://support.google.com/docs/answer/2494822

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.