HomeSort by relevance Sort by last modified time
    Searched defs:domFace (Results 1 - 2 of 2) sorted by null

  /external/collada/include/1.4/dom/
domFx_surface_init_cube_common.h 229 class domFace;
231 typedef daeSmartRef<domFace> domFaceRef;
237 class domFace : public daeElement
268 domFace(DAE& dae) : daeElement(dae), attrRef(*this) {}
272 virtual ~domFace() {}
276 virtual domFace &operator=( const domFace &cpy ) { (void)cpy; return *this; }
306 * Init each face mipchain with one compound image such as DDS @see domFace
domGl_pipeline_settings.h 1024 class domFace;
1026 typedef daeSmartRef<domFace> domFaceRef;
1029 class domFace : public daeElement
    [all...]

Completed in 21 milliseconds