|
Namespaces |
namespace | dx |
Defines |
#define | ARRAY_LEN(a) (sizeof(a)/sizeof((a)[0])) |
Typedefs |
typedef unsigned char | dx::Vec4UB [4] |
typedef unsigned char | dx::Vec3UB [3] |
Functions |
int | dx::WARNING (char fmt[],...) |
void | dx::GetParms (int argc, char *argv[], char infile[DX_PATH_MAX], WriterParms &parms) |
int | dx::IsNaNorInf (float f) |
float | dx::Luminance (const osg::Vec4 &v) |
char * | dx::Vec4AttributeString (char buf[], char name[], int front_and_back, osg::Vec4 &front, osg::Vec4 &back) |
bool | dx::WriteDX (const osg::Node &node, WriterParms &parms, std::string &messages) |
Variables |
const osg::Vec3 | dx::INVALID_NORMAL (-99,-99,-99) |
const osg::Vec3 | dx::INVALID_COLOR (0, 0, 0) |
const float | dx::INVALID_OPACITY = 1.0 |
const float | dx::ALPHA_OPAQUE = 1.0 |