增加调整kinect图片位置和大小的功能
This commit is contained in:
+5
@@ -546,6 +546,8 @@ public:
|
||||
UFUNCTION(BlueprintPure, Category = "NeoKinect|Constants", meta = (Keywords = "length number size capability"))
|
||||
static int32 GetJointCount();
|
||||
|
||||
UFUNCTION(BlueprintCallable, Category = "NeoKinect|Constants", meta = (Keywords = "body index scale and shift"))
|
||||
static void SetScaleAndShift(float scale, int shiftX, int shiftY);
|
||||
/*////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
BLUEPRINT FUNCTIONS END
|
||||
@@ -554,6 +556,9 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
static float m_scale;
|
||||
static int m_shiftX;
|
||||
static int m_shiftY;
|
||||
/** NeoKinect API sensor */
|
||||
static NeoKinect::KinectSensor* Kinect;
|
||||
/** Does the sensor polling */
|
||||
|
||||
Reference in New Issue
Block a user