Thu, 06 Feb 2020 20:33:05 +0200
added the pick scene
# # 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 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>{}