Hi I am trying import in three/tsl packNormaltoRGB and unPackNorrmaltoRGB but it seems like it is lost or something?? It is not working, does it have a new directive path?
import React, { useEffect, useMemo, useRef } from 'react'
import * as THREE from 'three/webgpu'
import { useFrame, useThree } from '@react-three/fiber'
// TSL Imports
import {
pass,
mrt,
output,
normalView,
diffuseColor,
velocity,
packNormalToRGB,
unpackRGBToNormal,
sample,
add,
vec4,
uniform,
float,
int,
color,
screenUV,
time,
mx_noise_float,
positionLocal
} from 'three/tsl'