class Ball { float cx , CY ; float VX , VY ; float radius ; float cr , cg , cb ... void move ( ) { float noiseScale 0.02 ; radius + = lerp ( -1 , 1 , noise ...
確定! 回上一頁