Skip to content

Instantly share code, notes, and snippets.

View vinitsaboo's full-sized avatar

Vinit Saboo vinitsaboo

View GitHub Profile
@vinitsaboo
vinitsaboo / index.html
Created May 26, 2020 05:12
creating house shape with Three.js
<!DOCTYPE html>
<html>
<head>
<title>First Three JS Object</title>
</head>
<style>
* {
margin:0;
padding:0;
}