Forum Replies Created
-
AuthorPosts
-
Alexander KovelenovStaff
I’m not saying that you should add DRACO geometry compression because you won’t do it ))) I’m asking why did you remove DRACO extention recognition? It was working fine but you broke it
I can surely understand your frustration on this, however we have quite limited resources and basically have no other options but to remove the features what we have no intention (or time) to support. Basically all the stuff inherited from Three.js which is not in direct use for most of our users will be removed sooner or later. This is how we see the future of Verge3D.
Alexander KovelenovStaffIt would be nice if in future versions we could decide ourselves what mesh attrs could be optimized: the optimized mesh attr. version is comparable with a plain glb in filesize (696kb uncompressed, 219 kb with xz compression). Too bad it’s not compatible with v3d pbr shaders with maps.
This optimization is basically removal of Tangent attributes (needed for normal mapping) which require 4 additional float values per vertex. Perhaps we should consider making per-mesh setting instead of the global one. For now I might suggest making two scenes: one with normal mapped shaders and models which require tangents. Another which don’t require them.
Alexander KovelenovStaffAlexander KovelenovStaffWe 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 4 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 5 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. -
AuthorPosts