The aim of three.js is to create a lightweight 3D engine with a very low level of abstraction — in other words, for dummies. The engine can render using Canvas, SVG and WebGL. Three.js reference can be found at http://threejs.org/
12
votes
3answers
375 views
Three.js ported to native code?
I've been playing with WebGL quite a bit lately and I really dig Three.js. It's really lightweight and just serves as something that makes wrangling most of the GL calls a bit easier, and provides a ...
5
votes
3answers
616 views
Is there a working THREE.js API documentation?
I am trying to learn the basics of THREE.js. I have read a couple of tutorial, and I would like to start experimenting. My problem is that I am not able to find any documentation
This is supposed to ...
5
votes
1answer
451 views
WebGL - Textured terrain with heightmap
I'm trying to create a 3D terrain using WebGL. I have a jpg with the texture for the terrain, and another jpg with the height values (-1 to 1).
I've looked at various wrapper libraries (like SpiderGL ...
4
votes
1answer
816 views
Using textures in THREE.js
I ma starting with THREE.js, and I am trying to do a basic thing: drawing a rectangle with a texture on it and a single source of light. I have tried to work out how to do, since the documentation is ...
3
votes
1answer
455 views
three.js tutorial [closed]
Is there a really good tutorial for three.js with WebGL? I have some basic understanding of computer vision and fairly good experience with JS jQuery.
I need to learn how to embed models, manipulate ...
3
votes
1answer
497 views
3D JS Engine for 2D development?
I'm about to jump into some simple game development with Javascript. I would like to one day transition to 3D development but for now am only going to be doing 2D "top down" objects.
I know that this ...
3
votes
3answers
887 views
How do I use texture on a sphere in three.js
I've downloaded a sphere example from: http://aerotwist.com/lab/getting-started-with-three-js/ and I can see the nice red sphere. I'd like to use a texture on it. I've tried this:
var texture = ...
2
votes
1answer
69 views
How to change the way shading looks on cubes in Three.js?
I'm creating a little game using Three.js and everything is going well apart from shome shading issues with cubes. I'm basically building a game level by just dropping textured cubes down to form a ...
2
votes
1answer
48 views
Motion synchronization in multiplayer game
I am playing with a simple demo where I can walk around in first person in an environment. i used three.js to achieve this.
I want to be able to spawn another player when that player joins and be ...
2
votes
1answer
82 views
Really simple custom shader in Three.js - how to make it work?
I'm trying to make the simplest custom shader for Three.js that I can, but I haven't figured out how to make it work. The object the I'm using the shader for doesn't appear at all.
In my page html I ...
2
votes
1answer
100 views
three.js - Is there any way to import files from 3d studios?
My question is,can I import files (shapes) from 3d studios into three.js...
type of json or something? any types (*.obj...)
2
votes
2answers
590 views
Rotate camera in Three.js with mouse
I have quite a few objects in my scene so rotating all of them could be a pain. So what is the most easy way to move camera around origin on mouse click and drag? This way all the lights, objects in ...
2
votes
0answers
250 views
How to setup materials in THREE.js when loading Collada (dae) models?
How do I setup materials in THREE.js when loading Collada (dae) models?
I have the following code:
new THREE.ColladaLoader().load('models/cylinder.dae',
function(collada) {
var model = ...
2
votes
1answer
174 views
Rendering a scene as a texture Three.js [closed]
I'm trying to achieve this: http://learningwebgl.com/blog/?p=1786 with Three.js.
I have no idea where to start looking. Just passing the scene as a texture gives a type error.
2
votes
1answer
342 views
Detect clicked object in THREE.js
I have a THREE.js scene where a lot of elements appear, and I need to detect what object the user is clicking on.
What I have done so far is the following. The camera does not move to much - it only ...
2
votes
1answer
709 views
backbone.js and three.js - MVC with canvas
I am in the planning stages of developing a small web-app that does some interactive data visualization in a 3d space.
For widest browser compatibility, three.js looks like the best choice, as I can ...
1
vote
0answers
29 views
How to use quaternion rotation in Three.js json scene
I am working on L-system interpreter and I use quaternion as internal representation of rotation. I need to export result to ThreeJs JavaScript scene and I found json scene as the best way how to do ...
1
vote
1answer
26 views
How to create a coin from two images of the coin using three.js CylinderGeometry.?
Hi thanks in advance for any help. I have two images of a coin say a head and tail of some coin. I want to create 3D coin from it using three.js. I tried a lot but could not get to the actual shape of ...
1
vote
0answers
21 views
White lines crossing rendered cube
I got this while trying to render a cube on Three.js, using THREE.MeshBasicMaterial() and a loaded texture.
Is this normal? How can I fix it?
1
vote
1answer
48 views
How to create a custom mesh on THREE.JS?
I've asked this and got the answer:
var geom = new THREE.Geometry();
var v1 = new THREE.Vector3(0,0,0);
var v2 = new THREE.Vector3(0,500,0);
var v3 = new THREE.Vector3(0,500,500);
...
1
vote
0answers
42 views
Pywebkitgtk Three.js unable to detect WebGL
Background:
OS: Fedora 16
GPU: nVidia Corporation GF106 [GeForce GT 555M SDDR3] (rev a1)
Python: 2.7.2
pywebkit-gtk: pywebkitgtk.x86_64:1.1.8-1.fc16, webkitgtk-devel.x86_64 0:1.6.1-1.fc16
Python ...
1
vote
1answer
43 views
Lack of object rotation when using three.js to import collada file
I'm very new to the three.js javascript library and 3D work in general, anyway...
I've created a very simple scene with Blender and exported it as a collada (.dae) file. When it comes to importing it ...
1
vote
1answer
63 views
Is there a nice html5 2D graphics library that can be used nicely with Three.js?
I'm using Three.js to create some 3D graphics using webgl in a canvas element. Is there a nice library to draw 2D elements over the top of the 3D graphics. Something like the HUD of a 3D game. I want ...
1
vote
1answer
50 views
ThreeJS Rotation Animation
I'm just starting off with ThreeJS and I have a bunch of basic questions, so my apologies if this should be obvious.
I have a cube in ThreeJS and I would like to rotate it 90 degrees clockwise every ...
1
vote
0answers
62 views
Rotate 3D object to mouse with Three.js
I want to rotate an object in 3D space, so that the front side always looks to the mouse.
function onMouseMove(event){
mouse3D = projector.unprojectVector(
new ...
1
vote
1answer
154 views
how to make a fog effect or blur effect in canvas with js?
I'm using javascript and THREE.js 3d engine,
and I want to do a fog effect,
here's an example http://mrdoob.github.com/three.js/examples/webgl_geometry_terrain_fog.html
but it only support WebGL,
...
1
vote
1answer
53 views
ThreeJS Ray has intersections with invisible planes?
I've been studying ThreeJS and I can't figure out the current issue.
When I cast a ray from my camera it has too many intersections, and some of those are not even near of my actual plane. I should ...
1
vote
2answers
110 views
book on threeJS
Does any one know if there is a book or a detail tutorial on how to implement threeJS? I've been to mr. doobs github and downloaded threeJS and it is freaking awesome. Compared to normal webGL it ...
1
vote
1answer
146 views
Developing a 3d virtual tour using html5/three.js
I was taking a look at this example, http://gardengnomesoftware.com/samples/pano2vr_3/mozart/ and I was really interested in how it was done.
Do you think it would be complicated to develop such a ...
1
vote
1answer
219 views
wireframe overlay on Collada textures - three.js
When I use a Collada model with .jpg texture, three.js seems to overlay a wireframe mesh over the texture.
My question - is there a way to remove the wireframes?
an example is here;
...
1
vote
1answer
71 views
Click and drag only grabs part of an object
I'm on the final stretch of a this project I've been working on and I'm having issues with the ability to click and drag objects. I've added them all into an array called items, and it sort of works ...
1
vote
0answers
176 views
How to change width of CubeGeometry with Three.js?
I have a cube geometry and a mesh, and i don't know how to change the width (or height... i can change x, y and z though).
Here's a snippet of what i have right now:
geometry = new ...
1
vote
0answers
176 views
Getting intersection with sphere in three js
I have a little problem with my script for a rollover in three js.
It's working perfectly with cube, plane, cylinder etc... but I'm getting this with the sphere :
Uncaught TypeError: Cannot call ...
1
vote
1answer
188 views
Texturing a Cylinder in Three.js
I'm looking after this for a long time now.
I just can't find any solution, anywhere.
I'm trying to apply 3 different textures on a cylinder (2 caps, and side)
But I have absolutely no idea on how to ...
1
vote
1answer
409 views
Three.js - Custom Shapes?
I am new to the three.js...so far came to a point where I can
create shapes and scene & play with the camera view.
In my project the shapes I created are spheres and I used image as texture
for ...
1
vote
2answers
386 views
Three.JS rotate projection so that the y axis becomes the z-axis
Traditionally, in 3D projections, the Y-axis is the axis that represents "up and down". I learned to think of it, with other engines, as that axis being the Z-axis. What I was wondering was whether ...
1
vote
1answer
459 views
Three.js - Make a rotation animation?
I've built this piece of code...(javascript)
Now we have a red sphere on the screen...the question is
how to make it spinning around?
var camera, scene, renderer,
mouseX = 0, mouseY = 0;
var ...
1
vote
1answer
175 views
three.js intersectScene get empty object
I wrote two very similar functions for mouseMove and mouseDown. While the former works fine the latter keep getting empty object from var intersects = ray.intersectScene( scene ).
You can find ...
1
vote
1answer
193 views
How can I provide interactive rotation of an object?
In Three.js, there are various Controls, such as TrackballControls, that let the user control the camera. This is great, but I want the user to be able to rotate a part of the scene (e.g. a molecule) ...
1
vote
1answer
182 views
storing a three.js mesh object with indexedDB
Utilising this tutorial I'm trying to see if I can save bandwidth with a large mesh by caching it with indexedDB.
So inside the loader callback function I'm doing...
object = new THREE.Mesh( ...
1
vote
1answer
311 views
Cannot get the FirstPersonControls in three.js working
i'm trying this:
controls = new THREE.FirstPersonControls(camera);
controls.movementSpeed = 1000;
controls.lookSpeed = 0.125;
controls.lookVertical = true;
it didn't work,
From here i ...
1
vote
1answer
225 views
Maximum number of point lights with Three.js
I'm trying to light up each side of a cube in my Three.js scene by using point lights. However it seems that only 4 of the 6 lights I add to the scene are actually rendered as the top and bottom faces ...
1
vote
1answer
340 views
CHROME,JS: Cross-origin image load denied
I'm using THREE.js and add an material like this
var materialWall = new materialClass( { color: 0xffffff, map: THREE.ImageUtils.loadTexture( 'images/a.png' ) } );
It works correctly in ...
1
vote
1answer
335 views
how to Get CLICKED element in THREE.js
I have many elements in the canvas using THREE.js,
they may be override others.
so now,when click a point,
how can i get the clicked element?
I see this example: ...
1
vote
3answers
599 views
Import model from 3dStudioMax into THREE.js
I know that THREE.js has importers from various 3d graphics formats.
Is there an importer suitable to display a model created in 3dStudioMax? And if there is not one, is there a way to convert a ...
1
vote
1answer
112 views
WebGL Three.js and CSS reset
Is it OK to use CSS reset together with WebGL Three.js library?
Does it affect anything?
1
vote
1answer
302 views
Weird behaviour of shadows in THREE.js
I am trying to render a set of photos, positioned in 3-dimensional space, which cast shadows on one another. I am starting with two rectangles, and here is my code
function loadScene() {
var ...
1
vote
1answer
108 views
Adding light to scene has no effect
I was just starting to play around with Three.JS but I am stuck at the beginning. When I add a light to the scene, it has no effect.
renderer = new THREE.WebGLRenderer()
camera = new ...
1
vote
2answers
300 views
How to solve different FPS in requestAnimationFrame on different browsers?
How to solve different FPS in requestAnimationFrame on different browsers?
I am making a 3D game using THREE.js that uses requestAnimationFrame and it is fast on Google Chrome 15.
However, it is ...
1
vote
1answer
110 views
Displaying multiple frames of a video element simultaneously
Some background: graphics newbie here, have just dipped my toes into the world of 3D in the browser with mrdoob's excellent three.js. I intend to go through all the tuts at http://learningwebgl.com/ ...