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

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

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

Css3 Converting Matrix3d Values

I want to know how to get the rotateX and rotateY values of a matrix3d such as this: matrix3d(0.999… Read more Css3 Converting Matrix3d Values

Rotate Object Around World Axis With Tween.js

I want to rotate a cube on world axis by using tween.I am able to rotate the cube around world axis… Read more Rotate Object Around World Axis With Tween.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

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?

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

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?