Trax3 3.1.0
trax track library
Loading...
Searching...
No Matches
SupportUSD_FileReader.h
1// Copyright (c) 2013 - 2019 Marc-Michael Horstmann;
2// Copyright (c) 2020 - 2024 Trend Verlag;
3//
4// trax track library
5// AD 2024
6//
7// "the resolution of all the fruitless searches"
8//
9// Peter Gabriel
10
11
12#pragma once
13
14#include "SupportUSD_Reader.h"
15
16#include <filesystem>
17
18namespace trax{
19
20 class USDFileReader : public USDReader{
21 public:
22 USDFileReader( const std::filesystem::path& filePath );
23
24
25
26 };
27
28}
Namespace of all the trax track libraries classes and methods.
Definition Collection.h:17