(int index)
| 2257 | |
| 2258 | |
| 2259 | @Override |
| 2260 | public int getAmbient(int index) { |
| 2261 | if (family != GROUP) { |
| 2262 | return PGL.nativeToJavaARGB(inGeo.ambient[index]); |
| 2263 | } else { |
| 2264 | return 0; |
| 2265 | } |
| 2266 | } |
| 2267 | |
| 2268 | |
| 2269 | @Override |
nothing calls this directly
no test coverage detected