"Liberty means responsibility. That is why most men dread it."
- George Bernard Shaw
More pages: 1 ... 11 ... 21 ... 31 ... 41 ... 51 ... 61 ... 71 ... 81 ... 91 ... 101 ... 111 ... 121 ... 131 ... 141 ... 151 ... 161 ... 171 ... 181 ... 191 ... 201 ... 211 ... 221 ... 231 ... 241 242 243 244 245 246 247 248 249 250 251 ... 261 ... 271 ... 281 ... 291 ... 301 ... 311 ... 321 ... 331 ... 341 ... 351 ... 361 ... 365
Query FailedTerarom
Tuesday, February 15, 2005

GREAT!
i'm doing my own implementation of depth of field, but your's seem more accurate, even more slowly. gonna take a look in your algorythm. GREAT JOB. if i use your implementation, i will notice you.

Neil
Thursday, February 3, 2005

Very Nice!

Humus
Sunday, January 30, 2005

Ok, try downloading it again now. It should be fixed now.

Jonathan
Tuesday, January 25, 2005

Identical to previous comment.

I'm getting the conflicting types problem
Tuesday, January 25, 2005

Gentoo 2.6.10, ATI drivers 8.8.25, Metaballs demo:

g++ -Wall -ansi -DLINUX -DNO_TEX3D -DNO_PNG -O2 -ffast-math -fomit-frame-pointer
./Main.cpp ../Framework2/Math/Vector.cpp ../Framework2/App.cpp ../Framework2/Op
enGL/OpenGLApp.cpp ../Framework2/Linux/LinuxBase.cpp ../Framework2/Globals.cpp .
./Framework2/CPU.cpp ../Framework2/DisplayMode.cpp ../Framework2/Menu.cpp ../Fra
mework2/OpenGL/glExtensions.cpp ../Framework2/Renderer.cpp ../Framework2/OpenGL/
OpenGLRenderer.cpp ../Framework2/Imaging/Image.cpp ../Framework2/Util/String.cpp
../Framework2/Util/Font.cpp ../Framework2/Util/Config.cpp ../Framework2/Util/To
kenizer.cpp ../Framework2/Util/IsoSurface.cpp -o MetaBalls -L/usr/X11R6/lib -lGL
-lXxf86vm -L/usr/lib -ljpeg
In file included from ../Framework2/OpenGL/OpenGLRenderer.h:19,
from ../Framework2/OpenGL/OpenGLApp.h:20,
from Main.h:1,
from Main.cpp:1:
../Framework2/OpenGL/glExtensions.h:48: error: conflicting types for `typedef
long int GLintptrARB'

If you've got assistance, I'd appreciate it because your demos like extremely nice!

Humus
Monday, January 24, 2005

On what system is that? I'm not seeing any such problems.

Jonathan
Sunday, January 23, 2005

Framework2 still exhibits the "conflicting types" problem (downloaded a couple of minutes ago).

Easily fixed by adding appropriate #define __glext_h_'s, but thought you may like to know.

Matthew
Saturday, January 22, 2005

I don't know what I have wrong on my system, but I get the two following error when trying to compile.

/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libGL.a when searching for -lGL
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lXxf86vm
collect2: ld returned 1 exit status
make: *** [rel] Error 1

I know I have Xxf86vm under /usr/X11R6/lib which is where the makefile has the -L/usr/X11R6/lib in the make line. I just don't understand why it can't find it and why it is looking for libGL.a in /usr/lib when I have a libGL.so.1.2 under /usr/X11R6/lib

Thanks again.

More pages: 1 ... 11 ... 21 ... 31 ... 41 ... 51 ... 61 ... 71 ... 81 ... 91 ... 101 ... 111 ... 121 ... 131 ... 141 ... 151 ... 161 ... 171 ... 181 ... 191 ... 201 ... 211 ... 221 ... 231 ... 241 242 243 244 245 246 247 248 249 250 251 ... 261 ... 271 ... 281 ... 291 ... 301 ... 311 ... 321 ... 331 ... 341 ... 351 ... 361 ... 365