|
@@ -1,11 +1,6 @@
|
|
= jME3 Application Display Settings
|
|
= jME3 Application Display Settings
|
|
-:author:
|
|
|
|
-:revnumber:
|
|
|
|
-:revdate: 2016/03/17 20:48
|
|
|
|
-:relfileprefix: ../../
|
|
|
|
-:imagesdir: ../..
|
|
|
|
-:experimental:
|
|
|
|
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
+:revnumber: 2.0
|
|
|
|
+:revdate: 2020/07/25
|
|
|
|
|
|
|
|
|
|
Every class that extends jme3.app.SimpleApplication has properties that can be configured by customizing a `com.jme3.system.AppSettings` object.
|
|
Every class that extends jme3.app.SimpleApplication has properties that can be configured by customizing a `com.jme3.system.AppSettings` object.
|
|
@@ -16,7 +11,7 @@ Every class that extends jme3.app.SimpleApplication has properties that can be c
|
|
Configure application settings in `main()`, before you call `app.start()` on the application object. If you change display settings during runtime, for example in `simpleInitApp()`, you must call `app.restart()` to make them take effect.
|
|
Configure application settings in `main()`, before you call `app.start()` on the application object. If you change display settings during runtime, for example in `simpleInitApp()`, you must call `app.restart()` to make them take effect.
|
|
====
|
|
====
|
|
|
|
|
|
-*Note:* Other runtime settings are covered in <<jme3/intermediate/simpleapplication#,SimpleApplication>>.
|
|
|
|
|
|
+*Note:* Other runtime settings are covered in xref:app/simpleapplication.adoc[SimpleApplication].
|
|
|
|
|
|
|
|
|
|
== Code Samples
|
|
== Code Samples
|
|
@@ -126,7 +121,7 @@ a|24
|
|
a|setGammaCorrection(true)
|
|
a|setGammaCorrection(true)
|
|
a|Enables Gamma Correction. +
|
|
a|Enables Gamma Correction. +
|
|
If you’re starting a new project, use it, period. And don’t allow the player to turn it off. +
|
|
If you’re starting a new project, use it, period. And don’t allow the player to turn it off. +
|
|
-See <<jme3/advanced/jme3_srgbpipeline#,Gamma Correction or sRGB pipeline>>
|
|
|
|
|
|
+See xref:system/jme3_srgbpipeline.adoc[Gamma Correction or sRGB pipeline]
|
|
a|false
|
|
a|false
|
|
|
|
|
|
|===
|
|
|===
|