<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>1452</bug_id>
          
          <creation_ts>2023-09-20 19:50:15 +0200</creation_ts>
          <short_desc>Decouple math functionality to &apos;com.jogamp.math&apos; to be toolkit agnostic</short_desc>
          <delta_ts>2023-09-24 01:06:45 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>2.6.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>sgothel</cc>
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs>jogl 5d6e8a367c03644740187e500c6de5d3ac039d5e
jogl cbb0035b5c5df6eada04e38a3478091cca0fe9c5
jogl 0110b2970935040aac5ee0bfa8757982c092b939
jogl 6c97c5fa201d221a37773db54994d27e34ba86c3</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>6857</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2023-09-20 19:50:15 +0200</bug_when>
    <thetext>Math functionality (PMVMatrix, Matrix4f, Vec4f, ..)
- shall be used toolkit agnostic, e.g. independent from OpenGL
- shall be reused within our upcoming Vulkan implementation
- may also move outside of JOGL, i.e. GlueGen or within its own package to be reused for other purposed.

The &apos;com.jogamp.opengl.util.PMVMatrix&apos; currently also used to feed in GLUniformData
via the toolkit agnostic SyncAction and SyncBuffer
shall also be split to a toolkit agnostic variant.

An OpenGL PMVMatrix specialization implementing GLMatrixFunc can still exist,
being derived from the toolkit agnostic base implementation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>6858</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2023-09-20 20:16:12 +0200</bug_when>
    <thetext>jogl commit 5d6e8a367c03644740187e500c6de5d3ac039d5e

Initial commit .. compile clean, passing most unit tests</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>6869</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2023-09-24 01:06:45 +0200</bug_when>
    <thetext>Jogl part is complete.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>