0
votes
0answers
4 views

Three.js: Load JSON file to be viewed in

i have a question regarding putting a 3dModel from Blender to a Three.js page. I have created a 3D Human model in blender. I can export it using the 2.66 three.js-export plugin for blender. When I ...
0
votes
1answer
19 views

Restart game in THREE.js after Pausing

I am making a game. I Pause the game by this code in THREE.js if (keyboard.pressed("E")) { animate = false; } if(animate){ requestAnimationFrame(animate); } I want to restart the game after ...
0
votes
1answer
18 views

Adding the same model to the scene more than once in THREE.js?

How is it possible to add the same dae model to a scene more than once? //loading collada model var soldiers = []; var loader = new THREE.ColladaLoader(); loader.options.convertUpAxis = true; ...
0
votes
1answer
18 views

How to tell Three.js not to use interpolation when zooming an object's texture?

It is a plane with a sprite art as texture so I'd like it zoomed using no interpolation method.
0
votes
0answers
19 views

Particle System in THREE.js

I am making particle System in THREE.js by using SPARK.js, but the problem is that I am done with the code that is needed for the particle System but I am unable to see any thing on the screen related ...
0
votes
1answer
24 views

How to split a group in three.js?

I have some voxels that I need to have grouped, so I place them in a container: container.add(e); and then add the container to the scene. Is there a way now to split voxels again without creating ...
0
votes
1answer
33 views

How to texture animated js model exported from blender ? [Three.js]

I have successfully animated a model in blender using bone animation technique and i have also textured it in blender using uv texturing. Then Using three.js export add-on in blender i have exported ...
0
votes
0answers
12 views

enable webGL automatically?

I am using glfx.js jquery plugin for adjusting image's hue/saturation but most of the browser not supporting WebGL is there a way to automatically enable webgl in browser if website uses it? I know ...
-1
votes
0answers
31 views

Keyboard Controlling Animated model of Three.js [closed]

The Morph Normal Example present in Three.js example folder has one example where a model named "Flamingo.js" is being animated, what I want to do is keyboard control the model. This example already ...
-1
votes
1answer
35 views

How to set scene made with Three Js editor? [closed]

I used Three Js editor to make simple scene with mesh, It return to me the scene code below : http://codepen.io/anon/pen/oIbEl I would know how to insert it in my Js code? Thanks for answer !
0
votes
1answer
31 views

Half-edge data structure in Javascript?

I implemented half-edge data structure in C++ to generate topological connectivity of 3D objects from a soup of polygons. Its implementation needs features such as pointers, forward declarations etc. ...
1
vote
3answers
37 views

how to cache STL geometry outside of STLLoader even listener

I'm trying read and cache a geometry from STL file with Three.js STLLoader. I'm using event loop callback to get the data (similar to STLLoader example). I intend to store in in external variable ...
0
votes
0answers
37 views

Flame is not showing in THREE.js World

I am making a flame using the THREE.js and spark.js, but when I render the world I can't see the flame and the world is empty. I saw the console for the error but there is no error regarding this. I ...
0
votes
1answer
24 views

WebGL: Reuse assets when reusing a canvas

I'm writing a small tool which allows developers to render certain 3D content on a canvas using WebGL. It will be used by specifying a view and camera, like this simplified example: displayView( ...
0
votes
1answer
56 views

How to export an object from 3d max studio for use it in THree.js

I have a problem with loading an object that I have created in 3d studio max! I export it like an .obj (and it gives me two files, .obj and .mtl). I have used OBJMTLLOADET() didn't worked, I used ...
0
votes
1answer
49 views

Loading Multiple Collada Objects in THREE.js

I am loading multiple car models using a loop in THREE.js, but the problem is that sometime it loads all the objects but some time it does not load all the objects. For example if the loop is of 3 ...
0
votes
1answer
49 views

How to cut an object using WebGL shaders?

I would like to cut an object (a box) in WebGL (fragment shaders / vertex shaders) without using Boolean operations (union, difference, etc..). I want to use shaders to hide some part of the object ...
1
vote
0answers
47 views

