Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Of course. Just drop a note to my gmail address if you have any problem. The sample you mentioned uses manually constructed meshes rather than loading them from existing...

``` I want to send mail to you but I don't know how to see your email.. Hummu2... ``` Original comment by `[email protected]` on 30 Jul 2014 at 1:45

``` Click into that link please. Or you can get may email address from the source code. ``` Original comment by `[email protected]` on 30 Jul 2014 at 2:39

``` Are you working on a scene editor? To implement this, you need to write callback functions to detect pointer events. Jsc3d provides a series of pointer event handlers with...

``` It's recommended to prepare your model as a series of source files, each for a separate component of the model such as lens, temple, etc. Then, instead of loading...

``` Did you initialize the viewer instance with the startup parameter 'RenderMode' set properly? It should be set to either 'texture', 'textureflat' or 'texturesmooth' to show textured objects. If this...

``` This is the code we have, it works with a local file path. However when the url is being passed in from amazon s3, the textures do not get...

``` Just strange. Since the image files are loaded successfully as reported by the console, the model should have been rendered in the expected way. I noticed the version may...

``` Here is the link to a demo page I have set up, the model on the left is loaded locally, the one on the right comes from amazon s3....

``` Thanks! I tested your demo and I got this error message in my browser console: 'Unable to get image data from canvas because the canvas has been tainted by...