This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"street": "Barbareno Rd", | |
"pos": { | |
"x": -3254.55, | |
"y": 1063.99, | |
"z": 11.1462 | |
} | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CameraPath { | |
waypoints: { position: alt.Vector3; rotation: alt.Vector3 }[]; | |
totalDuration: number; | |
camera: number | null; | |
startTime: number; | |
isActive: boolean; | |
constructor(waypoints, totalDuration) { | |
if (waypoints.length < 2) { | |
throw new Error("At least two waypoints are required"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"boneName": "SKEL_ROOT", | |
"boneID": 0, | |
"boneIndex": 0 | |
}, | |
{ | |
"boneName": "FB_R_Brow_Out_000", | |
"boneID": 1356, | |
"boneIndex": 111 |