Fullscreen mode for a WebGL application on Chrome Mobile

I have a WebGL application. I would like it to go to fullscreen mode when ran on Chrome Mobile. Is this possible and if so, how? I searched around the internet and all I could come up with was this ...
0
votes
0answers
29 views

Framebuffer size restriction

I am trying to do some post-processing effect, so I need framebuffers. The problem is, that maximum framebuffer I can create is 1024 x 512. Everything below that resolution, either for width or ...
0
votes
0answers
31 views

webgl shadow mapping gl.DEPTH_COMPONENT

Hey im trying to implement shadow mapping in webgl using this example: tutorial What im trying to do is initialize the depth texture and framebuffer. draw a scene to that framebuffer with a simple ...
0
votes
1answer
50 views

How do I reduce the opacity of the 3D objects that are not selected upon mousedown?

Essentially, I was wondering how do I reduce the opacity of all the 3D objects within the scene that are not selected upon mousedown? That is, if I select one object (That object's opacity is 1) and ...
0
votes
0answers
54 views

Loading Flamingo.js model from three.js example morph normals into custom js file

I am a noob in three.js and webgl, so i was playing with example files inside three.js repo. what I was hoping to achieve is to port the code from one of the example of three.js - "Morph Normal ...
0
votes
1answer
30 views

Three.JS Assign material Color to object

Hi i want add a material/color to a loaded object but i dont know the exact syntax better said what vars and function should i add.if i take this line above then it shows the object but the line with ...
0
votes
1answer
64 views

WebGL (Three.js) Skinning Animation Basic Concept

I came across many demos regarding skinning in Three.js however I cannot understand that does the model that we import, itself should be animating one like, it is already made animating in modeling ...
0
votes
1answer
28 views

Use GeometryUtils.merge on several Line objects in THREE.js

I want to merge several thousands of Line objects into a single geometry with GeometryUtils.merge to reduce lag, but it doesn't seem to work on Line objects. Is it possible? My technical mind says you ...
0
votes
0answers
28 views

Which editor should I use for webGL

I am working with WebGl - javascript, and I wanted to ask you which editor should I use?? Is there any editor that shows me the errors or something like that? P.s Currently I am using Sublime Text... ...
0
votes
1answer
65 views

Three.js Mesh animation and texure mapping

I did some research and learn how to export the obj file to .js file that can be imported by JSON model of Three.js. but how can you animated such model ? I have a bird model in .js format i need to ...
0
votes
0answers
40 views

Three.js : lines importation?

Is there a solution to load lines/polylines described in a .obj, js or any other, and create LinePieces/LineStrip ? It seems that OBJLoader and JSONLoader ignore these objects, but they can be ...
0
votes
2answers
59 views

Recording FPS in webGL

I am trying to compare performance for 3d applications on mobile devices. I have a 3d solar system set up in webGL and im trying to record or at least display the FPS. So far this is what i Have: ...
0
votes
0answers
31 views

How do I create a color gradient toolbar that will allow the user to change the color of a Collada 3D Model?

Essentially, what I'm asking is: How do I create a color gradient toolbar that will allow the user to change the color of a Collada 3D Model? So that, when I select the object or structure, I can ...
0
votes
1answer
74 views

Three.js : JSONLoader + loadAjaxJSON

As I handle heavy models I'm trying to display dynamicaly the loaded percentage while loading JSON, so I've made a rough test with loadAjaxJSON method... The following loading returns the percentage ...
1
vote
1answer
60 views

Three.js + .OBJ loading : triangular faces only?

This will concerns only polygonals faces (object's faces with more than 4 edges).. In 3DSMAX there are 3 exporting modes for .OBJ : Triangles, Quads and Polygons. I've made many tests and get the ...
1
vote
1answer
112 views

Three.js + imported model : how to display edge lines?

I load a .js model exported from 3DSMAX via convert_obj_three.py and display it using objects 'solid color'. loader.load( 'try.js', function ( geometry, materials ) { var mesh = new THREE.Mesh( ...
0
votes
1answer
64 views

Interact with WebGL scene from independent elements

Is it possible to interact with a scene in WebGL (programmed with three.js) from other elements on a webpage? For example manipulate a scene on the WebGL canvas from an independent canvas or using a ...
0
votes
1answer
53 views

How to assign local variable value to variable of a function [Three.js] JSON Loader

I am trying to load a external JSON model to the scene, and trying to put its value to the variable named head, and consequently want to add it to the scene. What I did is, like this var loader ...
0
votes
1answer
60 views

three.js get mouse coortinates on texture

I want to create an interactive panorama like this one: http://mrdoob.github.io/three.js/examples/webgl_panorama_equirectangular.html but I want to let the user to interact with it. Is possible to ...
0
votes
1answer
53 views

Blank texture in webGL

I have simple quad, and very simple shader (see below). I load image needed for texture, process it, get uniform place in shader program, and send it, the way that has been explained in "learning ...
0
votes
2answers
37 views

Three.js uniforms for shading

Hi I am trying to do what seems like simple shading with threejs. I am using the Up and Running book by O'reilly. Everything was working fine, until I tried to do this: var shader = ...
1
vote
0answers
83 views

WebGL Weird Performance Drop in Chrome

I have been trying to learn WebGL so I have made a simple model loading script. I thought it was working all fine and dandy until I pulled up Chrome's devtools timeline and saw that I was getting ~20 ...
0
votes
1answer
46 views

WebGl Object literal not working

The basic issue is that I can't get my example to work in Object literal - and I don't get any errors in the console so I am not reayll sure why it doesn't want to run. I know that the code works if ...
0
votes
1answer
36 views

Disposing of a texture with three.js

I'm trying to dispose of a texture after loading it in three.js. I load it with var tex = THREE.ImageUtils.loadTexture("image.png"); and it displays fine. But when I try: tex.dispose(); I get ...
0
votes
1answer
66 views

Converting CSV to JSON in a strange format

I have a lot of geo's which I want to use in webgl globe. The format for Webgl is Sample for Googles .json file in their working webgl globe source [["1993",[long, lat,weight,long, ...
1
vote
0answers
61 views

getting position of collada model in three.js

I have created a simple life bar using css. #enemy { background-color: black; border-radius: 7px; padding: 3px; width: 100px; } #enemy div { ...
0
votes
1answer
88 views

three.js OBJ MTL Loader with ambient light not working

So even in the example "webgl_loader_obj_mtl" the ambient light is not being used. You can comment it out and it makes no difference. It relies on the directional light. If you comment out the ...
0
votes
1answer
49 views

Texture mapping with three.js

I'm trying to map a texture on a quad using three.js, but something appears to be wrong with the texture coordinates because all I see is the upper-left pixel of the image (UV = {0, 0} everywhere I ...
4
votes
0answers
141 views

Multiple transparent textures on the same mesh face in Three.js

Is it possible to lay multiple textures on top of each other on the same face in Three.js so that the alpha blending is done GPU accelerated in webGL? The textures are (or should be) applied to the ...
0
votes
1answer
94 views

How do I handle animated models in Three.js?

I have a basic question about Three.js. I've googled but didn't find anything useful... How do I handle animated models in Three.js? I know how to import .js files, and I have an animated cube ...
1
vote
1answer
147 views

How to enable WEBGL in Phonegap?

I've read several posts explaining that I should simply be adding the following lines to my CDVViewController.m Class. id webDocumentView = [self.webView performSelector:@selector(_browserView)]; ...
5
votes
2answers
196 views

three.js outer glow for sphere object?

I'm building some sort of planetary system in three.js and I spent couple of hours looking for a decent solution to get an outer glow on one planet - a sphere object with a texture. I came across ...
1
vote
0answers
53 views

Can't parse webgl object to my object

I'm trying to make an object in javascript to contain a 3dObject and everyting related to it:vertex positions, normals, texture coordonates etc + the methods needed to handle it: loading the object, ...

1 2 3 4 5 14