Lut Generator 0.15 Info
: Version 0.15 introduced improved spike filtering for data generated by WheelCheck, ensuring the final LUT file provides smooth, consistent feedback rather than erratic jolts. How to Generate Your Custom LUT
// -------------------------- EVENT LISTENERS ---------------------------------- function attachCanvasEvents() // Mouse / touch painting const getCanvasCoords = (e) => let clientX, clientY; if (e.touches) clientX = e.touches[0].clientX; clientY = e.touches[0].clientY; e.preventDefault(); else clientX = e.clientX; clientY = e.clientY; lut generator 0.15
function gradientDiagonal() // diagonal gradient from top-left (0) to bottom-right (1) for (let i = 0; i < LUT_SIZE; i++) for (let j = 0; j < LUT_SIZE; j++) const t = (i + j) / (2 * (LUT_SIZE - 1)); lut[i][j] = clamp(t, 0, 1); : Version 0
Move your new .lut file to the cfg folder in your Assetto Corsa documents. if (e.touches) clientX = e.touches[0].clientX
.controls display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin: 1.5rem 0 0.8rem 0;
.value-readout background: #03060c; padding: 0.3rem 1rem; border-radius: 2rem; font-family: monospace; font-weight: bold; font-size: 1rem; color: #f0b27a;