src/configurationoptions.txt

Thu, 27 Feb 2020 14:38:48 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 27 Feb 2020 14:38:48 +0200
changeset 59
60650929dc82
parent 48
3c10f0e2fbe0
child 170
9b655f6fe5a1
permissions
-rw-r--r--

fixed testing of whether screenToModelCoordinates's result value is behind the camera

#
# LDForge configuration option definitions
#
# Syntax:
#    option OptionName = value
#    option OptionName = type {value}
#    # comment
#

# Rendering options
option Locale = "system"
option BackgroundColor = QColor{48, 48, 48}
option MainColor = QColor{255, 255, 64}
option SelectedColor = QColor{32, 32, 224}
option LineThickness = 2.0f
option LineAntiAliasing = true
option RenderStyle = 0
option DrawWireframe = false
option MainWindowGeometry = QByteArray{}
option MainSplitterState = QByteArray{}
option RecentFiles = QStringList{}

# File management options
option Libraries = QVector<Library>{}

mercurial