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

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

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

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

Three.js Canvasrender Problems: Faces Flicker In And Out

I am drawing two relative simple shapes and the geometry of them do not overlap. Here is the code s… Read more Three.js Canvasrender Problems: Faces Flicker In And Out

How To Draw Walls In Threejs From Path Or 2d Array?

I need to draw a 3d house model (walls only) from a 2d path or array (explained later) I receive fr… Read more How To Draw Walls In Threejs From Path Or 2d Array?

Figuring Out How Much Of The Side Of A Cube Is Visible

I have a simple Three.js scene with a camera that orbits around a cube, always looking directly at … Read more Figuring Out How Much Of The Side Of A Cube Is Visible

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

Draw Straight “line” In Canvas By Modifying Properties In Three.js

I have created a fiddle which shows the guidelines for length and Diameter for Cylinder I was able… Read more Draw Straight “line” In Canvas By Modifying Properties In Three.js