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?

Three.js - Scale Model With Scale.set() Or Increase Model Size?

What is the best practise for scaling 3d models in Three.js (or other 3d renderers)? Here is an exa… Read more Three.js - Scale Model With Scale.set() Or Increase Model Size?

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

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

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?

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

How Can I Change The Initial Position Of My Geometry In Three.js?

I would like to change the initial position where my geometry appears; Right now it appears in the … Read more How Can I Change The Initial Position Of My Geometry 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