Skip to content
Snippets Groups Projects
Commit 73e5daef authored by Sudeep Kanav's avatar Sudeep Kanav
Browse files

ratings migrated

refs 3177
parent 7e265724
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 12 deletions
......@@ -29,7 +29,6 @@ import org.fortiss.tooling.graphicsGL.ui.picker.ModelObjectPicker;
* {@link #renderObject(Camera)}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 016B5CFB5D16A95D95E1A3DB41202FBD
*/
public abstract class PickableObjectBase extends ViewObjectBase {
......
......@@ -25,7 +25,6 @@ import org.lwjglx.util.vector.Vector3f;
* Rotates the wrapped object by the given angle at the origin.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: CBCDC9B55992303CC0F078546CF23B33
*/
public class RotatedObject extends WrappedViewObjectBase {
/** The rotation angle. */
......
......@@ -25,7 +25,6 @@ import org.lwjglx.util.vector.Vector3f;
* Scales the wrapped object by the given factor.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: F87F8796FF2D52676FE1B643E0644733
*/
public class ScaledObject extends WrappedViewObjectBase {
/** The scale factor. */
......
......@@ -23,7 +23,6 @@ import org.fortiss.tooling.graphicsGL.ui.picker.ModelObjectPicker;
* picking mode. The default does not render the object in picking mode.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 96A45AF5DD67955C1D3A3BD20BB9A19D
*/
public abstract class ViewObjectBase {
......
......@@ -21,7 +21,6 @@ import org.fortiss.tooling.graphicsGL.ui.camera.Camera;
* View object that wraps another object and can provide pre- and post-processing.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 3D552A0C14316D2493535A85DB4FAFD1
*/
public abstract class WrappedViewObjectBase extends ViewObjectBase {
......
.ratings f63605a8d69164dc52b2cfab030368594d64b75a GREEN
ModelObjectPicker.java 7efc21fc58ebfa6c5f258a1d7467e674a5431ebe GREEN
package.html b9d94cdadac4bb565f63956c88ac710a6d5df108 GREEN
......@@ -32,7 +32,6 @@ import org.lwjglx.util.vector.Vector3f;
* All others are discarded.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 7C81ED7CB676F05693DA3FE961FB1EA6
*/
public final class ModelObjectPicker {
/** The buffer size for pickable objects. */
......
.ratings 7beea2262dcfbfd1bd3a9a4bed767a3146157889 GREEN
ColorUtil.java 0eced71852172ba1bb4b3ab9c2a0371665ac209b GREEN
FloatBufferUtils.java c1b35aa2e32d25d12780d7b552333cfb7d84c4d8 GREEN
GLPrimitives.java 49d10b15b9489f01cb4c7656fce01331e6b41ebd GREEN
Graph3DUtil.java 8176896a789684c7623a6793fb0b91622decd2af GREEN
package.html e0e6c8a68aa4576d9bb014c507a49a5445cc0cca GREEN
......@@ -25,7 +25,6 @@ import org.fortiss.tooling.graphicsGL.model.Color3D;
* Util methods for colors
*
* @author eder
* @ConQAT.Rating GREEN Hash: 55A97DC007DBCF152AEE39DB378645B6
*/
public class ColorUtil {
......
......@@ -26,7 +26,6 @@ import org.fortiss.tooling.graphicsGL.model.Vector3D;
* Utility methods for handling {@link FloatBuffer} more easily.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 9B170B49493DF87B0D531EF42EB947A2
*/
public class FloatBufferUtils {
/** Creates a float buffer for the given value array. */
......
......@@ -118,7 +118,6 @@ import org.newdawn.slick.Color;
* Utility class for GL primitives like setting colors, drawing lines, triangles, quads, etc.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: B1F2A47B3BF5B9862932FBB6A112E521
*/
public class GLPrimitives {
/** The X unit vector. */
......
......@@ -32,7 +32,6 @@ import org.lwjglx.util.vector.Vector3f;
* Utility class for representing 3D Objects (letters, characters, numbers)
*
* @author eder
* @ConQAT.Rating GREEN Hash: AF0E241E1A402CB5F3A357782F13D07B
*/
public class Graph3DUtil {
......
......@@ -61,7 +61,6 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* Test editor for 3d canvas display.
*
* @author hoelzl
* @ConQAT.Rating YELLOW Hash: D873B2128AD79E48A3030E94BAEBFCF1
*/
public class Test3DEditor extends Graphical3DEditorBase<IProjectRootElement> {
/** The ambient intensity. */
......
......@@ -23,7 +23,6 @@ import org.fortiss.tooling.kernel.ui.extension.base.ModelEditorBindingBase;
* Editor binding for {@link Test3DEditor}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 48981783DBCDCDEEECB2B5F548BD9F3D
*/
public class Test3DEditorBinding extends ModelEditorBindingBase<EObject> {
......
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