Skip to content

Development of "Smart Presentation" Project by NIW & ITB De Labo, focused on Hokkaido Showroom

Notifications You must be signed in to change notification settings

fajarmnrozaki/Smart_Presentation_Hokkaido_Showroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Presentation Hokkaido Showroom

Development of "Smart Presentation" Project by NIW & ITB De Labo, focused on Hokkaido Showroom

Table of Contents

About The project

Home Page Smart Presentation Hokkaido Showroom is a website that displays interactive 3D file of NIW products. User can zoom, change lightning, and rotate the 3D file displayed.

Technologies Used

  • PHP

  • Javascript

  • HTML

  • CSS

  • THREE.JS

Data Configuration

Object Information

Update the information of each object in data/data.json attribute info.

GLB File

Put the .glb file in folder /files/glb and update the file path value in data/data.json in the attribute glb_file for the object. The attribute value should follow this template.

files/glb/[glb-file-name].glb

Audio

Put the .mp3 file in folder /audio and update the file path value in data/data.json in the attribute audio_link for the object. The attribute value should follow this template.

./audio/[audio-file-name].mp3

PDF

Put the .pdf file in folder /files/pdf and update the pdf path value in data/data.json in the attribute pdf_link for the object. If there are no pdf for the object, delete the pdf_link attribute. The attribute value should follow this template.

./files/pdf/[pdf-file-name].pdf

Video

Put the .mp4 file in folder /files/video and update the video path value in data/data.json in the attribute video_link for the object. If there are no video for the object, delete the video_link attribute. The attribute value should follow this template.

./files/video/[video-file-name].mp4

Information Image

Put the .jpg, .jpeg, .png file in folder /files/img_preview and update the image path value in data/data.json in the attribute info_img for the object. If there are no image for the object, delete the info_img attribute. The attribute value should follow this template.

./files/img/[img-file-name].jpg
./files/img/[img-file-name].jpeg
./files/img/[img-file-name].png

Documentation

Home Page

Home Page

Crushing Plant Page

Crushing Plant Page

Recycling Plant Page

Recycling Plant Page

Company Video Page

Company Video Page

About

Development of "Smart Presentation" Project by NIW & ITB De Labo, focused on Hokkaido Showroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.1%
  • CSS 31.2%
  • Hack 27.1%
  • PHP 6.6%