Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = floatsub(g_car_wash_build_object_pos[car_wash][0], floatsub(floatmul(g_car_wash_object_offset[box_id][object_id][0], floatcos(g_car_wash_build_object_pos[car_wash][3], degrees)), floatmul(g_car_wash_object_offset[box_id][object_id][1], floatsin(g_car_wash_build_object_pos[car_wash][3], degrees)))),
- y = floatsub(g_car_wash_build_object_pos[car_wash][1], floatadd(floatmul(g_car_wash_object_offset[box_id][object_id][0], floatsin(g_car_wash_build_object_pos[car_wash][3], degrees)), floatmul(g_car_wash_object_offset[box_id][object_id][1], floatcos(g_car_wash_build_object_pos[car_wash][3], degrees)))),
- z = floatsub(g_car_wash_build_object_pos[car_wash][2], g_car_wash_object_offset[box_id][object_id][2]);
- rx = floatsub(g_car_wash_build_object_pos[car_wash][3], g_car_wash_object_offset[box_id][object_id][3]);
- ry = floatsub(g_car_wash_build_object_pos[car_wash][4], g_car_wash_object_offset[box_id][object_id][4]);
- rz = floatsub(g_car_wash_build_object_pos[car_wash][5], g_car_wash_object_offset[box_id][object_id][5]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement