Skip to content
Snippets Groups Projects
Commit 0a735b6d authored by Jan Möbius's avatar Jan Möbius
Browse files

Updated changelog


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@12851 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 45a0fd4c
Branches
Tags
No related merge requests found
/*! \page changelog Changelog
- <b>OpenFlipper 1.2 ( ? , 12698 )</b>
- <b>OpenFlipper 1.2 ( ? , 12850 )</b>
- <b>ACG</b>
- DrawMesh
- Fixed crash with some empty meshes
- DrawModes
- Reworked dynamic drawMode interface
- Geometry
- Fixed aspect ratio function
- SceneGraph
- MeshNode
- Don't texture edges, halfedges and points in meshnode
......@@ -17,6 +19,7 @@
- ShaderUtils
- Uniform setters for Vec2f and Vec4f
- Uniform setter for float arrays
- Geometry Shader support
- Utilities
- Added ACG::ColorGenerator (For generating good reproducable colors)
- <b>Core</b>
......@@ -24,6 +27,9 @@
- Bugfix for ++ operator in UpdateType
- Scripting
- Added help function to print help about different objects (e.g. plugins with help("datacontrol") )
- <b>Interfaces</b>
- FileInterface
- Added getAllFileFilters signal to LoadSaveInterface. This signal was documented but in fact never implemented.
- <b>ObjectTypes</b>
- PolyMeshObject
- Switched color type in meshes from Vec3uc to Vec4f to support alpha per primitive
......@@ -37,14 +43,26 @@
- DataControl
- Made DataControl scriptable
- added printObjectInfoToLog function which prints info about all available objects to the log
- Decimater
- New decimater with various constraints and feature support
- File OBJ
- Bugfix: Don't try to add information when faces are not added
- Bugfix: Prevent crash when trying to add non-manifold vertex configurations.
- File PLY
- View all after loading a file to see the scene
- Fixed conversion to 4 color components
- Remesher
- New remesher with adaptive and uniform remeshing
- Feature support
- Render DepthPeling
- New plugin integrating a dual depth peeling renderer
- Render SSAO
- New plugin integrating a screen space ambient occlusion renderer
- SkeletonEditing
- Don't add root joint twice when creating new skeletons
- MeshObjectSelections
- Added functions to convert edge selections to features.
- Added conversion functions for all types of features (vertices, edges and faces)
- Store edge selections as vertex pairs since edge ids are not stable (differ depending on the file reader).
- Also store vertex pairs for halfedge selections instead of direct ids since they're not stable either.
- <b>Documentation</b>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment