#include <ProjectionGridTool.h>
Inheritance diagram for ProjectionGridTool:

Public Member Functions | |
| ProjectionGridTool (ToolHelper *helper) | |
| virtual | ~ProjectionGridTool () |
Protected Member Functions | |
| bool | createTexture () |
| create the texture by iterating through each pixela and checking how much each pixel should be filled | |
Protected Attributes | |
| bool | texture_created |
| unsigned int | texture_num |
| MeshManager::MeshInfo * | mesh_info |
| ToolHelper * | helper_g |
Definition at line 30 of file ProjectionGridTool.h.
|
|
Definition at line 42 of file ProjectionGridTool.cpp. References mesh_info, and texture_created. |
|
|
Definition at line 48 of file ProjectionGridTool.cpp. |
|
|
create the texture by iterating through each pixela and checking how much each pixel should be filled
Definition at line 253 of file ProjectionGridTool.cpp. References DEBUG_ERROR, DEBUG_INFO, ViewState::GetSupportMultiTexture(), ToolHelper::GetViewStatePtr(), helper_g, celeste::min(), texture_created, and texture_num. Referenced by PanosphereOverviewProjectionGridTool::AfterDrawImagesBackEvent(), PreviewProjectionGridTool::AfterDrawImagesEvent(), and PanosphereOverviewProjectionGridTool::AfterDrawImagesFrontEvent(). |
|
|
Definition at line 45 of file ProjectionGridTool.h. Referenced by createTexture(). |
|
|
Definition at line 43 of file ProjectionGridTool.h. Referenced by ProjectionGridTool(). |
|
|
Definition at line 40 of file ProjectionGridTool.h. Referenced by createTexture(), and ProjectionGridTool(). |
|
|
Definition at line 41 of file ProjectionGridTool.h. Referenced by createTexture(). |
1.3.9.1