[Bug] GetCamMatrix only returns 0 values #49
Closed
FrazzIe
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments
|
A fix for this bug has been implemented and is available in the latest patch. Please try again and let us know if the issue persists. Thanks for your help! |
0 replies
|
did a brief test, seems to be working again. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Using
GetCamMatrixonly returns 4 zero'd vectors and not the cam's actual matrix4th value probably needs check as well, i just don't use it.
Issue type
Client
Repro rate
Always
Server build version
FXServer-early-access b90 win32
OS
Windows 10
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
Windows
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
No
Hosting provider
None
Machine type
Dedicated
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
testcommandrepro sample code
Expected Behavior
right: vec3(0.240216, 0.970719, 0.000000)
forward: vec3(-0.968705, 0.239718, -0.064392)
up: vec3(-0.062507, 0.015468, 0.997925)
to print the cams matrix
Actual Behavior
right: vec3(0.000000, 0.000000, 0.000000)
forward: vec3(0.000000, 0.000000, 0.000000)
up: vec3(0.000000, 0.000000, 0.000000)
returns 0's
Evidence
No response
Additional Context
No response
All reactions