#include <sstream>#include "point_cloud_drawable.h"#include "rtabmap/utilite/ULogger.h"#include "rtabmap/utilite/UTimer.h"#include "rtabmap/utilite/UConversion.h"#include <opencv2/imgproc/imgproc.hpp>#include "util.h"#include "pcl/common/transforms.h"#include <OpenGLES/ES2/gl.h>
Go to the source code of this file.
Macros | |
| #define | LOW_DEC 2 |
| #define | LOWLOW_DEC 4 |
Enumerations | |
| enum | PointCloudShaders { kPointCloud = 0, kPointCloudBlending = 1, kPointCloudLighting = 2, kPointCloudLightingBlending = 3, kTexture = 4, kTextureBlending = 5, kTextureLighting = 6, kTextureLightingBlending = 7, kDepthPacking = 8 } |
| #define LOW_DEC 2 |
Definition at line 44 of file point_cloud_drawable.cpp.
| #define LOWLOW_DEC 4 |
Definition at line 45 of file point_cloud_drawable.cpp.
| enum PointCloudShaders |
| Enumerator | |
|---|---|
| kPointCloud | |
| kPointCloudBlending | |
| kPointCloudLighting | |
| kPointCloudLightingBlending | |
| kTexture | |
| kTextureBlending | |
| kTextureLighting | |
| kTextureLightingBlending | |
| kDepthPacking | |
Definition at line 47 of file point_cloud_drawable.cpp.
| const std::string kPointCloudBlendingFragmentShader |
Definition at line 118 of file point_cloud_drawable.cpp.
| const std::string kPointCloudDepthPackingFragmentShader |
Definition at line 158 of file point_cloud_drawable.cpp.
| const std::string kPointCloudDepthPackingVertexShader |
Definition at line 148 of file point_cloud_drawable.cpp.
| const std::string kPointCloudFragmentShader |
Definition at line 106 of file point_cloud_drawable.cpp.
| const std::string kPointCloudLightingVertexShader |
Definition at line 81 of file point_cloud_drawable.cpp.
| const std::string kPointCloudVertexShader |
Definition at line 63 of file point_cloud_drawable.cpp.
| const std::string kTextureMeshBlendingFragmentShader |
Definition at line 252 of file point_cloud_drawable.cpp.
| const std::string kTextureMeshFragmentShader |
Definition at line 227 of file point_cloud_drawable.cpp.
| const std::string kTextureMeshLightingVertexShader |
Definition at line 195 of file point_cloud_drawable.cpp.
| const std::string kTextureMeshVertexShader |
Definition at line 169 of file point_cloud_drawable.cpp.