Recent content by BANANAMAN

  1. BANANAMAN

    Visual Studio 2010/2012 windows phone emulator issue.

    So I have this problem that every time I try to debug my Window's phone game made in XNA in a window's phone emulator it always takes awhile before it runs the game successfully on the first run after I start up my laptop (every other debug provided I don't close the emulator is significantly...
  2. BANANAMAN

    Health A Parasite Carried By Cats Could Increase Human Suicide Risk

    Someone will make this into a weapon eventually. I mean why bother killing your enemies when you get them to kill themselves for you?
  3. BANANAMAN

    Implementing Projectile Motion in OpenGL

    Ok so apparently I have to finish this particular project that shows a projectile that follows the laws of projectile motion by July 11 and I'm having trouble figuring out how to go about arranging the logic flow. So far I have a gravity component that works and a firing mechanism that sets the...
  4. BANANAMAN

    Creating a SIN wave in OpenGL

    i'm not entirely sure I follow.
  5. BANANAMAN

    Creating a SIN wave in OpenGL

    Bump:I managed to make a grid move /undulate with waves that move along the x and z axis. Problem is that the lines tend to move separately messing up the grid. #include <stdio.h> #include <conio.h> #include "GlutStarter.h" #include <math.h> #include <glut.h> void Render(); //#define DTRF...
  6. BANANAMAN

    Creating a SIN wave in OpenGL

    Well It should be something like this... Note:The lines shouldn't wiggle or move along the x and z axis
  7. BANANAMAN

    Creating a SIN wave in OpenGL

    That last explanation fried my brain. Can you explain it in a different view point? Edit:This is the current code snippet I have that renders 36 lines that move in a wave every frame. glBegin(GL_LINES); amp=0.0; t=0.0; for (double x=-36.0; x<=36.0; x++) { double y = amp * sin( (ba+t)*DTRF...
  8. BANANAMAN

    Creating a SIN wave in OpenGL

    That was rather interesting to figure out. Now I'm wondering how I could turn this 36 co-linear line segments that look like a single line into a grid that stretches along the x and z axis. The math portion I can easily understand. The real problem I'm tackling with is loop logic management...
  9. BANANAMAN

    Creating a SIN wave in OpenGL

    So I'm trying to create a sin wave that moves in OpenGL and so far I've gotten around 35 line segments to move up and down due to their Y value being determined by continuous computation as the program runs. Thing is how do I make it so that the Y value for each line to increase at different...
  10. BANANAMAN

    Laptop won't boot properly..

    Every time I turn on my laptop it automatically goes to the boot menu and it's choices. This is how I get it to normally boot now: I try picking the HDD option which results it freezing before it can start the laptop emmits a high pitch noise when it does and I have to manually turn it off...
  11. BANANAMAN

    Crime Army vet. killed landlady because he didn't kill anyone while serving in Afghanistan

    http://en.wikipedia.org/wiki/Military_of_Switzerland Also the reason WHY people won't attack the US is because they have an army in the first place. Think of it this way, If US didn't have an army during the cold war we would all be speaking russian by now.
  12. BANANAMAN

    WIP:Alistair Ruthledge

    In what way?
  13. BANANAMAN

    WIP:Alistair Ruthledge

    Yay Final product!!
  14. BANANAMAN

    Crime Army vet. killed landlady because he didn't kill anyone while serving in Afghanistan

    Seth is an Air Force ranger I believe, So He's legit. Countries have and maintain armies just so their citizens wouldn't have to fear every single moment being invaded by other countries or private interests with power. The absence of militaristic might is like saying to other countries...
  15. BANANAMAN

    Crime "Pirating” UK Student to be Extradited to the US.

    I thought SOPA and PIPA didn't pass...
Top