Hello everyone,
Currently i doing POC for implementing the 3d model to load in outsystems using three js in outsystems, here i stucked to pass the path of the glb or gltf file into the three js. if anyone know please help me out.Thanks in advance
Hi,
Are you integrating treejs javascript framework directly or are you using the following Forge component:https://www.outsystems.com/forge/component-overview/17575/threejs-o11
-- Daniel
hii @Hariharan Rajkumar
You can follow these steps. I think this will help you
1. Upload the GLB/GLTF File to OutSystems
2. Create a Web Block for Three.js Integration
3. Add JavaScript to Load the 3D Model
4. Pass the File Path from OutSystems to Three.js
Best regards