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 http://www.cocos2d-x.org
@ -22,8 +22,8 @@
THE SOFTWARE. THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#include "CCSkybox.h" #include "3d/CCSkybox.h"
#include "CCTextureCube.h" #include "3d/CCTextureCube.h"
NS_CC_BEGIN 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 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 http://www.cocos2d-x.org
@ -20,7 +20,7 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#include "3d/CCTextureCube.h" #include "3d/CCTextureCube.h"
#include "platform/CCImage.h" #include "platform/CCImage.h"

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
Copyright (c) 2014 Chukong Technologies Inc. Copyright (c) 2015 Chukong Technologies Inc.
http://www.cocos2d-x.org http://www.cocos2d-x.org
@ -20,7 +20,7 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#ifndef __CCTEXTURECUBE_H__ #ifndef __CCTEXTURECUBE_H__
#define __CCTEXTURECUBE_H__ #define __CCTEXTURECUBE_H__

View File

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

View File

@ -30,12 +30,12 @@
#include <string> #include <string>
namespace cocos2d { namespace cocos2d {
class Animate3D; class Animate3D;
class Sprite3D; class Sprite3D;
class Delay; class Delay;
class Ray; class Ray;
class DrawNode3D; class DrawNode3D;
class GLProgramState; class GLProgramState;
} }
class Sprite3DTestDemo : public BaseTest class Sprite3DTestDemo : public BaseTest