193957a077
rendering 3D Mandelbrot fractals much more accessible. A few of the supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated Function Systems (IFS). All of these can be combined into infinite variations with the ability to hybridize different formulas together. WWW: http://www.mandelbulber.com/
10 lines
257 B
C++
10 lines
257 B
C++
--- src/netrender.cpp.orig 2012-12-02 20:22:54.000000000 +0400
|
|
+++ src/netrender.cpp 2012-12-13 01:06:24.748933214 +0400
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#include "netrender.hpp"
|
|
#include <stdio.h>
|
|
+#include <netinet/in.h>
|
|
#ifndef WIN32
|
|
#include <arpa/inet.h>
|
|
#endif
|