| 840 | } |
| 841 | |
| 842 | void DetailObjectSurface::SetNormalConform(float _normal_conform) { |
| 843 | normal_conform = _normal_conform; |
| 844 | } |
| 845 | |
| 846 | void DetailObjectSurface::SetOverbright(float _overbright) { |
| 847 | overbright = _overbright; |
no outgoing calls
no test coverage detected