Dan Quinn
  • Home
Subscribe

Links & Stuff

  • Dan Quinn

Dan Quinn

Dec 20, 2023 • 1 min read
Links & Stuff

Trying out hatch. Made a page with some links and stuff.

Sign up for more like this.

Enter your email
Subscribe
Three.js Christmas

Three.js Christmas

I considered entering the Three.js Journey Christmas contest this year, but I didn't have quite enough time to finish. Here's what I ended up with. I'm not feeling motivated to finish this Christmas project post-Christmas. { "imports": { "three": "https://unpkg.com/three@0.160.0/build/three.module.js", "three/

  • Dan Quinn
Dan Quinn Dec 27, 2024 • 1 min read
Three.js House

Three.js House

More blender and three.js { "imports": { "three": "https://unpkg.com/three@0.160.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/" } } import * as THREE from "three"; import { OrbitControls } from "three/addons/controls/OrbitControls"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js"; const

  • Dan Quinn
Dan Quinn Dec 1, 2024 • 1 min read
Three.js Room

Three.js Room

Another blender and three.js practice model done over Thanksgiving weekend. { "imports": { "three": "https://unpkg.com/three@0.160.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/" } } import * as THREE from "three"; import { OrbitControls } from "three/addons/controls/OrbitControls"; import { GLTFLoader } from

  • Dan Quinn
Dan Quinn Nov 29, 2024 • 1 min read
Dan Quinn © 2025
Powered by Ghost