I have a coordinate system, where I know the origin and direction vector along X-axis and Y-axis and where Z-axis is always up. I want to map this coordinate system with 3JS coordinate system. Because:
- I have some points in that coordinate system, that I want to plot in 3JS scene.
How can I achieve this? Sorry If I am not clear.