소스 검색

Small WorldEntity tweaks.

legacy
Benjamin ‘Touky’ Huet touky 12 년 전
부모
커밋
cfbacb625f
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/worldentity.cpp
  2. +1
    -0
      src/worldentity.h

+ 1
- 0
src/worldentity.cpp 파일 보기

@@ -28,6 +28,7 @@ WorldEntity::WorldEntity()
m_position = vec3(0);
m_rotation = quat(1);
m_velocity = vec3(0);
m_rotation_velocity = vec3(0);
m_bbox[0] = m_bbox[1] = vec3(0);

m_mousepos = ivec2(0);


+ 1
- 0
src/worldentity.h 파일 보기

@@ -27,6 +27,7 @@ public:
vec3 m_position;
vec3 m_velocity;
quat m_rotation;
vec3 m_rotation_velocity;
vec3 m_bbox[2];

ivec2 m_mousepos;


불러오는 중...
취소
저장