Blender V2.61 - r43446
|
#include "BSP_GhostTest3D.h"
#include "BSP_TMesh.h"
#include "MEM_SmartPtr.h"
#include "BSP_PlyLoader.h"
#include <iostream>
Go to the source code of this file.
Functions | |
MEM_SmartPtr< BSP_TMesh > | NewTestMesh (int x, int y, MT_Scalar fx, MT_Scalar fy, MT_Scalar ampx, MT_Scalar ampy, MT_Scalar sx, MT_Scalar sy) |
int | main () |
int main | ( | ) |
Definition at line 96 of file bsp/test/BSP_GhostTest/main.cpp.
References MakeCursor::app, BSP_GhostTestApp3D::InitApp(), max, min, BSP_PlyLoader::NewMeshFromFile(), NewTestMesh(), BSP_GhostTestApp3D::Run(), and BSP_GhostTestApp3D::SetMesh().
MEM_SmartPtr<BSP_TMesh> NewTestMesh | ( | int | x, |
int | y, | ||
MT_Scalar | fx, | ||
MT_Scalar | fy, | ||
MT_Scalar | ampx, | ||
MT_Scalar | ampy, | ||
MT_Scalar | sx, | ||
MT_Scalar | sy | ||
) |
Definition at line 39 of file bsp/test/BSP_GhostTest/main.cpp.
References i, BSP_TVertex::m_pos, MT_PI(), sin(), and simple_enum_gen::val.
Referenced by main().