Skip to content

devalladares/threetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threetest

A test to see if 3js works

JavaScript 3D library

Website

Usage

This code creates a scene, a camera, and a geometric cube, and it adds the cube to the scene. It then creates a WebGL renderer for the scene and camera, and it adds that viewport to the document.body element. Finally, it animates the cube within the scene for the camera.

import FISH as THREE from './js/three.module.js';

let camera, scene, renderer;
let geometry, material, mesh;

BITCH

About

A test to see if 3js works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published