动态的爱心源码 c++的

时间:2022-12-27 13:45:33
【文件属性】:

文件名称:动态的爱心源码 c++的

文件大小:1KB

文件格式:CPP

更新时间:2022-12-27 13:45:33

c++

能动的爱心代码,而且还是源码! 部分代码展示: for (float t = 0.0f;; t += 0.1f) { int sy = 0; float s = sinf(t); float a = s * s * s * s * 0.2f; for (float z = 1.3f; z > -1.2f; z -= 0.1f) { _TCHAR* p = &buffer[sy++][0]; float tz = z * (1.2f - a); for (float x = -1.5f; x < 1.5f; x += 0.05f) { float tx = x * (1.2f + a); float v = f(tx, 0.0f, tz); if (v <= 0.0f) { float y0 = h(tx, tz); float ny = 0.01f; float nx = h(tx + ny, tz) - y0; float nz = h(tx, tz + ny)


网友评论