mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips.
Change PaletteList Count() member to Size() to be consistent with other code. Remove PaletteImage option, it's unused. Improve documentation for some other options. Make ComposePath() always return a unique string. Add Random Palette and Random Adjustment buttons. Another attempt at solving the locale bug with the affine adjustment combo boxes.
This commit is contained in:
@ -7,11 +7,14 @@
|
||||
#include "FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
/// <summary>
|
||||
/// RendererCL class.
|
||||
/// RendererCLBase and RendererCL classes.
|
||||
/// </summary>
|
||||
|
||||
namespace EmberCLns
|
||||
{
|
||||
/// <summary>
|
||||
/// Serves only as an interface for OpenCL specific rendering functions.
|
||||
/// </summary>
|
||||
class EMBERCL_API RendererCLBase
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user