kamerafahrt beim login

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • kamerafahrt beim login

    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
  • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

  • noch eine kleine frage am rande was davon is denn für die koordinate ?
    bin neuling was die source angeht aber lerne

    //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;


    das ist doch für die koordinate oder etwa nicht ?
  • 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 -.- ? ^^

    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;


    eigentlich soll das flaris mitte sein is es aber nicht =(