Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CompositeObj::Object Struct Reference

Associate a mesh and a material. More...

#include <CompositeObj.hpp>

Public Member Functions

 Object (const std::string &aName)
 

Public Attributes

Mesh mesh
 The mesh.
 
std::string name
 Name of the object.
 
std::string material
 Name of the material.
 

Detailed Description

Associate a mesh and a material.

Constructor & Destructor Documentation

◆ Object()

CompositeObj::Object::Object ( const std::string &  aName)
inlineexplicit

Constructor.

Parameters
aNamethe name of the object.

The documentation for this struct was generated from the following file: