mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-23 13:31:31 -05:00
Merged in mmastriani/fractorium_michel (pull request #21)
Fixing Poincare translation name of the params Approved-by: Matt Feemster <matt.feemster@gmail.com>
This commit is contained in:
commit
7df732183f
@ -243,7 +243,9 @@ XmlToEmber<T>::XmlToEmber()
|
|||||||
{ "sin_y_amplitude", "unicorngaloshen_sin_y_amplitude" },
|
{ "sin_y_amplitude", "unicorngaloshen_sin_y_amplitude" },
|
||||||
{ "sin_y_freq", "unicorngaloshen_sin_y_freq" },
|
{ "sin_y_freq", "unicorngaloshen_sin_y_freq" },
|
||||||
{ "mode", "unicorngaloshen_mode" },
|
{ "mode", "unicorngaloshen_mode" },
|
||||||
{ "d_spher_weight", "d_spherical_weight" }
|
{ "d_spher_weight", "d_spherical_weight" },
|
||||||
|
{ "poincare_p", "poincare2_p" },
|
||||||
|
{ "poincare_q", "poincare2_q" }
|
||||||
};
|
};
|
||||||
m_FlattenNames =
|
m_FlattenNames =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user