more things

This commit is contained in:
2020-06-08 13:14:25 -07:00
parent 7a92e51eca
commit b3d817e0c3
3 changed files with 11 additions and 9 deletions

View File

@ -21,7 +21,7 @@ namespace ConformalDecals {
_decalMPB = new MaterialPropertyBlock();
}
public void Project(Matrix4x4 orthoMatrix, OrientedBounds projectorBounds, Transform projector, bool useBaseNormal) {
public void Project(Matrix4x4 orthoMatrix, Transform projector, bool useBaseNormal) {
_projectionEnabled = true;
var targetMaterial = _targetRenderer.sharedMaterial;