BatForge adds a full-screen, real-time 3D configurator to any WooCommerce cricket bat product. Customers rotate, zoom, and customize the bat — choosing colors, grip style, and stickers/decals — and see every change rendered instantly in 3D before adding their exact configuration to the cart.
Key features
.glb 3D model, map its mesh names to colour/sticker/material controls, and export a ready-to-use configuration — no coding required.Requirements
.glb 3D model of the product you want customers to configure (the bundled GLB Config Builder tool helps you wire one up).BatForge makes no calls to any third-party service, CDN, or analytics endpoint. The 3D engine (Three.js) and its Draco decoder are bundled locally with the plugin. Customer-uploaded sticker images are stored in your own WordPress media library, the same as any other media upload.
BatForge does not connect to, send data to, or load resources from any third-party or external service. The 3D engine (Three.js) and its Draco decoder are bundled with the plugin and served entirely from your own site — there is no CDN dependency and no outbound network call of any kind. The only known external-looking reference in the codebase is a documentation URL (https://www.khronos.org) inside a code comment in the bundled, unmodified Three.js source file, which is not loaded or requested by the plugin and exists only as a citation for other developers reading the source. Customer-uploaded sticker images are stored in your own WordPress media library, the same as any other WordPress media upload.