Questions tagged as 'three.js'

0
answers

Planet Earth in particles with THREE js [closed]

I have searched all over the internet for days but I do not find any explanatory tutorial or anything close to that, I am new to THREE js and would like to make the planet earth in particle form equal to that image but only the particles without...
asked by 20.03.2018 / 02:11
1
answer

Button to enable drawing and clean the canvas [closed]

// forked from makc's "Simplify this three.js drawing exmple" http://jsdo.it/makc/zXNX var mouse = { x: 0, y: 0, down: false }; var scene, camera, renderer, raycaster = new THREE.Raycaster (), mesh; var canvas = document.createElement...
asked by 21.06.2017 / 20:13
0
answers

Viewing text using three.js

I'm new to programming with three.js, and I'm basing myself and trying out several examples that are available on threejs.org, however when I download the required documentation and run it in my browser, I get nothing. This is the code I'm us...
asked by 03.01.2019 / 00:39
0
answers

Center object STl

I'm using Three Js to render and display an STL object in the browser from a file-type input. window.addEventListener("load", function () { "use strict"; var w = 400, h = 300; var renderer = new THREE.WebGLRenderer({ alpha: true }); renderer...
asked by 09.12.2018 / 21:31
0
answers

Create menu in a scene through three js

Good afternoon. I have a doubt. How can I insert a menu in a scene rendered on canvas by three.js? Ex: A color menu made in a table by the html table tag that will have an identifier, which will be introduced in three.js. Below you can see the c...
asked by 31.07.2018 / 21:01
0
answers

three.js Edit insert menu into three.js insert menu into three.js

guys. One question.     It is possible to create a table menu in html through the div or nav tag and     superimpose my project into three.js?     
asked by 31.07.2018 / 06:33
1
answer

Colored cubes on the outside but not on the inside

I made a cube, I painted the sides (left, right, up and down) and put a border, it was very similar, however, since it has no front and back, you can see what's behind the border It seems that, looking from the outside, it is pinned as expect...
asked by 18.07.2018 / 20:00
0
answers

Events in three.js and CSS do not work on some devices in some sizes

The idea is to make a 3d building and when you click on an apartment open on the side (each occupying half the screen) a card with some information, on devices with a width of up to 650px, the card should open overlapping the model will occupy t...
asked by 20.07.2018 / 14:38
0
answers

Problems with OBJ + MTL loader from Three.js

We are scheduling an educational application for orthogonal projections of polyhedra that are read via the Three.js library's OBJ + MTL loader. The problem is that depending on the OBJ + MTL file, the loader sometimes does not work and we do not...
asked by 26.03.2018 / 19:25
0
answers

WebGl / ThreeJs

I have a project for a web and mobile application where I need to use the three.js library or WebGl to display a dental arcade, and clicking would select only one tooth and there, manipulate it. What resources should I use to implement thi...
asked by 16.03.2018 / 20:33