OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
MeshObjects::Node Class Referencefinal

#include <meshobjects.h>

Public Member Functions

 Node (Node &&)=default
 
const Boundsbounds () const
 
const Materialmaterial () const
 
Tempest::Matrix4x4 position () const
 
const StaticMeshmesh () const
 
std::pair< uint32_t, uint32_t > meshSlice () const
 

Friends

class Mesh
 

Detailed Description

Definition at line 26 of file meshobjects.h.

Constructor & Destructor Documentation

◆ Node()

MeshObjects::Node::Node ( Node &&  )
default

Member Function Documentation

◆ bounds()

const Bounds & MeshObjects::Node::bounds ( ) const

Definition at line 201 of file meshobjects.cpp.

◆ material()

const Material & MeshObjects::Node::material ( ) const

Definition at line 205 of file meshobjects.cpp.

◆ mesh()

const StaticMesh * MeshObjects::Node::mesh ( ) const

Definition at line 213 of file meshobjects.cpp.

◆ meshSlice()

std::pair< uint32_t, uint32_t > MeshObjects::Node::meshSlice ( ) const

Definition at line 217 of file meshobjects.cpp.

◆ position()

Tempest::Matrix4x4 MeshObjects::Node::position ( ) const

Definition at line 209 of file meshobjects.cpp.

Friends And Related Symbol Documentation

◆ Mesh

friend class Mesh
friend

Definition at line 41 of file meshobjects.h.


The documentation for this class was generated from the following files: