Skip to content Skip to sidebar Skip to footer
Showing posts with the label 3d

How Do I Make An Object Perpendicular To A Face With Three.js?

Relevant codepen: http://codepen.io/OpherV/pen/yNebep In my game I have a model of an alien tree. F… Read more How Do I Make An Object Perpendicular To A Face With Three.js?

Three.js 3d Models As Hyperlink

I'm trying to figure out a way to use a 3D model created with Three.js as a hyperlink. In other… Read more Three.js 3d Models As Hyperlink

Three.js Merging Meshes But Keeping Separate Materials

I am working on a visualization project based through a web server and I have it working and lookin… Read more Three.js Merging Meshes But Keeping Separate Materials

How Can I Change The Initial Position Of My Geometry In Three.js?

I would like to change the initial position where my geometry appears; Right now it appears in the … Read more How Can I Change The Initial Position Of My Geometry In Three.js?

Three.js - Graphical Glitch With An Imported Model

I'm experiencing a graphical glitch with an imported model while using JSONLoader. I can't … Read more Three.js - Graphical Glitch With An Imported Model

Rotate Camera To Look At Selected Object In Three.js

I am trying to design a map. So, when I select any geometry, I want the object to come at the centr… Read more Rotate Camera To Look At Selected Object In Three.js