Skip to content

Axefield/Fuelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babylon.js Project

A basic 3D project using Babylon.js.

Setup

  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:5687

Features

  • Basic 3D scene with a rotating box
  • Arc-rotate camera for easy navigation
  • Responsive canvas that adapts to window size
  • Basic lighting setup

Controls

  • Left click + drag: Rotate camera
  • Right click + drag: Pan camera
  • Mouse wheel: Zoom in/out

Development

The project structure is as follows:

  • index.html: Main HTML file with canvas setup
  • app.js: Main JavaScript file containing the Babylon.js scene
  • package.json: Project configuration and dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published