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

Css3 Converting Matrix3d Values

I want to know how to get the rotateX and rotateY values of a matrix3d such as this: matrix3d(0.999… Read more Css3 Converting Matrix3d Values

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?

Translate A Vector From Global Space To Local Vector In Three.js

With a rotated object in my scene, how can I translate a global vector into the local space of that… Read more Translate A Vector From Global Space To Local Vector In Three.js

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

Rotate Object Around World Axis With Tween.js

I want to rotate a cube on world axis by using tween.I am able to rotate the cube around world axis… Read more Rotate Object Around World Axis With Tween.js

Threejs: Rotate Sphere(globe) To Another Point(city) On The Sphere Itself

I'm building a globe(sphere geometry) with set of predefined locations on geo-mapped and drawn … Read more Threejs: Rotate Sphere(globe) To Another Point(city) On The Sphere Itself

Convert .obj To .js Files

I have gone through different three.js examples. Some of the examples uses .js or .bin files instea… Read more Convert .obj To .js Files

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