This commit is contained in:
yangxiao 2015-03-26 13:05:42 +08:00
parent 7af9957e1c
commit c23746fbcd
6 changed files with 95 additions and 95 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
Copyright (c) 2014 Chukong Technologies Inc.
Copyright (c) 2015 Chukong Technologies Inc.
http://www.cocos2d-x.org
@ -22,8 +22,8 @@
THE SOFTWARE.
****************************************************************************/
#include "CCSkybox.h"
#include "CCTextureCube.h"
#include "3d/CCSkybox.h"
#include "3d/CCTextureCube.h"
NS_CC_BEGIN

View File

@ -1,5 +1,5 @@
/****************************************************************************
Copyright (c) 2014 Chukong Technologies Inc.
Copyright (c) 2015 Chukong Technologies Inc.
http://www.cocos2d-x.org

View File

@ -1,5 +1,5 @@
/****************************************************************************
Copyright (c) 2014 Chukong Technologies Inc.
Copyright (c) 2015 Chukong Technologies Inc.
http://www.cocos2d-x.org

View File

@ -1,5 +1,5 @@
/****************************************************************************
Copyright (c) 2014 Chukong Technologies Inc.
Copyright (c) 2015 Chukong Technologies Inc.
http://www.cocos2d-x.org

View File

@ -2362,7 +2362,7 @@ Sprite3DCubeMapTest::~Sprite3DCubeMapTest()
std::string Sprite3DCubeMapTest::title() const
{
return "CubeMap && Skybox Test";
return "CubeMap & Skybox Test";
}
std::string Sprite3DCubeMapTest::subtitle() const