mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
--User changes
-Fix xform selection logic to prevent selecting hidden pre and post xforms. -Add hex_modulus. --Bug fixes -starblur was wrong. --Code changes -Optimize Truchet_hex_crop, Truchet_hex_fill. -Cleanup Truchet_inv. -Add new file Variations08.h, and move Gnarly and inkdrop there.
This commit is contained in:
@ -2458,7 +2458,7 @@ public:
|
||||
|
||||
virtual void Precalc() override
|
||||
{
|
||||
m_Five = 1 / SQRT5;
|
||||
m_Five = 1 / M_SQRT5;
|
||||
m_NatLog = std::log(M_PHI);
|
||||
}
|
||||
|
||||
@ -2534,7 +2534,7 @@ public:
|
||||
|
||||
virtual void Precalc() override
|
||||
{
|
||||
m_Five = 1 / SQRT5;
|
||||
m_Five = 1 / M_SQRT5;
|
||||
m_NatLog = std::log(M_PHI);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user