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

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

Sprite Scaling Causes Incorrect Positioning And Rotation In Three.js

I'm trying to create a sprite with text. I'm not using TextGeometry for performance reasons… Read more Sprite Scaling Causes Incorrect Positioning And Rotation 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

.gltf Model Not Appearing In The Browser

I have a .gltf file. I can open this with 3d viewer. But, when I try to load this in the browser, i… Read more .gltf Model Not Appearing In The Browser

Graphing 2d Plane In 3d Space Using Equation And/or Vectors

I'm trying to make a linear regression plane visualization tool for a math project. Currently I… Read more Graphing 2d Plane In 3d Space Using Equation And/or Vectors

D3.js "growing Up" Path Animation For 3d Bar Chart

I am trying to add classic animation to pseudo-3D bar chart. It's very simple to do it right wi… Read more D3.js "growing Up" Path Animation For 3d Bar Chart

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

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

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

How To Convert Three.js To .stl Files For 3D Printing?

I found one page link: Convert Three.js to .stl for 3D printing? var exporter = new THREE.STLExport… Read more How To Convert Three.js To .stl Files For 3D Printing?

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