I have a Plane mesh, and I want to have it initialised with an initial rotation vector. However, setting the rotateX
prop does not work.
<mesh rotateX={1}>
<planeGeometry args={[5, 5, 64, 64]} />
<meshStandardMaterial />
</mesh>
What am I doing wrong?