WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
Model.h
Go to the documentation of this file.
1#pragma once
2
4class Model
5{
6public:
7 Model() = default;
8
9 virtual ~Model() = 0;
10};
Abstract base interface for all 3D model types.
Definition Model.h:5
Model()=default
virtual ~Model()=0