Google Code Exporter

Results 21406 comments of Google Code Exporter

``` // additional information, below is the js part setting when i load the obj, // there must be some light control instead of changing the mtl Kd value right?...

``` As you can see in current implementation of the mtl parser http://code.google.com/p/jsc3d/source/browse/trunk/jsc3d/jsc3d.js#5273, only 'Kd' commands are effective. Both 'Ka' and 'Ks' are simply ignored. If Kd was set to...

``` Thank you for your immediate reply. Great Author, i really like reading the way you explain to every post. Thank you so much anyway, That greatly saved my time...

``` My pleasure :-) At this moment Jsc3d just adopts a very basic rendering pipeline. After all, it begins with software only rendering that is expected to work on some...

``` Just remove the old mesh from the scene object using scene.removeChild() and add in the new one via scene.addChild(). Then update the viewer to show the changes. See the...

``` Not sure. I guess there may be somthing wrong within the mtl file. Could you show me the obj + mtl files exported by 3dsmax 2014 so that I...

``` dear author , sure can send to you to file, but may i send them to u privately instead of uploading on the public area? otherwise it may take...

``` Would you mind sending those files to my gmail address? I'll definitely keep your files private. ``` Original comment by `[email protected]` on 20 Aug 2014 at 10:28

``` oh, I setParameter again then init & update. It's work ``` Original comment by `[email protected]` on 31 Jul 2014 at 10:11

``` Don't do that. A viewer instance should not be initialized a second time. The viewer.rotate() method http://jsc3d.googlecode.com/svn/trunk/jsc3d/docs/symbols/JSC3D.Viewer.html#rotat e is provided for this purpose. Call viewer.rotate(), passing in the rotation...