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::Sampler2D Struct Reference

COLLADA sampler2D. More...

#include <DaeHelpers.hpp>

Inheritance diagram for vl::Dae::Sampler2D:
vl::Object

List of all members.

Public Member Functions

 Sampler2D ()

Public Attributes

ref< Dae::SurfacemDaeSurface
vl::ETexParamFilter mMinFilter
vl::ETexParamFilter mMagFilter
vl::ETexParamWrap mWrapS
vl::ETexParamWrap mWrapT
ref< TexturemTexture

Detailed Description

COLLADA sampler2D.

Definition at line 304 of file DaeHelpers.hpp.


Constructor & Destructor Documentation

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

Definition at line 306 of file DaeHelpers.hpp.

References mMagFilter, mMinFilter, mWrapS, mWrapT, vl::TPF_LINEAR, and vl::TPW_REPEAT.


Member Data Documentation

Definition at line 315 of file DaeHelpers.hpp.

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

Definition at line 316 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::prepareTexture2D(), and Sampler2D().

Definition at line 317 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::prepareTexture2D(), and Sampler2D().

Definition at line 318 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::prepareTexture2D(), and Sampler2D().

Definition at line 319 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::prepareTexture2D(), and Sampler2D().

Definition at line 321 of file DaeHelpers.hpp.

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


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.