JulianKnodt / Ray2Arrow

Script for converting rays into arrow meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ray2arrow

Basic usage:

python rays_to_arrows.py --path <npy file>

Where <npy file> contains one tensor of shape (*, 6), where the first 3 elements are the origin, and the last 3 are the ray direction.

About

Script for converting rays into arrow meshes


Languages

Language:Python 93.3%Language:Makefile 6.7%