| 2190 | } |
| 2191 | |
| 2192 | void zNPCBubbleBuddy_AlphaUpdate(F32 dt) |
| 2193 | { |
| 2194 | static F32 tmr_pulseAlpha = 0.0f; // non-matching: stfs too late |
| 2195 | F32 angle = NPCC_TmrCycle(&tmr_pulseAlpha, dt, 1.5f) * PI; |
| 2196 | zNPCBubbleBuddy::alf_currBubBud = LERP(MAX(0.0f, MIN(xabs(isin(angle)), 1.0f)), 0.5f, 0.5f); |
| 2197 | } |
| 2198 | |
| 2199 | static U32 bb_env_texture = 0; |
| 2200 | static U32 bb_fresnel_texture = 0; |
no test coverage detected