venkat6 / min3d

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

Code showing only black screen in emulator #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just executed the same ccode with same JpG files
2. Added the following line in manifest file
<activity android:name=".Animation_3dActivity"      
android:label="@string/app_name">
             <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
     </activity>
3. Using minSDK version is 11.

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

Expecting a sphere which will be rotating. But It just shows a black screen.

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

Windows 7 - 64 bit - Android version SDK 11

Please provide any additional information below.

Original issue reported on code.google.com by rengasam...@gmail.com on 15 Aug 2012 at 5:29

GoogleCodeExporter commented 8 years ago
Sorry I forgot what code I entered, 
Its the code for planet rrotation .

http://code.google.com/p/min3d/source/browse/trunk/sampleProjects/min3dSamplePro
ject1/src/min3d/sampleProject1/ExampleRotatingPlanets.java

Original comment by rengasam...@gmail.com on 15 Aug 2012 at 5:38