• Home
  • Raw
  • Download

Lines Matching refs:material

18 import com.jme3.material.Material;
45 Material material = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md"); in createPhysicsTestWorld() local
46 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); in createPhysicsTestWorld()
50 floorGeometry.setMaterial(material); in createPhysicsTestWorld()
63 boxGeometry.setMaterial(material); in createPhysicsTestWorld()
74 sphereGeometry.setMaterial(material); in createPhysicsTestWorld()
87 Material material = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md"); in createPhysicsTestWorldSoccer() local
88 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); in createPhysicsTestWorldSoccer()
92 floorGeometry.setMaterial(material); in createPhysicsTestWorldSoccer()
105 ballGeometry.setMaterial(material); in createPhysicsTestWorldSoccer()
117 boxGeometry.setMaterial(material); in createPhysicsTestWorldSoccer()
131 Material material = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md"); in createPhysicsTestBox() local
132 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); in createPhysicsTestBox()
135 boxGeometry.setMaterial(material); in createPhysicsTestBox()
147 Material material = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md"); in createPhysicsTestSphere() local
148 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); in createPhysicsTestSphere()
151 boxGeometry.setMaterial(material); in createPhysicsTestSphere()