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?

How Do I Create A 3d Polygon From A Series Of 3d Points In Three.js?

I wonder what would be the best way to generate a custom 3D polygon given an array of 3D points in … Read more How Do I Create A 3d Polygon From A Series Of 3d Points In Three.js?

Attach Link To 3d-force-graph Node

Is there a way to attach a link to the nodes in 3d-force-graph (https://github.com/vasturiano/3d-fo… Read more Attach Link To 3d-force-graph Node

Zooming Camera In Threejs Without Trackball Controls Or Other Camera Control Library

I'm trying to use threeJS to control a camera in my scene. I currently have the camera set up t… Read more Zooming Camera In Threejs Without Trackball Controls Or Other Camera Control Library

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

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

Custom Shapes In Three.js

In my project the shapes I created were spheres and I used an image as texture for material... How … Read more Custom Shapes In Three.js

Controlling The Scaling Of Custom Geometries In Three.js

I have a custom object which is a subtraction of two meshes. This subtraction creates a frame-like … Read more Controlling The Scaling Of Custom Geometries In Three.js