Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.34 KB

README.md

File metadata and controls

55 lines (40 loc) · 2.34 KB


Brain3D

Take a part in exploring your brain and see how it works

   


Table of Contents

General Information

  • This software provide interactive 3D brain model with user-interface interactions and access to Wikipedia knowledge about every part of brain.
  • It is solution for non-specialized learning software, especially for Biology.
  • Program is dedicated to high school students.
  • Why did you undertake it?

Technologies Used

  • Three.js 0.77.1
  • HTML 5, CSS 3
  • ECMAScript 2021

Features

List the ready features here:

  • Clickable infomation boxes with reference to Wikipedia articles
  • Rotation and moving around the model

Screenshots

        

Setup and run

Download zip archiwe with the latest release. Then extract it to single folder and run file Brain3D.exe.

Usage

For developer usage download all files to single folder or just clone repository via url (https://github.com/Bialson/Brain3D.git).
The base of program is located in js/main.js file.
To modify scene go to showBrain() function.
The class definition edgeLine of info box is placed under interactions with DOM elements (splash screen) and library imports.