Home › Forums › General Questions › Publishing on other server (webhosting)
- This topic has 19 replies, 6 voices, and was last updated 5 years, 8 months ago by Yuri Kovelenov.
-
AuthorPosts
-
2018-07-21 at 7:42 am #5903RMandikCustomer
Dears
before I buy verge I want to test everything….
can you help please how to make the structure of all the files for publishing on external servers? I am absolute amateur as for the web programing.
I mean exact file content html, css…
what to do with file gltf, bin etc….
I placed all the files but I stopped in this phase… just loading 30%…and stopped..
http://www.pracovni-stoly-sse.cz/2018-07-21 at 8:26 am #5904Yuri KovelenovStaffHi,
I checked your link with the browser console open – it seems that for some reason it cannot load the main .gltf file called “01 SSE.gltf” – which I believe is due to the space character in the file name that your web server cannot handle.
I’d suggest trying to re-create your project without a space in its name (mere renaming won’t work).
can you help please how to make the structure of all the files for publishing on external servers?
The entire app folder should be uploaded. Make sure all the used textures are located inside that folder. You can skip the .max or .blend files and the visual_logic.xml file as they are not needed for work of a deployed app.
2018-07-21 at 9:16 am #5905RMandikCustomerthx, but did not help, still freeze at 30% loading
2018-07-21 at 9:52 am #5907RMandikCustomerI replaced my project with PBR project (monkey helmet)
freeze at 30% still alive
here enclosed the list of the uploaded files2018-07-21 at 9:59 am #5909Yuri KovelenovStaffI checked again in the console – I guess your IIS web server requires adding the .xz file extension to its mime map.
https://docs.microsoft.com/en-us/iis/configuration/system.webserver/staticcontent/mimemapAs a possible workaround, you can upload your app to Verge3D CDN and embed them to your website using iframe.
Attachments:
You must be logged in to view attached files.2018-07-21 at 3:41 pm #5911RMandikCustomerdear
i tried to load my project on your network Verge3D … after several attempts succesfully. finebut it is so so so long time opening that aplication .. i am afraid nobody will wait
is there anything wrong with my project?https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:1252550e6d/applications/01SSE/index.html
2018-07-23 at 3:39 am #5916jemCustomerHello RMandik,
Can you simplify your geometry? Your .bin file is 70MB. In my experience, that is too large. Your scene is fairly simple. You should be able to reduce the complexity of the mesh dramatically without any noticeable effects. Here are some actions that I would do, if it were my project.
1. Eliminate small features. Your socket head cap screws have chamfers. No one will see these tiny features and they add a lot of weight to the model.
2. Eliminate hidden surfaces. Your square tubing has inside walls. No one will see those inner walls but that data is in your .bin.
3. Eliminate as many holes and bevels and rounds as you can. These round features dive up the face count. I think that your injection molded plastic parts have hidden tiny rounds and spheres on the inside.
4. Use smooth shading and use less vertices. The cylinder shaped objects in your scene all seem to have 32 sides. You can model that same geometry in blender in a more efficient way. Create cylinders with fewer faces (the Blender tool calls them vertices). You can use low-poly meshes with smooth shading and object will still look nice.
5. If your scene data originated in CAD, do all of the steps listed above in CAD before exporting to Blender. It will be easier.
Good luck,
JemJeremy Wernick
2018-07-23 at 8:05 am #5921Yuri KovelenovStaffI can only add to the above that you can enable loading of a compressed version of your scene as described here https://www.soft8soft.com/docs/#manual/introduction/Asset-compression
@Jem, thanks for the advice and detailed explanations!2018-08-07 at 6:23 am #6210loomCustomerHi,
i run into troubles with edge. i got Error 401 access denied on all textures. I suspect the error occures on the server side of my webhoster.Do i have to concern about privacy if i publish it the verge3d Server ?
How to remove them after testing ?2018-08-07 at 7:23 am #6211Yuri KovelenovStaffHi,
i run into troubles with edge.
You mean Microsoft Edge browser?
i got Error 401 access denied on all textures.
Can you check if relative file paths are used?
Do i have to concern about privacy if i publish it the verge3d Server ?
A published app will only be seen to persons with whom you share the app link.
How to remove them after testing ?
There is a link in the App Manager to access and remove files on the Network Directory.
Attachments:
You must be logged in to view attached files.2018-09-15 at 8:13 pm #7350tcdoeCustomerThis I need to work on as well. Placeholder.
CEO, ABĒMIS LLC
visit: abemis.com2019-02-27 at 1:09 pm #11878ziweiParticipantHello, I am in the same situation as you. How did you solve it? Thank you!
2019-02-27 at 1:54 pm #11879Yuri KovelenovStaffHi,
I am in the same situation as you.
Can you please elaborate?
2019-02-28 at 12:47 pm #11922ziweiParticipantHello, there’s no problem with app mannger, but only 30% can be loaded into the local server. The same is true for other servers in the LAN. It’s easy to make. It’s a water molecule stick model.I think it’s lack of what driver to load. The browser is chrome.
2019-02-28 at 1:25 pm #11935Yuri KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.