- This topic has 19 replies, 5 voices, and was last updated 1 year, 10 months ago by kdv.
-
AuthorPosts
-
2020-06-10 at 9:18 pm #28659hellaCustomer
I want to change the verge loading logo and customize it. :P
2020-06-10 at 9:57 pm #28660hellaCustomerI 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.
2020-06-11 at 5:55 am #28674Mikhail LuzyaninStaffI want to change the verge loading logo and customize it. :P
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.
It’ss depend on the model how to reduce an amount of vertices. Sometimes you can use Deciamte Modifier, in other situation you will need to make retopology by hands (using retopoflow or topogun for exmple) or even replace some parts with textures or anything else.
Co-founder and lead graphics specialist at Soft8Soft.
2020-06-11 at 10:01 am #28708hellaCustomerSo 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.?
2020-06-11 at 10:15 am #28709Mikhail LuzyaninStaffYou can’t just replace the verge3d default icon, because it’s embeded into the engine. The only way is to cover it with your own preloaded that was shown in the tutorial.
Co-founder and lead graphics specialist at Soft8Soft.
2020-06-11 at 10:41 am #28711hellaCustomerOkay.
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.
2020-06-11 at 10:50 am #28712hellaCustomerI 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?
2020-06-11 at 12:13 pm #28714Mikhail LuzyaninStaffWhen 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.
Co-founder and lead graphics specialist at Soft8Soft.
2020-06-11 at 4:57 pm #28739hellaCustomer“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?
2020-06-11 at 7:46 pm #28747hellaCustomerI want to use webflow to host the verge3d app that i created. Sorry im kinda confuse.
2020-06-11 at 8:22 pm #28748hellaCustomerWhen 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?
2020-06-12 at 6:13 am #28768Mikhail LuzyaninStaffSo I just need to copy the files that I have in the verre3d application and then place it all in the webflow folder?
Unfortunally WEBFLOW hosting not allow you to run js code (all logic) on their host. THat means that interactivity that you created with puzzles will not work at all. You need to upload your applciation that locates in the verge3d/applciation folder on any external hosts (not webflow) or upload all to verge3D network and share link to the index.html page like it was shown in the first part of this tutorial.
Co-founder and lead graphics specialist at Soft8Soft.
2020-06-12 at 7:53 am #28771hellaCustomerOkay. 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?
2020-06-12 at 9:16 am #28773hellaCustomernvm. 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.
2020-06-12 at 10:17 am #28776Mikhail LuzyaninStaffHope some day we will make a full tutorial hot to create a site using wordpress and add an application there. But for now you just can share a link to the application using another page created with webflow or for example git or wix (that even easier). Plugin for wordpress is free as I know, as a WordPress too.
Co-founder and lead graphics specialist at Soft8Soft.
-
AuthorPosts
- You must be logged in to reply to this topic.