Questions tagged as 'three.js'

1
answer

Help with three.js in express.js

I want to upload a .json format with objLoader of three.js, everything works perfect in webpack dev-server but when I try to open it through Expressjs The error appears: this is my threejs code group = new THREE.Group(); const objLoader...
asked by 03.10.2018 / 00:54
0
answers

Calculate Area using ThreeJS

I'm introducing myself to ThreeJS. And I'm creating an Uploader, that uploads a "stl" file and tells me the measurements, since, those models I need them to calculate a price of a 3D printing for it, I need that data. Thanks in advance....
asked by 24.09.2018 / 11:59
0
answers

WebGL in apps for android with ionic3

I'm making an application for android with Ionic 3. I have one game that uses babylon.js and another one that uses three.js . Testing the app on devices with Android 5.11 or inside, the part of three.js does not walk while...
asked by 28.02.2018 / 05:27
0
answers

Add text to a geometric figure THREE JS

I have this function where I create a sphere but to that area I would like to put a text but that is specific to the sphere function init(){ //Creation de contructor Render.setSize(800,600); //Add render in Div var re = document.getEle...
asked by 27.02.2018 / 17:28