SmileBASIC コミュニティ返信[14]親投稿Nathaniel natboy2017/3/24 9:32I used a simple distance formula: D=SQR(M*M*3) G=255/D*SQR(X*X+Y*Y+Z*Z) GPSET DX,DY,RGB(G,G,G) 'When (0,0,0) is the back corner of the fractal and M is equal to the length, width, and height of the fractal. 0そうだね プレイ済み2017/11/04 02:19:25に取得