摘要:
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(2, 3, CV_32FC1); dou 阅读全文
摘要:
态机模式在unity中作用是非常大的,可以实现角色的移动和场景的跳转,包括一些动画的播放,在很多unity框架中也是很常见的,发散思维广阔,下面是简单的状态机的实现,有注释 using System.Collections;using System.Collections.Generic;using 阅读全文
摘要:
//移动状态public class MoveState : StateObject{ public MoveState(StateManger state):base(state) { } public override void EnterState() { Debug.Log("进入移动状态" 阅读全文
摘要:
MessageManager.lua local messageManager = {mEventTable = {},mEventUserData = {}} --注册事件function messageManager.Add(EventName,Func,UserData) assert( Fu 阅读全文
摘要:
mylabel.cpp #include "mylabel.h" MyLabel::MyLabel(QWidget* parent) :QLabel(parent){ }MyLabel::~MyLabel(){ }void MyLabel::enterEvent(QEvent *e){ setTex 阅读全文