Skip to content

Commit

Permalink
Added Field safe zone optimization
Browse files Browse the repository at this point in the history
field deltas no longer take a step size, they return a value assuming unit step size. some function were added to the BoundedHierarchy and BoundingBox to make the optimization possible. Code for rendering an animation is also present (but commented out).
  • Loading branch information
simondemeule committed Sep 26, 2020
1 parent 1d1e00a commit 01fb237
Show file tree
Hide file tree
Showing 26 changed files with 624 additions and 237 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Bent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
CODE_SIGN_STYLE = Automatic;
HEADER_SEARCH_PATHS = "";
"HEADER_SEARCH_PATHS[arch=*]" = (
/ust/local/include,
/usr/local/include,
/opt/X11/include,
);
"LIBRARY_SEARCH_PATHS[arch=*]" = /usr/local/lib;
Expand Down
Binary file not shown.
12 changes: 5 additions & 7 deletions Bent.xcodeproj/xcshareddata/xcschemes/project.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -38,8 +36,8 @@
ReferencedContainer = "container:Bent.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -51,7 +49,9 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
allowLocationSimulation = "YES"
viewDebuggingEnabled = "No"
queueDebuggingEnabled = "No">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
Expand All @@ -62,8 +62,6 @@
ReferencedContainer = "container:Bent.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Debug"
Expand Down
Loading

0 comments on commit 01fb237

Please sign in to comment.