Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. I have a obj file exported from blender,How to get all the vertexBuffer,indexBuffer,texCoordBuffer,texCoordIndexBuffer. 2. I have attached the obj file. 3. What...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Store obj/mtl/textures on Amazon S3 2. Load files with JSC3D 3. What is the expected output? What do you see instead? I...

Priority-Medium
Type-Defect
auto-migrated

``` How to get current rotation (x,y,z). I want this to set InitRotation of next model (InitRotationX,InitRotationY,InitRotationZ) ? ``` Original issue reported on code.google.com by `[email protected]` on 22 Jul 2014...

Priority-Medium
Type-Defect
auto-migrated

``` hello ADC here, Still kind of new to jsc3d, my .obj & .mtl seem to link up the UV map alright, I set up a imprint area on my...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I want a question: 2 method replaceSceneFromUrl and SceneUrl require url finish by ".obj". Example: viewer.setParameter('SceneUrl', 'http://example.com/models/ptero.obj'); It's work. viewer.setParameter('SceneUrl', 'http://example.com/models/ptero.file'); Not work viewer.setParameter('SceneUrl', 'http://example.com/models/ptero'); Not work But...

Priority-Medium
Type-Defect
auto-migrated

``` i can't have multiple object in a scene, how i'm suppose to do that? i looked into the source and it seems that system just doesn't work that way...

Priority-Medium
Type-Defect
auto-migrated

``` Trying to reference material.name returns an empty string. I have added to JSC3D.ObjLoader.prototype.parseMtl @ line 5097 if(mtl != null) mtl.material.name = curMtlName; which appears to fix this without ill...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I am planning to add a ground plane to the viewer permanently. I use the viewer mainly to display buildings (stl files), so it would be more realistic...

Priority-Medium
Type-Defect
auto-migrated

``` Hello, I followed the issues item to add multiple stl files into a single view, which works fine. What I need to do next is to allow for a...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Load a ctm model with vertex colours in the latest source What is the expected output? What do you see instead? vertex...

Priority-Medium
Type-Defect
auto-migrated