From bb0d7289dcd47c03375b5cdbad97f80902363d2a Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Wed, 4 Jul 2018 11:49:47 +0200 Subject: [PATCH] Add note that OpenGL will be deprecated in favor of JavaFX Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by: Simon Barner <barner@fortiss.org> --- .../html/developer/.ratings | 2 +- .../html/developer/documentation.html | 13 +++++++++---- .../html/developer/.ratings | 2 +- .../html/developer/documentation.html | 13 +++++++++---- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/org.fortiss.tooling.graphicsGL.ui/html/developer/.ratings b/org.fortiss.tooling.graphicsGL.ui/html/developer/.ratings index b7e36ee00..5826d7417 100644 --- a/org.fortiss.tooling.graphicsGL.ui/html/developer/.ratings +++ b/org.fortiss.tooling.graphicsGL.ui/html/developer/.ratings @@ -1 +1 @@ -documentation.html c403330b247ab69f0a666d5e74746439229b0b65 RED +documentation.html f337681ccc860d3478a9da63135ff15fc69f83de YELLOW diff --git a/org.fortiss.tooling.graphicsGL.ui/html/developer/documentation.html b/org.fortiss.tooling.graphicsGL.ui/html/developer/documentation.html index c403330b2..f337681cc 100644 --- a/org.fortiss.tooling.graphicsGL.ui/html/developer/documentation.html +++ b/org.fortiss.tooling.graphicsGL.ui/html/developer/documentation.html @@ -1,4 +1,9 @@ -<html><body> -<H1>Developer Documentation for <I>org.fortiss.tooling.graphicsGL.ui</I></H1> -<P>// TODO -</body></html> +<html> +<body> +<h1>Developer Documentation for Tooling Graphics GL UI (<i>org.fortiss.tooling.graphicsGL.ui</i>)</h1> + +It is planned to drop OpenGL support in favor the 3D rendering functionalities provided by +<a href="https://wiki.openjdk.java.net/display/OpenJFX/Main">JavaFX</a>. + +</body> +</html> diff --git a/org.fortiss.tooling.graphicsGL/html/developer/.ratings b/org.fortiss.tooling.graphicsGL/html/developer/.ratings index adae7c70d..26acf55e9 100644 --- a/org.fortiss.tooling.graphicsGL/html/developer/.ratings +++ b/org.fortiss.tooling.graphicsGL/html/developer/.ratings @@ -1 +1 @@ -documentation.html 3f167a651ffc4df264aac07eb5da866bc992849f RED +documentation.html 78135996611fc0ddc9c72efbc6526f77d2cf1eb8 YELLOW diff --git a/org.fortiss.tooling.graphicsGL/html/developer/documentation.html b/org.fortiss.tooling.graphicsGL/html/developer/documentation.html index 3f167a651..781359966 100644 --- a/org.fortiss.tooling.graphicsGL/html/developer/documentation.html +++ b/org.fortiss.tooling.graphicsGL/html/developer/documentation.html @@ -1,4 +1,9 @@ -<html><body> -<H1>Developer Documentation for <I>org.fortiss.tooling.graphicsGL</I></H1> -<P>// TODO -</body></html> +<html> +<body> +<h1>Developer Documentation for Tooling Graphics GL (<i>org.fortiss.tooling.graphicsGL</i>)</h1> + +It is planned to drop OpenGL support in favor the 3D rendering functionalities provided by +<a href="https://wiki.openjdk.java.net/display/OpenJFX/Main">JavaFX</a>. + +</body> +</html> -- GitLab