Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2649)

Unified Diff: cc/output/bsp_tree.h

Issue 2136493002: Perform BSP polygon splitting and orientation selection in a single step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Remove all test changes. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/output/bsp_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/bsp_tree.h
diff --git a/cc/output/bsp_tree.h b/cc/output/bsp_tree.h
index 3c703d21a267e1537fd8f165f80131e6b24fe348..65c601b4a94b2ca85069ae2a306a277439c29784 100644
--- a/cc/output/bsp_tree.h
+++ b/cc/output/bsp_tree.h
@@ -101,10 +101,6 @@ class CC_EXPORT BspTree {
}
}
- // Returns whether or not nodeA is on one or the other side of nodeB,
- // coplanar, or whether it crosses nodeB's plane and needs to be split
- static BspCompareResult GetNodePositionRelative(const DrawPolygon& node_a,
- const DrawPolygon& node_b);
// Returns whether or not our viewer is in front of or behind the plane
// defined by this polygon/node
static BspCompareResult GetCameraPositionRelative(const DrawPolygon& node);
« no previous file with comments | « no previous file | cc/output/bsp_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698