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.

mOnz

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mOnz
    Customer

    Hi.. Thank you for your fast respond Yuri.
    Yes.. it worked.

    In my case, when I export from Verge3d v.3.7.1 there is no problem on iOS 12.
    But when I export from 3.8.0 and 3.8.1, the model can’t be loaded. Just stuck in preloader..

    Here is the link that works on iOS 12 (v.3.7.1)

    Here the link that doesn’t work on iOS 12 (v3.8.0 and v.3.8.1)

    What happened?

    in reply to: iOS 15 not working at all? #45364
    mOnz
    Customer

    Thank you Yuri.

    I’m a Maya user,
    I’ll wait the good news :good:

    in reply to: iOS 15 not working at all? #45291
    mOnz
    Customer

    Any news updated here?

    I think the title of this thread is misleading.
    I have spent some time going through various projects and have found for the most part things are working in iOS 15.

    I have a few projects created in 3.71 that have some performance issues. Projects created in 3.6. I have one project that is not working…digging into it.

    But for the most part most of my apps are working fine.

    Perhaps the thread title can be updated to iOS 15 WebXR not working at all?

    The problem is that Verge3D can’t be opened in the new version of Safari (version 15.0) Mac OS X.
    I have tried as i say above..

    Have you tried in (Safari 15.0) Mac OS X?

    But yes, i agree to change the title.. if verge3d only not work in safari mac os x version, not in iOS version 15.0, because i’m not tested yet in ios 15..

    in reply to: iOS 15 not working at all? #45053
    mOnz
    Customer

    Yes i have same problem too..
    After updated Safari to Version 15.0, they won’t open. :-(

    Attachments:
    You must be logged in to view attached files.
    in reply to: Add Fade In effects after Reloader? #44812
    mOnz
    Customer

    Hi all.. Forget about my question above.
    I’ve got the solution. B-)

    Solution :
    1. Add class in your html v3d container div, here i named it “fade-in” :

    <div class="fade-in" id="v3d-container">
    </div>

    *why i can not post full code here?
    but that is what should you do!

    2. Then add this code in to your css file :

    .fade-in {
    animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 10s;
    -moz-animation: fadeIn ease 10s;
    -o-animation: fadeIn ease 10s;
    -ms-animation: fadeIn ease 10s;
    }
    @keyframes fadeIn {
    0% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }

    @-moz-keyframes fadeIn {
    0% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }

    @-webkit-keyframes fadeIn {
    0% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }

    @-o-keyframes fadeIn {
    0% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }

    @-ms-keyframes fadeIn {
    0% {
    opacity:0;
    }
    100% {
    opacity:1;
    }

    Here’s what i got
    https://test4.monzstudios.com/
    :yahoo:

    Now my task is ‘How to showing up the Swipe button AFTER preloader END, then hide it after The Visitor click/drag/or ratate my Scene’

    in reply to: Add Fade In effects after Reloader? #44792
    mOnz
    Customer

    Here’s an example for you. To controll speed of fade in effect change Duration in Animate param puzzle.

    Thanks Mikhail.. Thanks for your effort. :good:
    But what I mean is not fade in with ‘Preloader’..
    Actually, I don’t have problem with my preloader.

    What i want to do is : ‘After’ preloader came END.. My 3D Scene start in, from the dark into normal light.

    I don’t want to turn off my light in 3D software, because it will be looping in my scene.

    Please check my test site : http://www.test3.monzstudios.com
    Take note after preloader/loading bar end.

    *And my 2nd task is : How to hide swipe icon after the visitor swiping or drag the mouse button. But i will try it later..

    Hi mOnz!
    I’ve wondered the same thing for my whole 3 months using Verge3D. I have still not found a good solution, so I would be really keen to know what is suggested.

    The problem is a lack ability to really know when the app has finished loading. When my app reaches 100% according to the Verge calculation, there is a lot of lag. I create interactions for my preloader in webflow, and these all stall when Verge reaches 100%.

    I think the new HTML on event puzzle option, ‘load’, could be helpful here. On event of ‘load’ for v3d-container, anim param opacity for elem v3d container, between 1 and 0, in, for example, 3s.

    Jon

    Hi Jdhutchinson..
    I believe, people who come here are mostly 3d artists who are lazy to learn coding like me.. :D

    And I hope the Soft8soft/Verge3d team can help us, to make it more easier for the 3d artists to put their work into the web, in a simple and fast way.

    in reply to: Add Fade In effects after Reloader? #44751
    mOnz
    Customer

    What exactly must Fade in?

    Hi.. Because I needed a bit of a smooth transition for add a little bit of dramatic effect..
    After the Reloader icon.. The screen went dark, then my 3d scene came in.

    I think it gonna be cool. B-)

Viewing 7 posts - 1 through 7 (of 7 total)