jimbok8

Results 16 issues of jimbok8

I have many instances over stackoverflow exception _Exception in thread "JavaFX Application Thread" java.lang.StackOverflowError at java.util.HashSet.add(HashSet.java:220) at java.util.stream.DistinctOps$1$2.accept(DistinctOps.java:174) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)...

I seem to have difficulty opening files larger than 2GB - is this a known problem or do I have problematic point clouds? Other than that, great program, thanks! Jim

The power plant model can now be found at: https://casual-effects.com/g3d/data10/index.html or http://casual-effects.com/data/index.html

I am following these instructions: Create a Domino-ui Project Method 1: Create project using dominokit-cli tool: - Your are done, CD into the project folder, execute **mvn clean instal**l and...

help wanted
question

I have been exploring CameraTransformer: Should this class also include these overridden methods: setTranslateX(double x) { t.setX(x); } setTranslateY(double y) { t.setY(y); } setTranslateZ(double z) { t.setZ(z); } this would...

Having used CuboidMesh and its setCenter method I was surprised that SpheroidMesh does not have this method. I think there is a case for all meshes with symmetry having a...

AndroidPlatformProvider has a number of problems showing in netbeans: cannot find symbol symbol: method getCacheDir() location: class FXActivity package android.util does not exist cannot find symbol symbol: method finish() location:...

Is it possible to pan the canvas? Something like right mouse button down and drag? I can't seem to find anything. Apart from that I am finding this tool very...

In LatLngsBounds the extend method is used to combine the present bounds with another bounds: using this method ``` public void extend(LatLngBounds bounds) { if (bounds != null) { if...

I have found a new problem when creating a Marker from a LatLng value of an existing Marker and adding it to a map. THis error is thrown: Caused by:...