Searched refs:sceneLight (Results 1 – 1 of 1) sorted by relevance
427 LightBase sceneLight = null; in convertLight() local430 sceneLight = new PointLight(); in convertLight()438 if (sceneLight == null) { in convertLight()443 sceneLight.setColor(color.x, color.y, color.z); in convertLight()444 sceneLight.setName(name); in convertLight()445 mScene.appendLight(sceneLight); in convertLight()446 mLights.put(id, sceneLight); in convertLight()