NAP
Public Member Functions | Public Attributes | List of all members
TriangleLine Class Reference

#include <polyline.h>

Public Member Functions

 TriangleLine (nap::Core &core)
 
virtual bool init (utility::ErrorState &errorState) override
 
virtual bool isClosed () const override
 
- Public Member Functions inherited from PolyLine
 PolyLine (nap::Core &core)
 
virtual MeshInstancegetMeshInstance () override
 
virtual const MeshInstancegetMeshInstance () const override
 
Vec3VertexAttributegetPositionAttr ()
 
const Vec3VertexAttributegetPositionAttr () const
 
Vec4VertexAttributegetColorAttr ()
 
const Vec4VertexAttributegetColorAttr () const
 
Vec3VertexAttributegetNormalAttr ()
 
const Vec3VertexAttributegetNormalAttr () const
 
Vec3VertexAttributegetUvAttr ()
 
const Vec3VertexAttributegetUvAttr () const
 
template<typename T >
void getValue (const VertexAttribute< T > &attr, float location, T &outValue) const
 
template<typename T >
void getValue (const std::map< float, int > &distanceMap, const VertexAttribute< T > &attr, float location, T &outValue) const
 
void getNormal (const std::map< float, int > &distanceMap, const Vec3VertexAttribute &attr, float location, glm::vec3 &outValue) const
 
float getDistances (std::map< float, int > &outDistances) const
 
- Public Member Functions inherited from Resource
 Resource ()
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 

Public Attributes

float mRadius = 1.0f
 Property: 'Radius' triangle radius. More...
 
- Public Attributes inherited from PolyLine
PolyLineProperties mLineProperties
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 
- Static Protected Member Functions inherited from PolyLine
static void createVertexAttributes (MeshInstance &instance)
 
- Protected Attributes inherited from PolyLine
std::unique_ptr< MeshInstancemMeshInstance
 
RenderServicemRenderService = nullptr
 

Description

Simple equal sided triangle. The uv's are normalized 0-1, the normals point outwards from the center.

Inheritance diagram for TriangleLine:
[legend]
Collaboration diagram for TriangleLine:
[legend]

Constructor & Destructor Documentation

◆ TriangleLine()

TriangleLine ( nap::Core core)

Member Function Documentation

◆ init()

virtual bool init ( utility::ErrorState errorState)
overridevirtual

Creates the equal sided triangle

Returns
if the triangle mesh was created successfully

Reimplemented from PolyLine.

◆ isClosed()

virtual bool isClosed ( ) const
overridevirtual
Returns
closed

Implements PolyLine.

Member Data Documentation

◆ mRadius

float mRadius = 1.0f

Property: 'Radius' triangle radius.