Tagged Questions
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
1answer
20 views
Creating a world map scene with cubes in 3D? (WebGL, Three.js, Canvas)
I would like to create a world map in 3D perspective like this, including the shadow:
http://www.google.com/zeitgeist/2012/#explore
(Please wait 3 seconds for it to animate to its position)
On top ...
0
votes
1answer
26 views
Is it possible to create a visualization like this in WebGL?
This visualization is created using Away3D (Flash):
www.guardian.co.uk/world/interactive/2011/mar/22/middle-east-protest-interactive-timeline
Would it be possible to create something of the same ...
0
votes
1answer
35 views
How to? Creating a webm video for three.js example webgl_kinect
According to this post(How to? Creating a webm video from kinect data for three.js example webgl_kinect), we need both webm and nfo files to run the example. I was about to modify and recreate the ...
0
votes
2answers
47 views
WebGL texture turns black in Safari on OSX
I am having an issue in Safari on OSX with WebGL enabled. I can load an image into a texture, however, whenever I attempt to redraw after some operation the texture turns black. This issue does not ...
0
votes
2answers
90 views
Fitting Or Warping Text (or an image) Into A Custom Envelope Outline Using HTML5 Canvas
Let's say that I use some HTML5 markup:
<canvas id="e" width="400" height="200"></canvas>
<script>
var canvas = document.getElementById("e");
var context = ...
2
votes
2answers
71 views
WebGL model simplification
I'm currently planning a Web GL game and am starting to make the models for it, I need to know if anyone knows if say my model is 1X scale, my camera zooms/pans out from the object and my models ...
0
votes
2answers
39 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 = ...
0
votes
0answers
16 views
How to add labels in webgl [duplicate]
I would like to know how to add labels in graphics plotted using webgl. I tried searching for it, but the search did not yield any result. Can anyone help me with this.
0
votes
0answers
56 views
How to add label to plotted lines in webgl connected earth
I want to add index or some label to the connected lines in connected earth project of webgl. It would be alot helpful if someone could help me on this. I could not figure out where to include the ...
-4
votes
1answer
31 views
I need a specific effect 3d camera [closed]
Would need to animate a camera with an effect identical, or nearly equal, to this:
http://www.ambiera.com/coppercube/demo.php?demo=3rdpersoncam&mode=webgl
If anyone can help, I would appreciate
-2
votes
0answers
39 views
Specific topics in WebGL and Canvas to consider, to make an web app possible [closed]
I was planning to make an web application, which simulates filling of an empty container with water in 3D with passes of time. Some of my colleagues recommended me to use WebGL and Canvas.
But i am ...
0
votes
0answers
50 views
WebGL giving some error
I am trying to figure out the following code. But the problem is that it is giving me an error saying Uncaught Reference error: Detector is not defined. Can some one help me with this. I am not able ...
0
votes
0answers
50 views
WebGL - 3D relief
I have created a web application with WEBGL/javascript to load and display *.obj/stl objects.
The problem is when I view my object, any relief may not appear as the picture show below : my object.
I ...
0
votes
1answer
100 views
iOS: HTML5 with Three.js development
I am planning to develop a HTML5 with Three.js pages, so that i can achieve 3D screens using that and support for Mobile platforms easily in Cross platform method. I read Three.js uses WebGL, but iOS ...
0
votes
0answers
61 views
JS/jQuery how to lock mouse pointer
Making a WebGL first person shooter, so I need pointer to be always inside the game's block.
Is there a way to set the mouse pointer position or lock it in any other way?
With pure JS or jQuery or ...
0
votes
0answers
57 views
WebGL research [closed]
I'm writing a thesis about interactive 3D on the web and I'm going to dive into WebGL, Flash Stage3D, Unity and perhaps other methods. I'm basically going to research about features and performance.
...
0
votes
1answer
34 views
Three.js and parts of model
Does anyone know how to access parts of 3d model when using Three.js. My 3d model consists of different parts, which I need to move individually.
Does anyone know how?
Thanks.
0
votes
1answer
47 views
Truncated image when creating textures from png
I am trying to create a texture from a png using the following code:
...
var texture = gl.createTexture();
var img = new Image();
img.onload = function () {
gl.activeTexture(gl.GL_TEXTURE0);
...
0
votes
1answer
75 views
Custom Soundcloud visualizer webgl
I've been looking through the soundcloud documentation and trying to find a way to create a visualizer for soundcloud tracks. The problem is that in order to create a proper visualizer, I need access ...
-4
votes
1answer
122 views
Technologies For Interactive Websites and Animations [closed]
I'm looking into making interactive websites in the near future. My question is what are the different technologies I can utilize if I wanted to make an interactive web page? I know HTML5 now has ...
1
vote
0answers
92 views
WebGl solar system
<input type="button" value="Mercury" class="btn" onClick = "showInfo(1)"/>
<div id="1" style="left:70%;top:300px;width:300px;position:absolute;z-index:100;display:none;">
Mercury - my ...
1
vote
2answers
87 views
What are ways to create custom LabVIEW controls?
I'm looking for a robust and efficient method of creating any kind of imaginable control to use with a LabVIEW project. I'm curious what you've tried and what the pros and cons are. I myself have ...
0
votes
0answers
190 views
Does Tweening the three.js camera position break trackball controls?
When I try to tween the camera position using Tween.js with trackballcontrols enabled I get an error in trackballcontrols.js:
TypeError: 'NaN' is not a function (evaluating ...
1
vote
2answers
93 views
Draw A Stack of Shapes
I'm trying to build a web tool to generate an image composed of a stack of shapes. Each shape element is derived from one original shape; the derivation is basically created by expanding by x pixels, ...
1
vote
1answer
250 views
WebGL Three.js : Texture alingment on a geometry face
I would like to write text on each faces of an IcosahedronGeometry
I'm able to generate the textures and apply the textures to all the faces :
for ( var i = 0; i < geometry.faces.length; i ++ ) ...
1
vote
1answer
86 views
Safely saving data via an API in a HTML5/WebGL Game
I am creating a HTML5/WebGL based game and am getting a little stuck when thinking about saving game data to the server.
I need to save the data with out a page load. So the obvious choice is to use ...
0
votes
1answer
206 views
Enable WebGL Browser HTML5 Applciation WP8?
I am developing HTML5 games for mobile devices and am having problems with drawing without WebGL enabled. When I enable WebGL my problems are fixed but on Windows Phone 8 is it possible to enable ...
1
vote
1answer
222 views
why is my game so slow in firefox?
I was playing around with the new HTML5 standards to see what it can provide and to learn stuff... But I don't get why my game is so slow mosly in firefox.
There is several ways you can choose to ...
0
votes
1answer
252 views
SVG (Raphaël) overlay with WebGL (THREE.js)
Currently I am using the THREE.js library to render a 3D scene, no issues there.
I would like to overlay an SVG , however I have the following issue, best demonstrated in image:
As you can see, ...
0
votes
1answer
173 views
Creating Water Ripples without Canvas?
I need create a water ripple effect (client side only) that responds to touch. I have looked at various options and found an interesting water ripple using canvas. I can replicate this without issue, ...
-4
votes
1answer
74 views
How to transform in z axis using three.js?
please I want someone to help me I'm trying to transform a square in z axis would you help me with examples.
4
votes
1answer
56 views
WebGL: Prevent color buffer from being cleared
Even if I remove
gl.clearColor(c[0],c[1],c[2],1.0);
gl.clear(gl.COLOR_BUFFER_BIT );
the screen still gets cleared at the beginning of the
next draw cycle. Is there a way to prevent this.
I´d like ...
1
vote
1answer
202 views
360° Earth with mouse threejs
I have a problem .
I want move the earth in 360° with the mouse but nothing happens .
However , I would like the world is fixed and does not move when I use the mouse to rotate 360 .
Waiting for ...
0
votes
1answer
73 views
Any javascript gaming resources? looking forward for collaboration [closed]
after spendig hours and hours in learning javascript, reading books about it, playing with canvas, etc. I thought I would try to make a game based on javascript.
The problem is that I Can not find ...
1
vote
1answer
195 views
HTML5: Encode 8 bit grayscale JPEG from canvas [duplicate]
Is there an easy way to encode 8 bit grayscale JPEG from Canvas using web browser client side technologies (html5/canvas/webgl/javascript)?
Any javascript libraries that I can use without any ...
0
votes
2answers
236 views
Capture images in web browser
I am working on Image Processing projects.
I want to capture the images(Face) from the web-camera using web browser and i am not allowed to install any additional plug-ins.
Currently, i am using ...
16
votes
2answers
508 views
CORS/cross domain security exception when assigning HTML5 video tag to webGL texture
I would like to assign a remote video to a texture in WebGL. Since the video source is different from the document source, I added Access-Control-Allow-Origin:* to the http headers of the video ...
0
votes
2answers
197 views
ThreeJS creating a sun
I am trying to create a solar system in WebGL.
However i have no idea to set up the lighting.
I want to put a light in my sun and have it cast light 360 degrees. My planets should cast and receive ...
0
votes
1answer
88 views
canvas/webgl based 3d community platform (open source)
I've been looking at three.js for a while and I was wondering if there are any open-source platforms that currently exist which provide a 3d community experience. There were many of these back in the ...
-1
votes
1answer
85 views
How to see back face of sphere?
// set the scene size
var WIDTH = 800;
var HEIGHT = 640;
// set some camera attributes
var VIEW_ANGLE = 45,
ASPECT = WIDTH / HEIGHT,
NEAR = 0.1,
FAR = 10000;
var $container = $('#container');
// ...
5
votes
2answers
187 views
Index buffers in WebGL?
I am trying to learn some WebGL (from this tutorial http://learningwebgl.com/blog/?page_id=1217). I followed the guide, and now I am trying to implement my own demo. I want to create a graphics object ...
0
votes
1answer
102 views
WebGL selecting internal format
What are the valid possible values to pass to internalformat in WebGL's texImage2D call? The WebGL spec doesn't seem to make it clear, and I'm not sure which enums from desktop GL documentation will ...
0
votes
1answer
128 views
Can I use 16 bit per channel for WebGL textures
Can I use 16 bits per channel (i.e. 48 bits for RGB) image data in WebGL? May I use PNG as an input format for this? If I do this, is that based on some official standard or does it depend on ...
0
votes
1answer
145 views
Using a WebGL canvas at pixel resolution while retaining perspective
I've seen this type of question here before, but none that gave me a full answer, so I'm going to post my code and see if anyone can give me any insight. Basically, this code works, but I have a ...
-1
votes
2answers
73 views
Error splitting text by newline
This is relevant portion of my code:
ajax({
url: "TeaPot.obj",
success: function(data) {
var Script = data.split("\n");
for (var I in Script) {
var Line = Script[I];
...
0
votes
0answers
154 views
Loading transparent-background image from canvas in WebGL
I have an interesting problem. I'm drawing text with a custom font to a canvas, then loading that canvas's image data into a GL texture. The problem is the transparency of the background. I can't get ...
0
votes
1answer
306 views
How can I load client .STL file into three.js scene instead of loading from server?
I have a 'choose file' button I want to use for loading a client side file instead of loading from the server path in loader.load() on line 86. I'm guessing I need to use File API but haven't figured ...
4
votes
1answer
1k views
THREE.js OBJ Loader Objects
I have a problem regarding accessing the object outside the event boundries. If I put the object in an array and checkout that array the array is also empty but in the event scope it is full. I need ...
0
votes
1answer
34 views
API for navigating a custom spatial graphic?
Assuming I have location-based 3D graphics (a 3D map) with matched X/Y/Z coordinates. Is there a Web API or library that allows me to build a navigation (rotating, zooming, etc.) application on top of ...


