September 2009
22 posts
x+=x++; →
now is that x+2 or x+1 ? =)
nonowarn:
:-o
She aitnt deed yet
Froggy is getting better by the minute, so meatspece : HERE WE COME!!
frogmonster:
I ent dead. I have the flu. I’m getting better though and I am looking forward to posting again soon but for now the screen hurts my brain. I was going offline for three weeks anyways on monday to have a blast in meat space. I hope I will have recovered sufficiently by then to actually get going :)
See you...
Off for the weekend
We’ll i’m off for the weekend.
Off to learn how to “re-source” through action :)
Hope it will work without frogmonster…….
Brian Jones: If You Code, You Should Write →
Hell yeah!!!!
mandel:
The Practice of Programming
Programmers are, in essence, problem solvers. They live to solve problems. When they identify a problem that needs solving, they cannot resist the temptation to study…
The Singularity and the Fixed Point →
frogmonster:
Boyden on the importance of engineering motivation into AI: “Indeed, a really advanced intelligence, improperly motivated, might realize the impermanence of all things, calculate that the sun will burn out in a few billion years, and decide to play video games for the remainder of its existence, concluding that inventing an even smarter machine is pointless.”
Boyden will be one of...
reply to "Why java opaque and opengl don't mix"
Mandel,
Thx for the help already(And it DOES help)
1) It’s an ATI card (last time I had the “black overlap” was when I still had an nvidia.
2) I’ll try to see if I can set the vsync of my app in java (dont know if it can be done). <—- will keep ya posted
mandel:
golliewaggles:
1) platform is win xp
2) Indeed, reflections is not needed (was trying out...
reply to "Why java opaque and opengl don't mix"
1) platform is win xp
2) Indeed, reflections is not needed (was trying out some things there, and forgot to put back the original code)
Weird thing is , I tested it now and… IT WORKS!!!
Only problem still : where overlaps are present, I see 2 flickering black bands (not always in the same position).
Any idea why?
mandel answered your question: Why java opaque and opengl...
Why java opaque and opengl don't mix???
OK, bear with me : I have a java (jdk6) app that I want to overlay onto an opengl game……
Translucency works like a charm UNLESS I put the app on top of neverwinter nights 1 (an opengl app).
Symptom : The overlaying part turns black, pitch black….
The code (part of it)
if (AWTUtilities.isTranslucencySupported(AWTUtilities.Translucency.TRANSLUCENT)) { ...