Commit 31d00b45 by wester

test

parent 87724d47
...@@ -73,7 +73,7 @@ void AVRPawnCode::setPoincloudPosition(FVector position, float angle) ...@@ -73,7 +73,7 @@ void AVRPawnCode::setPoincloudPosition(FVector position, float angle)
FLinearColor(position.X, position.Y, position.Z, angle); FLinearColor(position.X, position.Y, position.Z, angle);
PointCloudMaterials->SetVectorParameterValue(FName("TrackerPos"), FLinearColor(position.X, position.Y, position.Z, angle)); PointCloudMaterials->SetVectorParameterValue(FName("TrackerPos"), FLinearColor(position.X, position.Y, position.Z, angle));
PointCloudMaterials->SetScalarParameterValue(FName("TrackerZRotation"), angle); PointCloudMaterials->SetScalarParameterValue(FName("TrackerZRotation"), angle);
UE_LOG(TILES, Warning, TEXT("Setting %s Pos %s Angle %f"), *position.ToString(), *PointCloudMaterials->GetName(), angle); //UE_LOG(TILES, Warning, TEXT("Setting %s Pos %s Angle %f"), *position.ToString(), *PointCloudMaterials->GetName(), angle);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment