()
| 6898 | |
| 6899 | |
| 6900 | protected void ambientFromCalc() { |
| 6901 | ambientColor = calcColor; |
| 6902 | ambientR = calcR; |
| 6903 | ambientG = calcG; |
| 6904 | ambientB = calcB; |
| 6905 | setAmbient = true; |
| 6906 | } |
| 6907 | |
| 6908 | /** |
| 6909 | * ( begin auto-generated from specular.xml ) |
no outgoing calls
no test coverage detected