- Durum
-
Üzgünüz bu konu cevaplar için kapatılmıştır...
- what do I need to do for look direction esp? is there a source code that I can use for logic? i would be glad if you inform
Słyszę, słyszę letni powiew.
Kurucu
- Get player's head position (x, y, z)
- Get player's look direction vector (dx, dy, dz)
- Calculate end position of line (x + dx * 3, y + dy * 3, z + dz * 3) (3.f is line length.)
- Draw a line from player's head position to the end position using your renderer.
- Repeat for each player in the game.
- Durum
-
Üzgünüz bu konu cevaplar için kapatılmıştır...