We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91a709 commit 892a332Copy full SHA for 892a332
include/polyscope/vector_quantity.ipp
@@ -279,7 +279,8 @@ void TangentVectorQuantity<QuantityT>::drawVectors() {
279
template <typename QuantityT>
280
void TangentVectorQuantity<QuantityT>::createProgram() {
281
282
- std::vector<std::string> rules = this->quantity.parent.addStructureRules({"SHADE_BASECOLOR"});
+ std::vector<std::string> rules =
283
+ this->quantity.parent.addStructureRules({view::getCurrentProjectionModeRaycastRule(), "SHADE_BASECOLOR"});
284
if (this->quantity.parent.wantsCullPosition()) {
285
rules.push_back("VECTOR_CULLPOS_FROM_TAIL");
286
}
0 commit comments