Login  Register

Re: How do I use stencil textures for outlining shapes?

Posted by imakerobots on Jun 01, 2023; 8:58pm
URL: https://forum.jogamp.org/How-do-I-use-stencil-textures-for-outlining-shapes-tp4042652p4042669.html

I tried to update to the latest.  there is no maven repo for jogamp-fat, any version.

iirc fat was used so that a script could extract and repackage the natives, which made life much easier for my app users (and thus many times easier for me).

the test_dbg.zip provided earlier is run from the jogamp-all-platforms downloaded off the website, it is the LTS version.
Now when I build and run JoglVersion.getInstance().toString() says
 
-----------------------------------------------------------------------------------------------------
Package: com.jogamp
Extension Name: com.jogamp
Specification Title: JogAmp Java Bindings Specification
Specification Vendor: JogAmp Community
Specification Version: 2.4
Implementation Title: JogAmp Java Bindings Fat Jar
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL: http://jogamp.org/
Implementation Version: 2.4.0
Implementation Build: 2.4-b952-20230201
Implementation Branch: origin/master
Implementation Commit: 9dce06050a8a607b8c4ab83bd3aba8460d9ca593
Implementation SHA Sources: null
Implementation SHA Classes: null
Implementation SHA Classes-this: null
Implementation SHA Natives: null
Implementation SHA Natives-this: null
-----------------------------------------------------------------------------------------------------

is this in the right direction?