OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
vobbundle.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <memory>
4
5
#include "
vob.h
"
6
7
class
VobBundle
{
8
public
:
9
VobBundle
() =
default
;
10
VobBundle
(
World
& owner, std::string_view filename,
Vob::Flags
flags);
11
12
void
setObjMatrix
(
const
Tempest::Matrix4x4& obj);
13
14
private
:
15
std::vector<std::unique_ptr<Vob>> rootVobs;
16
};
17
VobBundle
Definition
vobbundle.h:7
VobBundle::VobBundle
VobBundle()=default
VobBundle::setObjMatrix
void setObjMatrix(const Tempest::Matrix4x4 &obj)
Definition
vobbundle.cpp:12
Vob::Flags
Flags
Definition
vob.h:13
World
Definition
world.h:31
vob.h
game
world
objects
vobbundle.h
Generated by
1.9.8