|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Used for accessing to a Mesh3DViewGenerator.
IMesh3DViewGenerator are able to give a subset of Face3D as a Face3DList for a given view point.
IMesh3D| Method Summary | |
void |
generateForView(double x,
double y,
double z,
double tx,
double ty,
double tz,
double focus,
double viewWidth)
Generate a (LOD) Face3DList for a given view point using the current view generator quality. |
double |
getMesh3DViewGeneratorQuality()
Gets this Mesh3DViewGenerator current quality. |
int |
getNbViewFaces()
Gets number of Face3D generated by the last call to generateForView. |
IFace3DList |
getViewFace3DList()
Gets Face3DList generated by the last call to generateForView. |
void |
setFarClip(double farClip)
Sets far clipping value for view generation. |
void |
setMesh3DViewGeneratorQuality(double quality)
Sets this Mesh3DViewGenerator quality. |
void |
setNearClip(double nearClip)
Sets near clipping value for view generation. |
| Method Detail |
public void setMesh3DViewGeneratorQuality(double quality)
quality - qualitypublic double getMesh3DViewGeneratorQuality()
public void generateForView(double x,
double y,
double z,
double tx,
double ty,
double tz,
double focus,
double viewWidth)
x - view point x in object spacey - view point y in object spacez - view point z in object spacetx - view point target x in object spacety - view point target y in object spacetz - view point target z in object spacefocus - focal length to useviewWidth - screen width in pixelspublic int getNbViewFaces()
public IFace3DList getViewFace3DList()
public void setFarClip(double farClip)
farClip - far clipping valuepublic void setNearClip(double nearClip)
nearClip - near clipping value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||