A web demo app for configuring the visual look of a retail car using WebGL rendering. The project was created using ThreeJS WebGL library with model formats in glTF.
This project is supplied without any warranty and intended for demo purposes only, to experiment with WebGL (threeJS) and the visual quality that could be achieved with it. The model files were downloaded from www.tf3dm.com and optimized using Blender for realtime rendering capability.
Make sure the following requirements are met.
The demo now uses webpack and webpack-dev-server for easy development with hot-loading features and is quiet easy to run by following the steps mentioned below
git clone https://github.com/RendercodeNinja/automotive-configurator.git
npm install
to install all dependency libraries.npm run dev
to start the webpack development server.https://localhost:5000
The demo can also be built for static hosting. All HTML/JS/CSS and asset files will be packed into the build
folder. Build files should be hosted through a server to avoid CORS Policy blocking by browsers. You can create a build by running the following command
sass\style.scss
file should be complied separate using npm run build-css
before generating builds.npm run build
The project depends on the following libraries