Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Public Attributes

vl::Dae::Node Struct Reference

COLLADA node. More...

#include <DaeHelpers.hpp>

Inheritance diagram for vl::Dae::Node:
vl::Object

List of all members.

Public Member Functions

 Node ()

Public Attributes

ref< TransformmTransform
std::vector< ref< Dae::Node > > mChildren
std::vector< ref< Dae::Mesh > > mMesh
std::vector< ref< Actor > > mActors

Detailed Description

COLLADA node.

Definition at line 283 of file DaeHelpers.hpp.


Constructor & Destructor Documentation

vl::Dae::Node::Node (  ) [inline]

Definition at line 285 of file DaeHelpers.hpp.

References mTransform.


Member Data Documentation

Definition at line 290 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::bindMaterials(), Node(), and vl::DaeLoader::parseNode().

Definition at line 291 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::parseNode().

Definition at line 292 of file DaeHelpers.hpp.

std::vector< ref<Actor> > vl::Dae::Node::mActors

Definition at line 293 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::bindMaterials().


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:12.
Permission is granted to use this page to write and publish articles regarding Visualization Library.