Skip to content

Conversation

@c-lipka
Copy link
Contributor

@c-lipka c-lipka commented Sep 12, 2016

No description provided.

@c-lipka c-lipka self-assigned this Sep 12, 2016
@wfpokorny
Copy link
Contributor

OK. I woke up this morning with a thought on why the threshold option isn't working in my testing.

In pattern.cpp we need to copy subtractThreshold too when copying the object pointer.
if (obj.pObject)
{
pObject = Copy_Object(obj.pObject);
subtractThreshold = obj.subtractThreshold; // <--- Add this
}

Fixes threshold for what I'm testing in any case.

Probably something similar happen with polarity. Perhaps too the isosurface container shape?

@c-lipka c-lipka merged commit 23f936a into POV-Ray:master Sep 15, 2016
@c-lipka c-lipka deleted the feature/potential_pattern branch September 15, 2016 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants