Forum Replies Created
-
AuthorPosts
-
Alexander KovelenovStaffAlexander KovelenovStaff
We usually don’t recommend mixing Verge3D-based assets and standard glTF into the same app, since such configurations cannot be properly tested. Also, the excessive size might be due to the fact that most Verge3D assets include an HDR map which cannot be compressed efficiently (you might remove it though).
Regarding DRACO, IMHO this format can’t be considered as a silver bullet for all possible usage cases. See comparison we did some time ago.
Alexander KovelenovStaffHi,
This is not how it works. HTML code can’t be simply executed, it should be put as innerHTML property of some other element.
For more info you might check out our tutorial series on HTML puzzles.
- This reply was modified 5 months, 3 weeks ago by Alexander Kovelenov.
Alexander KovelenovStaffHi,
In general glTF-compatible option should not be used if you have no intention to export to fully-glTF-compatible assets.Perhaps the issue is with UV maps or tangents missing due to optimizations. In the first case, verify that the source and target meshes have the same amount of UV maps (preferably with the same order and names). In the second – try to disable “Optimize Mesh Attributes” in export settings.
Alexander KovelenovStaffAlexander KovelenovStaffHi immuna,
Looks like you have no access rights into the application folder
You might check out the app manager settings to see where it’s located and change to something else.
- This reply was modified 6 months ago by Alexander Kovelenov.
Alexander KovelenovStaffAlexander KovelenovStaffI see, could you please provide a minimal scene which reproduces this behavior so we can check ourselves?
Also Alexander: is there a way to control or change this parameter, either in Blender before the gltf export, or programmatically with some javascript? I don’t see any reference to this parameter in the developper reference…
The option is assigned on all materials which have “Alpha Blend” mode. This is done during glTF export.
Alexander KovelenovStaffAlexander KovelenovStaffAlexander KovelenovStaffAlexander KovelenovStaffStarting from Verge3D 4.7 you can also submit forms via WordPress plugin.
Alexander KovelenovStaffHi,
You might use new features provided by Verge3D 4.7 pre2, namely modal dialog elements (with forms) which will prevent user interaction till the proper password will be entered by the user.Alexander KovelenovStaffAlexander KovelenovStaff -
AuthorPosts