krishna1190 / droidar

Automatically exported from code.google.com/p/droidar
0 stars 0 forks source link

3d object missing #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

3d objects from ModelLoaderAdapters cannot be seen in the camera view

What version of the product are you using? On what operating system?

on galaxy note 10.1 tab

Please provide any additional information below.

Hi, I have tried ModelLoaderAdapters to draw 3D external 3D objects. I 
downloaded required libgdx projects from http://libgdx.googlecode.com/svn and 
compiled and tested on samsung note 10.1 tab. I am able to run the application 
and it shows me camera view and and even red and green axis. But none of the 
models are shown. However I downloaded and tried .apk file from 
http://droidar.googlecode.com/svn/trunk/ModelLoaderAdapters/bin/ModelLoaderAdapt
ers.apk and it worked perfectly. What might be the problem of this case that I 
dont see 3d objects?
Thanks in advance
Heli

Original issue reported on code.google.com by heliamar...@gmail.com on 19 Feb 2013 at 2:26

GoogleCodeExporter commented 9 years ago
I have the same problem (on samsung galaxy tab 2 10.1 , android 4.0.4), but 
also the downloaded apk (ModelLoaderAdapters.apk) does not work for me. I have 
a htc wildfire s, and all sample code works fine on that. But any of the sample 
code does not work on galaxy tab. For example, the PlaceObjectDemo: after the 
first object loaded and shown, it begins to move (????) but the tablet is 
standing on a table. And if i move the tablet the displayed object is not move 
correct (expected) way, it moves out of the screen...
Waiting for a response, thanks in advance , Rob

Original comment by robincur...@gmail.com on 10 May 2013 at 7:17

GoogleCodeExporter commented 9 years ago
so about the model loading stuff, I think you are just using a wrong version of 
libgdx? libgdx moved in a direction where it is realy hard to use a libgdx 
object without its context and some static connections for textures etc so 
newer versions are not supported. try the version of Apr 12, 2012 or earlies 
via the svn history.

on the galaxy tab the axis might be switched, if you find a solution for this 
bug push it to the new git repo for droidar (i dont have a galaxy tab so i cant 
test it)

Original comment by simon.heinen on 10 May 2013 at 4:32