Another update from the site:
QUOTE
//----------------------------------------------------------------------------------------
2009-01-07
//----------------------------------------------------------------------------------------
Oh man.. did I really write that?!
That's not like me! I can't...
Wait a couple of months after the Wiz has been released then decide. If you can't wait that long and are confident about getting homebrew onto the PSP, get a PSP.
If you go to the misc section of this thread, there is a series of posts on what (subjectively) should go into a programmers portfolio which is worth a read.
Keep trying, as long as your 3D math is up to scratch (being able to apply the math to actual problems), I am sure companies will look...
In all serious, are you willing to relocate for a job? If you are that makes it a lot easier to find a job in the Games Industry. How is your vector and matrix math? Having no proof of 3D work seems to be a poor excuse for rejecting a candidate if they can demonstrate they can work in the domain...
CODE
//or
void OBBShape::initShape(const char *n) {
name = n;
}
Bad idea! Because you are copying the value of the pointer and not the data that the pointer is pointing to, this can easily lead to a crash. e.g.
CODE
int * pInt = NULL;
void PointCopy( int * pAInt )
{
pInt = pAInt;
}...
I am having no luck at all when contacting them via email. I have been sent a game that I asked to be cancelled and therefore I haven't paid for it. I am in a bit of a dilemma of what to do about it :/.
Most of us on here already knew this was the case for a while now so not outraged at all. *IF* the system got delayed post Christmas, then that's another matter.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.