채팅0

    서든어택 ES* 질문

    조회수 520

    WorldToScreen 함수보니까 

     

    class Function Local.WorldToScreen(VectorWorld : D3DXVECTOR3; Out Screen : D3DXVECTOR3) : BOOL;
    Var
     ProjectionRead, ViewRead : Array [0..15] of Single;
     Projection, View, World : TD3DXMatrix;
     Viewport_ : TD3DViewport9;
    Begin
     Try
       Result := False;

       ReadProcessMemory(mem.GetHandle, Pointer(Local_View - $80), @ViewRead, SizeOf(ViewRead), PNativeUInt(nil)^);
       View := _D3DMATRIX(ViewRead);
       ReadProcessMemory(mem.GetHandle, Pointer(Local_View - $40), @ProjectionRead, SizeOf(ProjectionRead), PNativeUInt(nil)^);
       Projection := _D3DMATRIX(ProjectionRead);
       ReadProcessMemory(mem.GetHandle, Pointer(Local_View), @Viewport_, SizeOf(Viewport_), PNativeUInt(nil)^);
       D3DXMatrixIdentity(World);
       D3DXVec3Project(Screen, VectorWorld, Viewport_, Projection, View, World);

       if Screen.Z < 1 then
         Result := True;
     Except
     End;
    End;

     

    월드내에 캐릭터 좌표를 화면 좌표로 변환할려면 이 함수를 거쳐야한다고 하는데 

     

    변환할때 필요한 Viewport_, Projection, View, World 이값을 얻는방법 Local_View < 이 값을 찾는방법좀 알려주세요 화면상으로 내 카메라 X,Y 조절 가능한 앵글 값인지 무슨값인지 영문을 모르겠는데 이런질문 해도되는진 모르겠는데 혹시 활정대상이면 글 내릴테니 알려주세요 

    댓글3

    회원프로필

    [view_angle]
    48 8B 0D BB 7C 7C 00 48 8B 05 6C 9A 70 00 48 8B 89 E8
    cshell + 1718530

    2024.04.30 18:09
    회원프로필

    F5086E

    2024.04.30 18:10
    회원프로필

    11좀 걸어주세연

    2024.04.30 19:20

      게시글 리스트
      제목작성자작성일조회
      726504-30467
      726404-30255
      726304-30521
      726204-30737
      726104-30824
      726004-30348
      725904-30401
      725804-30287
      725704-30387
      725604-30297
      725504-30268
      725404-29259
      725304-29536
      725204-29438
      725104-29366
      725004-29284
      724904-29282
      724804-29309
      724704-29397
      724604-29351
      안내 배너 이미지