Artem Melentev
Artem Melentev
Netbeans adds NBAttr, NBResolve which extends Attr, Resolve javac modules. So we need to extend NBAttr & NBResolve. But we can't because they are in different java package and we...
Assignment operator overloading now works only via static valueOf method. In cases we can't add valueOf method to a class we may use constructors: `BigDecimal a = "123"` will be...
Right now Java-OO doesn't work in Eclipse watches and display view. Seems like Eclipse uses some interpreter to evaluate expressions without byte code generation. (org.eclipse.jdt.internal.debug.eval.ast.engine.Interpreter)
It seems there is some bug in the vertex normal calculation, `getGridNormal`. The normal vector for the center of a tile does not correspond to near normals. You can see...