Dreckigerhund (07.02.12)
hallo zusammen
ich habe folgende frage ich habe mir diese kamerafahrt eingebastelt und wollte mal fragen wo ich das ändern kann das die kamera woanders langfährt die geht durch die WdArena map will aber durch madrigal die kamerafahrt haben ich hoffe ihr könnt mir sagen wo ich dies einstellen kann ich suche das verzweifelt finde aber nichts danke im vorraus
CTheme::ReadTitleWorld()
Code:Dardan 20:47 schule ist scheiße Dardan 20:48 da werd ich immer gemobbt Moik 20:48 wieso Dardan 20:48 weil ich zu kleine ohren habe
Dreckigerhund (07.02.12)
noch eine kleine frage am rande was davon is denn für die koordinate ?
bin neuling was die source angeht aber lerne
das ist doch für die koordinate oder etwa nicht ?//static float fCameraPositionX = 445.0f;
//static float fCameraPositionY = 160.0f;
//static float fCameraPositionY = 572.0f;
static const float START_X = 600.0f;
static const float END_X = 700.0f;
static const float START_TO_END_X = END_X - START_X;
static const float START_Y = 200.0f;
static const float END_Y = 200.0f;
static const float START_TO_END_Y = END_Y - START_Y;
static const float START_Z = 600.0f;
static const float END_Z = 700.0f;
static const float START_TO_END_Z = END_Z - START_Z;
static const float SPEED_RATE = 1000.0f;
Dreckigerhund (07.02.12)
danke twilight alles klar ich schau einfach ma weiter bis das ich es habe ^^ nur wer versucht wird was von alleine kommt nichts
Schau dir doch einfach die Funktion an, was wird mit den Positionen gemacht, wie werden sie Behandelt usw.
Duch reines Ansehen lernt man es auch, siehe TwiLight.
hmm habe ma umgeschrieben aber irgendwie sehe ich nur wolken is das etwa falsch habe mir das nu angeschaut die ganze zeit und vergleicht und was weiss ich nicht bin aber immernoch nicht weiter -.- ? ^^
eigentlich soll das flaris mitte sein is es aber nicht =(if(m_pTitleWorld != NULL)
{
//static float fCameraPositionX = 445.0f;
//static float fCameraPositionY = 160.0f;
//static float fCameraPositionY = 572.0f;
static const float START_X = 6959.0f;
static const float END_X = 1100.0f;
static const float START_TO_END_X = END_X - START_X;
static const float START_Y = 110.0f;
static const float END_Y = 110.0f;
static const float START_TO_END_Y = END_Y - START_Y;
static const float START_Z = 3266.0f;
static const float END_Z = 3280.0f;
static const float START_TO_END_Z = END_Z - START_Z;
static const float SPEED_RATE = 1000.0f;
also bin immernoch nicht weiter mit der kamerafahrt ich bekomme absolut die koorfinaten nicht hin obwohl ich sie eingetragen habe -.-
Lesezeichen