Re: Problem of compilation of OpenJFX

2019-10-10 Thread Vincent MOLLIERE
log somewhere (not inline on the mailing > list)? > > On Wed, Oct 9, 2019 at 7:02 AM Vincent MOLLIERE > wrote: > >> Thank you for you answer but its seems its using the 4.7.2. I pasted the >> java-compiler-args.txt of the command generating the files : >> -source >

Re: Problem of compilation of OpenJFX

2019-10-09 Thread Vincent MOLLIERE
an old 3.x version of anltlr, although the build > should download the latest antlr4 for you. Make sure that you have a > clean repo with no leftovers from an older build. > > -- Kevin > > On 10/9/2019 2:06 AM, Vincent MOLLIERE wrote: > > Hello, > > I'm trying to

Problem of compilation of OpenJFX

2019-10-09 Thread Vincent MOLLIERE
Hello, I'm trying to build the latest version of OpenJFX on Windows and I have a compilation problem in JSLVisitor, it cannot find the import com.sun.scenario.effect.compiler.JSLBaseVisitor and neither do I. Where this file can be found/generated ? Thank you in advance for your help !

Re: Parallel Camera in Java 9+

2018-09-12 Thread Vincent MOLLIERE
s been removed. If you need to locally > modify a class in one of the javafx.* modules you will either need to > build JavaFX from source or patch the module (presumably, > javafx.graphics) using the "--patch-module" option of "java". > > -- Kevin > > >

Parallel Camera in Java 9+

2018-09-12 Thread Vincent MOLLIERE
Hi, I am new to this list so let me know if I’m wrong somewhere. In my development, I’m using JavaFX 3d in an extensive manner. I developed a JavaFX 3D framework, compensating flows and missing features. One of this flaws in the ParallelCamera, the position and clippings are calculated