Skip to content
Snippets Groups Projects
Commit a4a94b1a authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

RED

refs 2490
parent 91922adc
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ import org.newdawn.slick.Color;
* The rendering process is started by calling {@link #beginRenderLoop()}, which allows sub-classes
* to apply additional GL setup commands. Sub-classes may change the perspective by overriding
* {@link #getPerspective()} and return a vector with the field of view, Z near distance, and Z far
* distance. Note that all three must be greater zero.
* distance. Note that all three must be greater than zero.
* <P>
* After the rendering is done the picking process starts if both {@link #pickX} and {@link #pickY}
* are greater or equal to zero and smaller than the widget width and height, respectively.
......@@ -61,10 +61,13 @@ import org.newdawn.slick.Color;
*
* @see Graphical3DEditorBase
*
* TODO(VA) This class is almost a copy-paste of {@link Graphical3DViewBase}.
* TODO: Clarify the connection/distinction, potentially factorize
*
* @author mondal
* @author $Author: hoelzl $
* @version $Rev: 15927 $
* @ConQAT.Rating YELLOW Hash: 2EFC5B95906E72B048CCC59A85DB3762
* @ConQAT.Rating GREEN Hash: EED1245A9F6C6F6B6DF90FBAD648BD2B
*/
public abstract class Graphical3DCompositeBase<T extends EObject> extends Composite implements
MouseListener, MouseTrackListener, MouseMoveListener, MouseWheelListener, KeyListener,
......
......@@ -62,6 +62,9 @@ import org.newdawn.slick.Color;
*
* @see Graphical3DEditorBase
*
* TODO(VA) This class is almost a copy-paste of {@link Graphical3DCompositeBase}.
* TODO: Clarify the connection/distinction, potentially factorize
*
* @author mondal
* @author $Author$
* @version $Rev$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment