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