blanchon's picture
squash: initial commit
3aea7c6
raw
history blame
149 Bytes
export default interface IUrdfMesh {
filename: string;
type: 'stl' | 'fbx' | 'obj' | 'dae';
scale: [x: number, y: number, z: number];
}