Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Example: viewer.setParameter('SceneUrl', 'ex1.obj'); viewer.setParameter('InitRotationX', 45); viewer.setParameter('InitRotationY', 45); viewer.setParameter('InitRotationZ', 45); then viewer.replaceSceneFromUrl('ex2.obj'); viewer.update(true); How to set new rotation x,y,z of ex2.obj? ``` Original issue reported on code.google.com by `[email protected]` on...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. I downloaded the jsc3d-full-1.6.5.zip in https://code.google.com/p/jsc3d/downloads/list 2. open [jsc3d-full-1.6.5 \ demos \ bank.html] for example(what uses obj file) 3. I and other...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Texture file not applying to .obj file 2. Have attempted .png / .jpg versions of the file --------------- I cannot get the...

Priority-Medium
Type-Defect
auto-migrated

``` I want to delete a mesh from a scene on button click,how it will be possible? ``` Original issue reported on code.google.com by `[email protected]` on 24 Jul 2014 at...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. I have a obj file and mtl file,how to load the 3d model without SceneUrl. I have attached obj file and texture...

Priority-Medium
Type-Defect
auto-migrated

``` 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