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.

hella

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • hella
    Customer

    also another question I want to assign a bloom which is a post processing into one specific object mesh. When I just have the bloom puzzle it would bloom my scene so I just want to apply to a specific mesh. whats the puzzle I need to attach the bloom puzzle into to separate the environment and the mesh that is being applied to. ?

    in reply to: How to Change verge logo pre loading screen :) #28779
    hella
    Customer

    Hi, the tutorial was good and well. I had to create a div block link, to link it to load to another page. I am very happy with the outcome. My site is now complete. Thank you very much for your help! :)

    Thank you for your help and patience.

    in reply to: How to Change verge logo pre loading screen :) #28773
    hella
    Customer

    nvm. I will try to see if I can create a link block in webflow, that redirect to the verge3d app. when click. thank you for your help and patience.

    in reply to: How to Change verge logo pre loading screen :) #28771
    hella
    Customer

    Okay. So, I have to use a wordpress plugin, that you guys provide, but I have to also make an account and subscribe to wordpress so that I can install the plugin? So the wordpress plugin will host the app in the webflow host yes?

    in reply to: How to Change verge logo pre loading screen :) #28748
    hella
    Customer

    When you work locally you need to use this: <iframe width=”100%” height=”100%” frameborder=”0″ src=”your_app_name.html”></iframe>
    When you work with webflow you need to upload your app to Verge3D network and use this in webflow: <iframe width=”100%” height=”100%” frameborder=”0″ src=”cloud.amazon.com/blablalbalbafhefoijsdijfoijid/your_app_name.html”></iframe>
    logic will not work in webflow and webflow hosting because it not allow you to jun expternal js files that contain logic. To share you app you need to uplaod all files that you have localy to any hosting service or to verge3D but share a ling to the insex.html not a my_app_name.html file.

    So I just need to copy the files that I have in the verre3d application and then place it all in the webflow folder?

    in reply to: How to Change verge logo pre loading screen :) #28747
    hella
    Customer

    I want to use webflow to host the verge3d app that i created. Sorry im kinda confuse.

    in reply to: How to Change verge logo pre loading screen :) #28739
    hella
    Customer

    “To share you app you need to uplaod all files that you have localy to any hosting service or to verge3D but share a ling to the insex.html not a my_app_name.html file.”

    How do I do this? do I open up the index.html and copy all the codes and embeded it in the code editor in webflow?

    in reply to: How to Change verge logo pre loading screen :) #28712
    hella
    Customer

    I get a 404 error message when I just have

    <iframe width=”100%” height=”100%” frameborder=”0″ src=”VSNOW.html”></iframe>

    but

    the buttons work in the verge3d index.html app when viewed.

    How do I fixed this? so that I can view and see the buttons work in the published webflow.io website?

    in reply to: How to Change verge logo pre loading screen :) #28711
    hella
    Customer

    Okay.

    I have one last question to ask. I have finished designing in the verge3d app. I published it and imported the code to webflow and saved it. The problem is when I open my published website in webflow.io, the buttons dont work. But when I delete the

    <iframe width=”100%” height=”100%” frameborder=”0″ src=”( i deleted this ) VSNOW.html”></iframe>

    and the buttons themselves work in verge 3d index.html app.

    I dont know what I did wrong.

    in reply to: How to Change verge logo pre loading screen :) #28708
    hella
    Customer

    So I saw the tutorial that you gave me and thank you btw, I have one more question, webflow has a pre loading tutorial would that work to replace the verge icon pre loader if I do it in webflow, since the steps for it is minimal than the tutorial; I was wondering if that will work.?

    in reply to: How to Change verge logo pre loading screen :) #28660
    hella
    Customer

    I also want to compressed my vertices because loading the verge3d app takes a long time. I was wondering if there is a way to compressed and or reduce the load time? I currently have 2 mil vertices. I know the standard recommended is 100k and idk what LZMA does.

    hella
    Customer

    THANK YOU THANK YOU THANK YOU im gana buy this software now i figure it out thank you for YOUR HELP YAY!!!!!!! so happy :D love you :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yahoo: :yahoo: :yahoo: :yahoo: :yahoo: :yahoo: :yahoo:

    hella
    Customer

    THANK YOU THANK YOU THANK YOU im gana buy this software now i figure it out thank you for YOUR HELP YAY!!!!!!! so happy :D love you

    hella
    Customer

    ignore the last post sigh.. it didnt work. im trying to add an element ID but i dont know how. im lost.

    im just trying to simply assign a button when click it change active camera to another camera. I made the button ID”button_2″ in webflow exported it, and did the puzzle html “on event of click for elem “button_2” in parent doc checked do set active camera ‘camera’. im so confuse now.

    hella
    Customer

    <!DOCTYPE html>
    <html>

    <head>
    <title>Index of Vsnow</title>
    <meta charset=”utf-8″>
    <meta name=”viewport” content=”width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0″>
    <meta name=”description” content=”Put some description here – remember about SEO!”>
    <style>
    #my_iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    }

    #hide_button, #show_button {
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: DodgerBlue;
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    }

    #hide_button {
    left: 10px;
    }

    #show_button {
    left: 120px;
    }
    </style>
    </head>

    <body>
    <iframe id=”my_iframe” src=”Vsnow.html”></iframe>

    </body>

    </html>

Viewing 15 posts - 1 through 15 (of 30 total)