HomeSort by relevance Sort by last modified time
    Searched full:cube2 (Results 1 - 7 of 7) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 56 cube2 = new Geometry("cube2", box);
57 cube2.setMaterial(mat);
60 TangentBinormalGenerator.generate(cube2);
64 // n.attachChild(cube2);
66 batch.attachChild(cube2);
71 cube2.setLocalTranslation(0, 3, 0);
82 Geometry cube2; field in class:TestBatchNode
89 cube2.setLocalTranslation(FastMath.sin(-time)*3, FastMath.cos(time)*3, 0);
90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z))
    [all...]
  /development/samples/CubeLiveWallpaper/
AndroidManifest.xml 45 android:name=".cube2.CubeWallpaper2"
50 <meta-data android:name="android.service.wallpaper" android:resource="@xml/cube2" />
54 android:name=".cube2.CubeWallpaper2Settings"
_index.html 39 href="src/com/example/android/livecubes/cube2/CubeWallpaper2.html"><code>CubeWallpaper2</code></a>
42 of the <code>cube2.CubeWallpaper2Settings</code> settings activity (see below). The
46 href="src/com/example/android/livecubes/cube2/CubeWallpaper2Settings.html"><code>CubeWallpaper2Settings</code></a>
50 <code>cube2.CubeWallpaper2Settings</code>, also included in the app. The
  /development/samples/CubeLiveWallpaper/res/xml/
cube2.xml 23 android:settingsActivity="com.example.android.livecubes.cube2.CubeWallpaper2Settings"
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2Settings.java 17 package com.example.android.livecubes.cube2;
CubeWallpaper2.java 17 package com.example.android.livecubes.cube2;
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 1200 milliseconds