Uses of Class
cz.fidentis.analyst.drawables.Drawable
Packages that use Drawable
Package
Description
Drawable objects of the scene.
OpenGL rendering classes.
-
Uses of Drawable in cz.fidentis.analyst.drawables
Subclasses of Drawable in cz.fidentis.analyst.drawablesModifier and TypeClassDescriptionclass
Drawable plane with the possibility to shift it along the normal and, moreover, to show a "mirror" plane (a plane shifted in the opposite direction).class
Drawable human face.class
Drawable feature points.class
A drawable feature point skeleton consisting of drawable lines.class
Spherical surrounding of feature points that represent their weights.class
Drawable interactive mask drawn as points connected by lines.class
A line to be shown in the scene, e.g., to show a ray.class
A drawable triangular mesh, i.e., a mesh model with drawing information like material, transparency, color, relative transformations in the scene etc.class
A plane to be shown as a rectangular mesh facet.class
Points rendered as small spheres.Methods in cz.fidentis.analyst.drawables with parameters of type DrawableModifier and TypeMethodDescriptionint
Constructors in cz.fidentis.analyst.drawables with parameters of type Drawable -
Uses of Drawable in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering that return DrawableModifier and TypeMethodDescriptionScene.getOtherDrawable
(int slot) Returns other drawable object.Methods in cz.fidentis.analyst.rendering that return types with arguments of type DrawableMethods in cz.fidentis.analyst.rendering with parameters of type DrawableModifier and TypeMethodDescriptionboolean
Scene.setOtherDrawable
(int slot, Drawable dr) Sets other drawable.Method parameters in cz.fidentis.analyst.rendering with type arguments of type DrawableModifier and TypeMethodDescriptionvoid
ShadersManager.renderObjects
(Collection<Drawable> drawables, int viewPortWidth, int viewPortHeight, javax.vecmath.Vector4f lightPosition) Puts drawable objects through pipeline which enables to render fog simulation and contours.void
SceneRenderer.renderScene
(Camera camera, Collection<Drawable> drawables) Renders drawable objects.