2012-04-19 14:35:52 +08:00
|
|
|
/****************************************************************************
|
|
|
|
Copyright (c) 2008-2010 Ricardo Quesada
|
2014-01-07 11:25:07 +08:00
|
|
|
Copyright (c) 2010-2012 cocos2d-x.org
|
2012-04-19 14:35:52 +08:00
|
|
|
Copyright (c) 2011 Zynga Inc.
|
2018-01-29 16:25:32 +08:00
|
|
|
Copyright (c) 2013-2016 Chukong Technologies Inc.
|
|
|
|
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
|
2022-05-13 21:06:17 +08:00
|
|
|
Copyright (c) 2020 C4games Ltd.
|
|
|
|
Copyright (c) 2021-2022 Bytedance Inc.
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2022-10-01 16:24:52 +08:00
|
|
|
https://axmolengine.github.io/
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
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
|
|
|
|
THE SOFTWARE.
|
|
|
|
****************************************************************************/
|
2014-04-27 01:11:22 +08:00
|
|
|
#include "2d/CCSprite.h"
|
2014-11-17 01:29:05 +08:00
|
|
|
#include <algorithm>
|
2021-12-25 10:04:45 +08:00
|
|
|
#include <stddef.h> // offsetof
|
2019-11-06 14:24:06 +08:00
|
|
|
#include "base/ccTypes.h"
|
2014-04-27 01:11:22 +08:00
|
|
|
#include "2d/CCSpriteBatchNode.h"
|
2014-04-30 08:37:36 +08:00
|
|
|
#include "2d/CCAnimationCache.h"
|
2014-04-27 01:11:22 +08:00
|
|
|
#include "2d/CCSpriteFrame.h"
|
|
|
|
#include "2d/CCSpriteFrameCache.h"
|
2014-05-17 05:36:00 +08:00
|
|
|
#include "renderer/CCTextureCache.h"
|
|
|
|
#include "renderer/CCTexture2D.h"
|
2014-05-10 09:39:25 +08:00
|
|
|
#include "renderer/CCRenderer.h"
|
2014-04-30 08:37:36 +08:00
|
|
|
#include "base/CCDirector.h"
|
2016-06-15 15:01:26 +08:00
|
|
|
#include "base/ccUTF8.h"
|
2015-07-30 11:53:23 +08:00
|
|
|
#include "2d/CCCamera.h"
|
metal support for cocos2d-x (#19305)
* remove deprecated files
* remove some deprecated codes
* remove more deprecated codes
* remove ui deprecated codes
* remove more deprecated codes
* remove deprecated codes in ccmenuitem
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes
* remove more deprecated codes
* remove more deprecated codes
* remove vr related codes and ignore some modules
* remove allocator
* remove some config
* 【Feature】add back-end project file
* [Feature] add back-end file
* add pipeline descriptor and shader cache
* [Feature] support sprite for backend
* [Feature] remove unneeded code
* [Feature] according to es2.0 spec, you must use clamp-to-edge as texture wrap mode, and no mipmapping for non-power-of-two texture
* [Feature] set texture wrap mode to clamp-to-edge, and no mipmapping for non-power-of-two texture
* [Feature] remove macro define to .cpp file
* [Feature] add log info
* [Feature] add PipelineDescriptor for TriangleCommand
* [Feature] add PipelineDescriptor object as member of TriangleCommand
* [Feature] add getPipelineDescriptor method
* add renderbackend
* complete pipeline descriptor
* [Feature] add viewport in RenderCommand
* set viewport when rendrering
* [Feature] occur error when using RendererBackend, to be fixed.
* a workaround to fix black screen on macOS 10.14 (#19090)
* add rendererbackend init function
* fix typo
* [Feature] modify testFile
* [BugFix] modify shader path
* [Feature] set default viewport
* fix projection
* [Feature] modify log info
* [BugFix] change viewport data type to int
* [BugFix] add BindGroup to PipelienDescriptor
* [BugFix] change a_position to vec3 in sprite.vert
* [BugFix] set vertexLayout according to V3F_C4B_T2F structure
* [Feature] revert a_position to vec4
* [Feature] renderer should not use gl codes directly
* [Feature] it's better not use default value parameter
* fix depth test setting
* rendererbackend -> renderer
* clear color and depth at begin
* add metal backend
* metal support normalized attribute
* simplify codes
* update external
* add render pass desctriptor in pipeline descriptor
* fix warnings
* fix crash and memeory leak
* refactor Texture2D
* put pipeline descriptor into render command
* simplify codes
* [Feature] update Sprite
* fix crash when closing app
* [Feature] update SpriteBatchNode and TextureAtlas
* support render texture(not finish)
* [Feature] remove unused code
* make tests work on mac
* fix download-deps path error
* make tests work on iOS
* [Feature] support ttf under normal label effect
* refactor triangle command processing
* let renderer handle more common commands
* refactor backend
* make render texture work
* [Feature] refactor backend for GL
* [Feature]Renaming to make it easy to understand
* [Feature] change warp mode to CLAMP_TO_EDGE
* fix ghost
* simplify visit render queue logic
* support progress timer without rial mode
* support partcile system
* Feature/update label (#149)
* [BugFix] fix compile error
* [Feature] support outline effect in ios
* [Feature] add shader file
* [BugFix] fix begin and end RenderPass
* [Feature] update CustomCommand
* [Feature] revert project.pbxproj
* [Feature] simplify codes
* [BugFix] pack AI88 to RGBA8888 only when outline enable
* [Feature] support shadow effect in Label
* [Feature] support BMFont
* [Feature] support glow effect
* [Feature] simplify shader files
* LabelAtlas work
* handle blend function correctly
* support tile map
* don't share buffer in metal
* alloc buffer size as needed
* support more tilemap
* Merge branch 'minggo/metal-support' into feature/updateLabel
* minggo/metal-support:
support tile map
handle blend function correctly
LabelAtlas work
Feature/update label (#149)
support partcile system
# Conflicts:
# cocos/2d/CCLabel.cpp
# cocos/2d/CCSprite.cpp
# cocos/2d/CCSpriteBatchNode.cpp
# cocos/renderer/CCQuadCommand.cpp
# cocos/renderer/CCQuadCommand.h
* render texture work without saving file
* use global viewport
* grid3d works
* remove grabber
* tiled3d works
* [BugFix] fix label bug
* [Feature] add updateSubData for buffer
* [Feature] remove setVertexCount
* support depth test
* add callback command
* [Feature] add UITest
* [Feature] update UITest
* [Feature] remove unneeded codes
* fix custom command issue
* fix layer color blend issue
* [BugFix] fix iOS compile error
* [Feature] remove unneeded codes
* [Feature] fix updateVertexBuffer
* layerradial works
* add draw test back
* fix batch issue
* fix compiling error
* [BugFix] support ETC1
* [BugFix] get the correct pipelineDescriptor
* [BugFix] skip draw when backendTexture nullptr
* clipping node support
* [Feature] add shader files
* fix stencil issue in metal
* [Feature] update UILayoutTest
* [BugFix] skip drawing when vertexCount is zero
* refactor renderer
* add set global z order for stencil manager commands
* fix warnings caused by type
* remove viewport in render command
* [Feature] fix warnings caused by type
* [BugFix] clear vertexCount and indexCount for CustomComand when needed
* [Feature] update clear for CustomCommand
* ios use metal
* fix viewport issue
* fix LayerColorGradient crash
* [cmake] transport to android and windows (#160)
* save point 1
* compile on windows
* run on android
* revert useless change
* android set CC_ENABLE_CACHE_TEXTURE_DATA to 1
* add initGlew
* fix android crash
* add TODO new-renderer
* review update
* revert onGLFWWindowPosCallback
* fix android compiling error
* Impl progress radial (#162)
* progresstimer add radial impl
* default drawType to element
* dec invoke times of createVertexBuffer (#163)
* support depth/stencil format for gl backend
* simplify progress timer codes
* support motionstreak, effect is wrong
* fix motionstreak issue
* [Feature] update Scissor Test (#161)
* [Feature] update Scissor Test
* [Feature] update ScissorTest
* [Feature] rename function
* [Feature] get constant reference if needed
* [Feature] show render status (#164)
* improve performance
* fix depth state
* fill error that triangle vertex/index number bigger than buffer
* fix compiline error in release mode
* fix buffer conflict between CPU and GPU on iOS/macOS
* Renderer refactor (#165)
* use one vertes/index buffer with opengl
* fix error on windows
* custom command support index format config
* CCLayer: compact vertex data structure
* update comment
* fix doc
* support fast tilemap
* pass index format instead
* fix some wrong effect
* fix render texture error
* fix texture per-element size
* fix texture format error
* BlendFunc type refactor, GLenum -> backend::BlendFactor (#167)
* BlendFunc use backend::BlendFactor as inner field
* update comments
* use int to replace GLenum
* update xcode project fiel
* rename to GLBlendConst
* add ccConstants.h
* update xcode project file
* update copyright
* remove primitive command
* remove CCPrimitive.cpp/.h
* remove deprecated files
* remove unneeded files
* remove multiple view support
* remove multiple view support
* remove the usage of frame buffer in camera
* director don't use frame buffer
* remove FrameBuffer
* remove BatchCommand
* add some api reference
* add physics2d back
* fix crash when close app on mac
* improve render texture
* fix rendertexture issue
* fix rendertexture issue
* simplify codes
* CMake support for mac & ios (#169)
* update cmake
* fix compile error
* update 3rd libs version
* remove CCThread.h/.cpp
* remove ccthread
* use audio engine to implement simple audio engine
* remove unneeded codes
* remove deprecated codes
* remove winrt macro
* remove CC_USE_WIC
* set partcile blend function in more elegant way
* remove unneeded codes
* remove unneeded codes
* cmake works on windows
* update project setting
* improve performance
* GLFloat -> float
* sync v3 cmake improvements into metal-support (#172)
* pick: modern cmake, compile definitions improvement (#19139)
* modern cmake, use target_compile_definitions partly
* simplify macro define, remove USE_*
* modern cmake, macro define
* add physics 2d macro define into ccConfig.h
* remove USE_CHIPMUNK macro in build.gradle
* remove CocosSelectModule.cmake
* shrink useless define
* simplify compile options config, re-add if necessary
* update external for tmp CI test
* un-quote target_compile_options value
* add "-g" parameter only when debug mode
* keep single build type when generator Xcode & VS projecy
* update external for tmp CI tes
* add static_cast<char>(-1), fix -Wc++11-narrowing
* simplify win32 compile define
* not modify code, only improve compile options
# Conflicts:
# .gitignore
# cmake/Modules/CocosConfigDepend.cmake
# cocos/CMakeLists.txt
# external/config.json
# tests/cpp-tests/CMakeLists.txt
* modern cmake, improve cmake_compiler_flags (#19145)
* cmake_compiler_flags
* Fix typo
* Fix typo2
* Remove chanages from Android.mk
* correct lua template cmake build (#19149)
* don't add -Wno-deprecated into jsb target
* correct lua template cmake build
* fix win32 lua template compile error
* prevent cmake in-source-build friendly (#19151)
* pick: Copy resources to "Resources/" on win32 like in linux configuration
* add "/Z7" for cpp-tests on windows
* [cmake] fix iOS xcode property setting failed (#19208)
* fix iOS xcode property setting failed
* use search_depend_libs_recursive at dlls collect
* fix typo
* [cmake] add find_host_library into iOS toolchain file (#19230)
* pick: [lua android] use luajit & template cmake update (#19239)
* increase cmake stability , remove tests/CMakeLists.txt (#19261)
* cmake win32 Precompiled header (#19273)
* Precompiled header
* Fix
* Precompiled header for cocos
* Precompiled header jscocos2d
* Fix for COCOS2D_DEBUG is always 1 on Android (#19291)
Related #19289
* little build fix, tests cpp-tests works on mac
* sync v3 build related codes into metal-support (#173)
* strict initialization for std::array
* remove proj.win32 project configs
* modern cmake, cmake_cleanup_remove_unused_variables (#19146)
* Switch travis CI to xenial (#19207)
* Switch travis CI to xenial
* Remove language: android
* Set language: cpp
* Fix java problem
* Update sdkmanager
* Fix sdkmanger
* next sdkmanager fix
* Remove xenial from android
* revert to sdk-tools-{system}-3859397
* Remove linux cmake install
* Update before-install.sh
* Update .travis.yml
* Simplify install-deps-linux.sh, tested on Ubuntu 16.04 (#19212)
* Simplify install-deps-linux.sh
* Cleanup
* pick: install ninja
* update cocos2d-console submodule
* for metal-support alpha release, we only test cpp
* add HelloCpp into project(Cocos2d-x) for tmp test
* update extenal metal-support-4
* update uniform setting
* [Feature] update BindGroup
* [Feature] empty-test
* [Feature] cpp-test
* [Feature] fix GL compiler error
* [Feature] fix GL crash
* [Feature] empty-test
* [Feature] cpp-tests
* [feature] improve frameRate
* [feature] fix opengl compile error
* [feature] fix opengl compile error
* [BugFix] fix compute maxLocation error
* [Feature] update setting unifrom
* [Feature] fix namespace
* [Feature] remove unneeded code
* [Bugfix] fix project file
* [Feature] update review
* [texture2d] impl texture format support (#175)
* texture update
* update
* update texture
* commit
* compile on windows
* ddd
* rename
* rename methods
* no crash
* save gl
* save
* save
* rename
* move out pixel format convert functions
* metal crash
* update
* update android
* support gles compressed texture format
* support more compress format
* add more conversion methods
* ss
* save
* update conversion methods
* add PVRTC format support
* reformat
* add marco linux
* fix GL marcro
* pvrtc supported only by ios 8.0+
* remove unused cmake
* revert change
* refactor Texture2D::initWithData
* fix conversion log
* refactor Texture2D::initWithData
* remove some OpenGL constants for PVRTC
* add todo
* fix typo
* AutoTest works on mac/iOS by disable part cases, sync v3 bug fix (#174)
* review cpp-tests, and fix part issues on start auto test
* sync png format fix: Node:Particle3D abnormal texture effects #19204
* fix cpp-tests SpritePolygon crash, wrong png format (#19170)
* fix wrong png convert format from sRGB to Gray
* erase plist index if all frames was erased
* test_A8.png have I8 format, fix it
* [CCSpriteCache] allow re-add plist & add testcase (#19175)
* allow re-add plist & add testcase
* remove comments/rename method/update testcase
* fix isSpriteFramesWithFileLoaded & add testcase
* remove used variable
* remove unused variable
* fix double free issues when js/lua-tests exit on iOS (#19236)
* disable part cases, AutoTest works without crash on mac
* update cocos2dx files json, to test cocos new next
* fix spritecache plist parsing issue (#19269)
* [linux] Fix FileUtils::getContents with folder (#19157)
* fix FileUtils::getContents on linux/mac
* use stat.st_mode
* simplify
* [CCFileUtils] win32 getFileSize (#19176)
* win32 getFileSize
* fix stat
* [cpp test-Android]20:FileUtils/2 change title (#19197)
* sync #19200
* sync #19231
* [android lua] improve performance of lua loader (#19234)
* [lua] improve performance of lua loader
* remove cache fix
* Revert "fix spritecache plist parsing issue (#19269)"
This reverts commit f3a85ece4307a7b90816c34489d1ed2c8fd11baf.
* remove win32 project files ref in template.json
* add metal framework lnk ref into cpp template
* test on iOS, and disable part cases
* alBufferData instead of alBufferDataStatic for small audio file on Apple (#19227)
* changes AudioCache to use alBufferData instead of alBufferDataStatic
(also makes test 19 faster to trigger openal bugs faster)
The original problem: CrashIfClientProvidedBogusAudioBufferList
https://github.com/cocos2d/cocos2d-x/issues/18948
is not happening anymore, but there's still a not very frequent issue
that makes OpenAL crash with a call stack like this.
AudioCache::readDataTask > alBufferData > CleanUpDeadBufferList
It happes more frequently when the device is "cold", which means after
half an hour of not using the device (locked).
I could not find the actual source code for iOS OpenAL, so I used the
macOS versions:
https://opensource.apple.com/source/OpenAL/OpenAL-48.7/Source/OpenAL/oalImp.cpp.auto.html
They seem to use CAGuard.h to make sure the dead buffer list
has no threading issues. I'm worried because the CAGuard code I found
has macos and win32 define but no iOS, so I'm not sure. I guess the
iOS version is different and has the guard.
I could not find a place in the code that's unprotected by the locks
except the InitializeBufferMap() which should not be called more than
once from cocos, and there's a workaround in AudioEngine-impl for it.
I reduced the occurence of the CleanUpDeadBufferList crash by moving
the guard in ~AudioCache to cover the alDeleteBuffers call.
* remove hack method "setTimeout" on audio
* AutoTest works on iOS
* support set ios deployment target for root project
* enable all texture2d cases, since Jiang have fixed
* add CCTextureUtils to xcode project file (#176)
* add leak cases for SpriteFrameCache (#177)
* re-add SpriteFrameCache cases
* update template file json
* Update SpriteFrameCacheTest.cpp
* fix compiling error
2019-01-18 15:08:25 +08:00
|
|
|
#include "platform/CCFileUtils.h"
|
|
|
|
#include "renderer/ccShaders.h"
|
|
|
|
#include "renderer/backend/ProgramState.h"
|
2019-10-15 09:40:59 +08:00
|
|
|
#include "renderer/backend/Device.h"
|
2013-12-19 05:52:10 +08:00
|
|
|
|
2022-07-11 17:50:21 +08:00
|
|
|
NS_AX_BEGIN
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: create, init, dealloc
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* Sprite::createWithTexture(Texture2D* texture)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
2021-12-08 00:11:53 +08:00
|
|
|
if (sprite->initWithTexture(texture))
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 06:53:24 +08:00
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2013-12-18 17:47:20 +08:00
|
|
|
return nullptr;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* Sprite::createWithTexture(Texture2D* texture, const Rect& rect, bool rotated)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
2021-12-08 00:11:53 +08:00
|
|
|
if (sprite->initWithTexture(texture, rect, rotated))
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 06:53:24 +08:00
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2013-12-18 17:47:20 +08:00
|
|
|
return nullptr;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
Sprite* Sprite::create(std::string_view filename)
|
2022-05-13 21:06:17 +08:00
|
|
|
{
|
|
|
|
return Sprite::create(filename, Texture2D::getDefaultAlphaPixelFormat());
|
|
|
|
}
|
|
|
|
|
|
|
|
Sprite* Sprite::create(std::string_view filename, PixelFormat format)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
2022-05-13 21:06:17 +08:00
|
|
|
if (sprite->initWithFile(filename, format))
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 06:53:24 +08:00
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2013-12-18 17:47:20 +08:00
|
|
|
return nullptr;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2015-06-02 10:10:09 +08:00
|
|
|
Sprite* Sprite::create(const PolygonInfo& info)
|
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
|
|
|
if (sprite->initWithPolygon(info))
|
2015-06-02 10:10:09 +08:00
|
|
|
{
|
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2015-06-02 10:10:09 +08:00
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
Sprite* Sprite::create(std::string_view filename, const Rect& rect)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
2021-12-08 00:11:53 +08:00
|
|
|
if (sprite->initWithFile(filename, rect))
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 06:53:24 +08:00
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2013-12-18 17:47:20 +08:00
|
|
|
return nullptr;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* Sprite::createWithSpriteFrame(SpriteFrame* spriteFrame)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
2021-12-08 00:11:53 +08:00
|
|
|
if (spriteFrame && sprite->initWithSpriteFrame(spriteFrame))
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 06:53:24 +08:00
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2013-12-18 17:47:20 +08:00
|
|
|
return nullptr;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
Sprite* Sprite::createWithSpriteFrameName(std::string_view spriteFrameName)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
SpriteFrame* frame = SpriteFrameCache::getInstance()->getSpriteFrameByName(spriteFrameName);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2022-08-08 18:02:17 +08:00
|
|
|
#if _AX_DEBUG > 0
|
2012-04-19 14:35:52 +08:00
|
|
|
char msg[256] = {0};
|
2021-12-26 23:26:34 +08:00
|
|
|
sprintf(msg, "Invalid spriteFrameName: %s", spriteFrameName.data());
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(frame != nullptr, msg);
|
2012-09-04 11:16:59 +08:00
|
|
|
#endif
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-08-23 08:19:07 +08:00
|
|
|
return createWithSpriteFrame(frame);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
Sprite* Sprite::create()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Sprite* sprite = new Sprite();
|
2021-12-08 00:11:53 +08:00
|
|
|
if (sprite->init())
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-08-23 08:19:07 +08:00
|
|
|
sprite->autorelease();
|
|
|
|
return sprite;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_DELETE(sprite);
|
2013-12-18 17:47:20 +08:00
|
|
|
return nullptr;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2015-12-16 11:53:59 +08:00
|
|
|
bool Sprite::init()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2015-12-16 11:53:59 +08:00
|
|
|
initWithTexture(nullptr, Rect::ZERO);
|
|
|
|
return true;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
bool Sprite::initWithTexture(Texture2D* texture)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(texture != nullptr, "Invalid texture for sprite");
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-07-12 14:47:36 +08:00
|
|
|
Rect rect = Rect::ZERO;
|
2019-01-30 17:54:48 +08:00
|
|
|
if (texture)
|
2015-12-16 11:53:59 +08:00
|
|
|
rect.size = texture->getContentSize();
|
2013-11-15 07:37:43 +08:00
|
|
|
|
2015-12-16 11:53:59 +08:00
|
|
|
return initWithTexture(texture, rect, false);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
bool Sprite::initWithTexture(Texture2D* texture, const Rect& rect)
|
2013-11-15 07:37:43 +08:00
|
|
|
{
|
|
|
|
return initWithTexture(texture, rect, false);
|
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
bool Sprite::initWithFile(std::string_view filename)
|
2022-05-13 21:06:17 +08:00
|
|
|
{
|
|
|
|
return initWithFile(filename, Texture2D::getDefaultAlphaPixelFormat());
|
|
|
|
}
|
|
|
|
|
|
|
|
bool Sprite::initWithFile(std::string_view filename, PixelFormat format)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2015-11-12 09:49:49 +08:00
|
|
|
if (filename.empty())
|
2015-11-16 11:08:20 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXLOG("Call Sprite::initWithFile with blank resource filename.");
|
2015-11-12 09:49:49 +08:00
|
|
|
return false;
|
2015-11-16 11:08:20 +08:00
|
|
|
}
|
2015-11-12 09:49:49 +08:00
|
|
|
|
|
|
|
_fileName = filename;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2022-05-13 21:06:17 +08:00
|
|
|
Texture2D* texture = _director->getTextureCache()->addImage(filename, format);
|
2013-07-26 06:53:24 +08:00
|
|
|
if (texture)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-12 14:47:36 +08:00
|
|
|
Rect rect = Rect::ZERO;
|
2013-07-26 06:53:24 +08:00
|
|
|
rect.size = texture->getContentSize();
|
|
|
|
return initWithTexture(texture, rect);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// don't release here.
|
|
|
|
// when load texture failed, it's better to get a "transparent" sprite then a crashed program
|
2013-11-15 07:37:43 +08:00
|
|
|
// this->release();
|
2012-04-19 14:35:52 +08:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
bool Sprite::initWithFile(std::string_view filename, const Rect& rect)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(!filename.empty(), "Invalid filename");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (filename.empty())
|
|
|
|
return false;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2015-11-12 09:49:49 +08:00
|
|
|
_fileName = filename;
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Texture2D* texture = _director->getTextureCache()->addImage(filename);
|
2013-07-26 06:53:24 +08:00
|
|
|
if (texture)
|
|
|
|
return initWithTexture(texture, rect);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
// don't release here.
|
|
|
|
// when load texture failed, it's better to get a "transparent" sprite then a crashed program
|
2013-11-15 07:37:43 +08:00
|
|
|
// this->release();
|
2012-04-19 14:35:52 +08:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
bool Sprite::initWithSpriteFrameName(std::string_view spriteFrameName)
|
2013-11-15 07:37:43 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(!spriteFrameName.empty(), "Invalid spriteFrameName");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (spriteFrameName.empty())
|
|
|
|
return false;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2015-11-12 09:49:49 +08:00
|
|
|
_fileName = spriteFrameName;
|
|
|
|
_fileType = 1;
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
SpriteFrame* frame = SpriteFrameCache::getInstance()->getSpriteFrameByName(spriteFrameName);
|
2013-11-15 07:37:43 +08:00
|
|
|
return initWithSpriteFrame(frame);
|
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
bool Sprite::initWithSpriteFrame(SpriteFrame* spriteFrame)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(spriteFrame != nullptr, "spriteFrame can't be nullptr!");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (spriteFrame == nullptr)
|
|
|
|
return false;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2016-11-30 09:26:40 +08:00
|
|
|
bool ret = initWithTexture(spriteFrame->getTexture(), spriteFrame->getRect(), spriteFrame->isRotated());
|
2013-11-15 07:37:43 +08:00
|
|
|
setSpriteFrame(spriteFrame);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2016-11-30 09:26:40 +08:00
|
|
|
return ret;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2022-08-08 18:02:17 +08:00
|
|
|
bool Sprite::initWithPolygon(const ax::PolygonInfo& info)
|
2015-06-02 10:10:09 +08:00
|
|
|
{
|
2015-12-16 11:53:59 +08:00
|
|
|
bool ret = false;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Texture2D* texture = _director->getTextureCache()->addImage(info.getFilename());
|
|
|
|
if (texture && initWithTexture(texture))
|
2015-06-04 15:43:31 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
_polyInfo = info;
|
2017-01-10 15:28:47 +08:00
|
|
|
_renderMode = RenderMode::POLYGON;
|
2016-10-27 09:45:40 +08:00
|
|
|
Node::setContentSize(_polyInfo.getRect().size / _director->getContentScaleFactor());
|
2015-12-16 11:53:59 +08:00
|
|
|
ret = true;
|
2015-06-04 15:43:31 +08:00
|
|
|
}
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2015-12-16 11:53:59 +08:00
|
|
|
return ret;
|
2015-06-02 10:10:09 +08:00
|
|
|
}
|
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// designated initializer
|
2021-12-25 10:04:45 +08:00
|
|
|
bool Sprite::initWithTexture(Texture2D* texture, const Rect& rect, bool rotated)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2015-12-16 11:53:59 +08:00
|
|
|
bool result = false;
|
2013-12-06 18:07:16 +08:00
|
|
|
if (Node::init())
|
2013-11-15 07:37:43 +08:00
|
|
|
{
|
2013-12-18 17:47:20 +08:00
|
|
|
_batchNode = nullptr;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
_recursiveDirty = false;
|
|
|
|
setDirty(false);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
_flippedX = _flippedY = false;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// default transform anchor: center
|
2016-10-27 09:45:40 +08:00
|
|
|
setAnchorPoint(Vec2::ANCHOR_MIDDLE);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// zwoptex default values
|
2015-04-20 01:40:52 +08:00
|
|
|
_offsetPosition.setZero();
|
2014-01-16 10:37:07 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// clean the Quad
|
|
|
|
memset(&_quad, 0, sizeof(_quad));
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// Atlas: Color
|
|
|
|
_quad.bl.colors = Color4B::WHITE;
|
|
|
|
_quad.br.colors = Color4B::WHITE;
|
|
|
|
_quad.tl.colors = Color4B::WHITE;
|
|
|
|
_quad.tr.colors = Color4B::WHITE;
|
2014-05-10 09:39:25 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// update texture (calls updateBlendFunc)
|
|
|
|
setTexture(texture);
|
2021-08-29 08:06:38 +08:00
|
|
|
setTextureRect(rect, rotated, rect.size);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
// by default use "Self Render".
|
|
|
|
// if the sprite is added to a batchnode, then it will automatically switch to "batchnode Render"
|
2013-12-18 17:47:20 +08:00
|
|
|
setBatchNode(nullptr);
|
2013-12-23 21:06:37 +08:00
|
|
|
result = true;
|
2013-11-15 07:37:43 +08:00
|
|
|
}
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-12-23 21:06:37 +08:00
|
|
|
_recursiveDirty = true;
|
|
|
|
setDirty(true);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-12-23 21:06:37 +08:00
|
|
|
return result;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2018-05-14 10:34:56 +08:00
|
|
|
Sprite::Sprite()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-15 19:17:01 +08:00
|
|
|
#if AX_SPRITE_DEBUG_DRAW
|
2015-08-26 18:14:25 +08:00
|
|
|
_debugDrawNode = DrawNode::create();
|
|
|
|
addChild(_debugDrawNode);
|
2022-07-15 19:17:01 +08:00
|
|
|
#endif // AX_SPRITE_DEBUG_DRAW
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2015-12-24 00:54:00 +08:00
|
|
|
Sprite::~Sprite()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_FREE(_trianglesVertex);
|
|
|
|
AX_SAFE_FREE(_trianglesIndex);
|
|
|
|
AX_SAFE_RELEASE(_spriteFrame);
|
|
|
|
AX_SAFE_RELEASE(_texture);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
/*
|
|
|
|
* Texture methods
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This array is the data of a white image with 2 by 2 dimension.
|
2013-12-18 17:47:20 +08:00
|
|
|
* It's used for creating a default texture when sprite's texture is set to nullptr.
|
2013-11-15 07:37:43 +08:00
|
|
|
* Supposing codes as follows:
|
|
|
|
*
|
2021-12-08 00:11:53 +08:00
|
|
|
* auto sp = new Sprite();
|
2021-12-25 10:04:45 +08:00
|
|
|
* sp->init(); // Texture was set to nullptr, in order to make opacity and color to work correctly, we need to create
|
|
|
|
* a 2x2 white texture.
|
2013-11-15 07:37:43 +08:00
|
|
|
*
|
|
|
|
* The test is in "TestCpp/SpriteTest/Sprite without texture".
|
|
|
|
*/
|
|
|
|
static unsigned char cc_2x2_white_image[] = {
|
|
|
|
// RGBA8888
|
2021-12-25 10:04:45 +08:00
|
|
|
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
2013-11-15 07:37:43 +08:00
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
#define AX_2x2_WHITE_IMAGE_KEY "/cc_2x2_white_image"
|
2013-11-14 07:55:36 +08:00
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: texture
|
2021-12-26 23:26:34 +08:00
|
|
|
void Sprite::setTexture(std::string_view filename)
|
2013-11-14 07:55:36 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Texture2D* texture = _director->getTextureCache()->addImage(filename);
|
2013-11-14 07:55:36 +08:00
|
|
|
setTexture(texture);
|
2015-12-03 14:21:00 +08:00
|
|
|
_unflippedOffsetPositionFromCenter = Vec2::ZERO;
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect rect = Rect::ZERO;
|
2014-11-27 21:15:09 +08:00
|
|
|
if (texture)
|
|
|
|
rect.size = texture->getContentSize();
|
2019-01-30 17:54:48 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
setTextureRect(rect);
|
|
|
|
}
|
|
|
|
|
2022-10-20 20:19:56 +08:00
|
|
|
void Sprite::setVertexLayout()
|
|
|
|
{
|
|
|
|
AXASSERT(_programState, "programState should not be nullptr");
|
|
|
|
_programState->validateSharedVertexLayout(VertexLayoutHelper::setupSprite);
|
|
|
|
}
|
|
|
|
|
2020-10-16 16:23:14 +08:00
|
|
|
void Sprite::setProgramState(uint32_t type)
|
2019-08-06 09:37:49 +08:00
|
|
|
{
|
2019-11-20 18:19:24 +08:00
|
|
|
setProgramStateWithRegistry(type, _texture);
|
2019-08-06 09:37:49 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
bool Sprite::setProgramState(backend::ProgramState* programState, bool needsRetain)
|
2019-03-14 13:43:40 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(programState, "argument should not be nullptr");
|
2021-12-25 10:04:45 +08:00
|
|
|
if (Node::setProgramState(programState, needsRetain))
|
|
|
|
{
|
|
|
|
auto& pipelineDescriptor = _trianglesCommand.getPipelineDescriptor();
|
2020-09-09 13:03:31 +08:00
|
|
|
pipelineDescriptor.programState = _programState;
|
2019-03-14 13:43:40 +08:00
|
|
|
|
2020-09-09 13:03:31 +08:00
|
|
|
_mvpMatrixLocation = _programState->getUniformLocation(backend::Uniform::MVP_MATRIX);
|
2019-03-14 13:43:40 +08:00
|
|
|
|
2022-10-20 20:19:56 +08:00
|
|
|
setVertexLayout();
|
2020-09-09 13:03:31 +08:00
|
|
|
updateProgramStateTexture(_texture);
|
|
|
|
setMVPMatrixUniform();
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
metal support for cocos2d-x (#19305)
* remove deprecated files
* remove some deprecated codes
* remove more deprecated codes
* remove ui deprecated codes
* remove more deprecated codes
* remove deprecated codes in ccmenuitem
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes
* remove more deprecated codes
* remove more deprecated codes
* remove vr related codes and ignore some modules
* remove allocator
* remove some config
* 【Feature】add back-end project file
* [Feature] add back-end file
* add pipeline descriptor and shader cache
* [Feature] support sprite for backend
* [Feature] remove unneeded code
* [Feature] according to es2.0 spec, you must use clamp-to-edge as texture wrap mode, and no mipmapping for non-power-of-two texture
* [Feature] set texture wrap mode to clamp-to-edge, and no mipmapping for non-power-of-two texture
* [Feature] remove macro define to .cpp file
* [Feature] add log info
* [Feature] add PipelineDescriptor for TriangleCommand
* [Feature] add PipelineDescriptor object as member of TriangleCommand
* [Feature] add getPipelineDescriptor method
* add renderbackend
* complete pipeline descriptor
* [Feature] add viewport in RenderCommand
* set viewport when rendrering
* [Feature] occur error when using RendererBackend, to be fixed.
* a workaround to fix black screen on macOS 10.14 (#19090)
* add rendererbackend init function
* fix typo
* [Feature] modify testFile
* [BugFix] modify shader path
* [Feature] set default viewport
* fix projection
* [Feature] modify log info
* [BugFix] change viewport data type to int
* [BugFix] add BindGroup to PipelienDescriptor
* [BugFix] change a_position to vec3 in sprite.vert
* [BugFix] set vertexLayout according to V3F_C4B_T2F structure
* [Feature] revert a_position to vec4
* [Feature] renderer should not use gl codes directly
* [Feature] it's better not use default value parameter
* fix depth test setting
* rendererbackend -> renderer
* clear color and depth at begin
* add metal backend
* metal support normalized attribute
* simplify codes
* update external
* add render pass desctriptor in pipeline descriptor
* fix warnings
* fix crash and memeory leak
* refactor Texture2D
* put pipeline descriptor into render command
* simplify codes
* [Feature] update Sprite
* fix crash when closing app
* [Feature] update SpriteBatchNode and TextureAtlas
* support render texture(not finish)
* [Feature] remove unused code
* make tests work on mac
* fix download-deps path error
* make tests work on iOS
* [Feature] support ttf under normal label effect
* refactor triangle command processing
* let renderer handle more common commands
* refactor backend
* make render texture work
* [Feature] refactor backend for GL
* [Feature]Renaming to make it easy to understand
* [Feature] change warp mode to CLAMP_TO_EDGE
* fix ghost
* simplify visit render queue logic
* support progress timer without rial mode
* support partcile system
* Feature/update label (#149)
* [BugFix] fix compile error
* [Feature] support outline effect in ios
* [Feature] add shader file
* [BugFix] fix begin and end RenderPass
* [Feature] update CustomCommand
* [Feature] revert project.pbxproj
* [Feature] simplify codes
* [BugFix] pack AI88 to RGBA8888 only when outline enable
* [Feature] support shadow effect in Label
* [Feature] support BMFont
* [Feature] support glow effect
* [Feature] simplify shader files
* LabelAtlas work
* handle blend function correctly
* support tile map
* don't share buffer in metal
* alloc buffer size as needed
* support more tilemap
* Merge branch 'minggo/metal-support' into feature/updateLabel
* minggo/metal-support:
support tile map
handle blend function correctly
LabelAtlas work
Feature/update label (#149)
support partcile system
# Conflicts:
# cocos/2d/CCLabel.cpp
# cocos/2d/CCSprite.cpp
# cocos/2d/CCSpriteBatchNode.cpp
# cocos/renderer/CCQuadCommand.cpp
# cocos/renderer/CCQuadCommand.h
* render texture work without saving file
* use global viewport
* grid3d works
* remove grabber
* tiled3d works
* [BugFix] fix label bug
* [Feature] add updateSubData for buffer
* [Feature] remove setVertexCount
* support depth test
* add callback command
* [Feature] add UITest
* [Feature] update UITest
* [Feature] remove unneeded codes
* fix custom command issue
* fix layer color blend issue
* [BugFix] fix iOS compile error
* [Feature] remove unneeded codes
* [Feature] fix updateVertexBuffer
* layerradial works
* add draw test back
* fix batch issue
* fix compiling error
* [BugFix] support ETC1
* [BugFix] get the correct pipelineDescriptor
* [BugFix] skip draw when backendTexture nullptr
* clipping node support
* [Feature] add shader files
* fix stencil issue in metal
* [Feature] update UILayoutTest
* [BugFix] skip drawing when vertexCount is zero
* refactor renderer
* add set global z order for stencil manager commands
* fix warnings caused by type
* remove viewport in render command
* [Feature] fix warnings caused by type
* [BugFix] clear vertexCount and indexCount for CustomComand when needed
* [Feature] update clear for CustomCommand
* ios use metal
* fix viewport issue
* fix LayerColorGradient crash
* [cmake] transport to android and windows (#160)
* save point 1
* compile on windows
* run on android
* revert useless change
* android set CC_ENABLE_CACHE_TEXTURE_DATA to 1
* add initGlew
* fix android crash
* add TODO new-renderer
* review update
* revert onGLFWWindowPosCallback
* fix android compiling error
* Impl progress radial (#162)
* progresstimer add radial impl
* default drawType to element
* dec invoke times of createVertexBuffer (#163)
* support depth/stencil format for gl backend
* simplify progress timer codes
* support motionstreak, effect is wrong
* fix motionstreak issue
* [Feature] update Scissor Test (#161)
* [Feature] update Scissor Test
* [Feature] update ScissorTest
* [Feature] rename function
* [Feature] get constant reference if needed
* [Feature] show render status (#164)
* improve performance
* fix depth state
* fill error that triangle vertex/index number bigger than buffer
* fix compiline error in release mode
* fix buffer conflict between CPU and GPU on iOS/macOS
* Renderer refactor (#165)
* use one vertes/index buffer with opengl
* fix error on windows
* custom command support index format config
* CCLayer: compact vertex data structure
* update comment
* fix doc
* support fast tilemap
* pass index format instead
* fix some wrong effect
* fix render texture error
* fix texture per-element size
* fix texture format error
* BlendFunc type refactor, GLenum -> backend::BlendFactor (#167)
* BlendFunc use backend::BlendFactor as inner field
* update comments
* use int to replace GLenum
* update xcode project fiel
* rename to GLBlendConst
* add ccConstants.h
* update xcode project file
* update copyright
* remove primitive command
* remove CCPrimitive.cpp/.h
* remove deprecated files
* remove unneeded files
* remove multiple view support
* remove multiple view support
* remove the usage of frame buffer in camera
* director don't use frame buffer
* remove FrameBuffer
* remove BatchCommand
* add some api reference
* add physics2d back
* fix crash when close app on mac
* improve render texture
* fix rendertexture issue
* fix rendertexture issue
* simplify codes
* CMake support for mac & ios (#169)
* update cmake
* fix compile error
* update 3rd libs version
* remove CCThread.h/.cpp
* remove ccthread
* use audio engine to implement simple audio engine
* remove unneeded codes
* remove deprecated codes
* remove winrt macro
* remove CC_USE_WIC
* set partcile blend function in more elegant way
* remove unneeded codes
* remove unneeded codes
* cmake works on windows
* update project setting
* improve performance
* GLFloat -> float
* sync v3 cmake improvements into metal-support (#172)
* pick: modern cmake, compile definitions improvement (#19139)
* modern cmake, use target_compile_definitions partly
* simplify macro define, remove USE_*
* modern cmake, macro define
* add physics 2d macro define into ccConfig.h
* remove USE_CHIPMUNK macro in build.gradle
* remove CocosSelectModule.cmake
* shrink useless define
* simplify compile options config, re-add if necessary
* update external for tmp CI test
* un-quote target_compile_options value
* add "-g" parameter only when debug mode
* keep single build type when generator Xcode & VS projecy
* update external for tmp CI tes
* add static_cast<char>(-1), fix -Wc++11-narrowing
* simplify win32 compile define
* not modify code, only improve compile options
# Conflicts:
# .gitignore
# cmake/Modules/CocosConfigDepend.cmake
# cocos/CMakeLists.txt
# external/config.json
# tests/cpp-tests/CMakeLists.txt
* modern cmake, improve cmake_compiler_flags (#19145)
* cmake_compiler_flags
* Fix typo
* Fix typo2
* Remove chanages from Android.mk
* correct lua template cmake build (#19149)
* don't add -Wno-deprecated into jsb target
* correct lua template cmake build
* fix win32 lua template compile error
* prevent cmake in-source-build friendly (#19151)
* pick: Copy resources to "Resources/" on win32 like in linux configuration
* add "/Z7" for cpp-tests on windows
* [cmake] fix iOS xcode property setting failed (#19208)
* fix iOS xcode property setting failed
* use search_depend_libs_recursive at dlls collect
* fix typo
* [cmake] add find_host_library into iOS toolchain file (#19230)
* pick: [lua android] use luajit & template cmake update (#19239)
* increase cmake stability , remove tests/CMakeLists.txt (#19261)
* cmake win32 Precompiled header (#19273)
* Precompiled header
* Fix
* Precompiled header for cocos
* Precompiled header jscocos2d
* Fix for COCOS2D_DEBUG is always 1 on Android (#19291)
Related #19289
* little build fix, tests cpp-tests works on mac
* sync v3 build related codes into metal-support (#173)
* strict initialization for std::array
* remove proj.win32 project configs
* modern cmake, cmake_cleanup_remove_unused_variables (#19146)
* Switch travis CI to xenial (#19207)
* Switch travis CI to xenial
* Remove language: android
* Set language: cpp
* Fix java problem
* Update sdkmanager
* Fix sdkmanger
* next sdkmanager fix
* Remove xenial from android
* revert to sdk-tools-{system}-3859397
* Remove linux cmake install
* Update before-install.sh
* Update .travis.yml
* Simplify install-deps-linux.sh, tested on Ubuntu 16.04 (#19212)
* Simplify install-deps-linux.sh
* Cleanup
* pick: install ninja
* update cocos2d-console submodule
* for metal-support alpha release, we only test cpp
* add HelloCpp into project(Cocos2d-x) for tmp test
* update extenal metal-support-4
* update uniform setting
* [Feature] update BindGroup
* [Feature] empty-test
* [Feature] cpp-test
* [Feature] fix GL compiler error
* [Feature] fix GL crash
* [Feature] empty-test
* [Feature] cpp-tests
* [feature] improve frameRate
* [feature] fix opengl compile error
* [feature] fix opengl compile error
* [BugFix] fix compute maxLocation error
* [Feature] update setting unifrom
* [Feature] fix namespace
* [Feature] remove unneeded code
* [Bugfix] fix project file
* [Feature] update review
* [texture2d] impl texture format support (#175)
* texture update
* update
* update texture
* commit
* compile on windows
* ddd
* rename
* rename methods
* no crash
* save gl
* save
* save
* rename
* move out pixel format convert functions
* metal crash
* update
* update android
* support gles compressed texture format
* support more compress format
* add more conversion methods
* ss
* save
* update conversion methods
* add PVRTC format support
* reformat
* add marco linux
* fix GL marcro
* pvrtc supported only by ios 8.0+
* remove unused cmake
* revert change
* refactor Texture2D::initWithData
* fix conversion log
* refactor Texture2D::initWithData
* remove some OpenGL constants for PVRTC
* add todo
* fix typo
* AutoTest works on mac/iOS by disable part cases, sync v3 bug fix (#174)
* review cpp-tests, and fix part issues on start auto test
* sync png format fix: Node:Particle3D abnormal texture effects #19204
* fix cpp-tests SpritePolygon crash, wrong png format (#19170)
* fix wrong png convert format from sRGB to Gray
* erase plist index if all frames was erased
* test_A8.png have I8 format, fix it
* [CCSpriteCache] allow re-add plist & add testcase (#19175)
* allow re-add plist & add testcase
* remove comments/rename method/update testcase
* fix isSpriteFramesWithFileLoaded & add testcase
* remove used variable
* remove unused variable
* fix double free issues when js/lua-tests exit on iOS (#19236)
* disable part cases, AutoTest works without crash on mac
* update cocos2dx files json, to test cocos new next
* fix spritecache plist parsing issue (#19269)
* [linux] Fix FileUtils::getContents with folder (#19157)
* fix FileUtils::getContents on linux/mac
* use stat.st_mode
* simplify
* [CCFileUtils] win32 getFileSize (#19176)
* win32 getFileSize
* fix stat
* [cpp test-Android]20:FileUtils/2 change title (#19197)
* sync #19200
* sync #19231
* [android lua] improve performance of lua loader (#19234)
* [lua] improve performance of lua loader
* remove cache fix
* Revert "fix spritecache plist parsing issue (#19269)"
This reverts commit f3a85ece4307a7b90816c34489d1ed2c8fd11baf.
* remove win32 project files ref in template.json
* add metal framework lnk ref into cpp template
* test on iOS, and disable part cases
* alBufferData instead of alBufferDataStatic for small audio file on Apple (#19227)
* changes AudioCache to use alBufferData instead of alBufferDataStatic
(also makes test 19 faster to trigger openal bugs faster)
The original problem: CrashIfClientProvidedBogusAudioBufferList
https://github.com/cocos2d/cocos2d-x/issues/18948
is not happening anymore, but there's still a not very frequent issue
that makes OpenAL crash with a call stack like this.
AudioCache::readDataTask > alBufferData > CleanUpDeadBufferList
It happes more frequently when the device is "cold", which means after
half an hour of not using the device (locked).
I could not find the actual source code for iOS OpenAL, so I used the
macOS versions:
https://opensource.apple.com/source/OpenAL/OpenAL-48.7/Source/OpenAL/oalImp.cpp.auto.html
They seem to use CAGuard.h to make sure the dead buffer list
has no threading issues. I'm worried because the CAGuard code I found
has macos and win32 define but no iOS, so I'm not sure. I guess the
iOS version is different and has the guard.
I could not find a place in the code that's unprotected by the locks
except the InitializeBufferMap() which should not be called more than
once from cocos, and there's a workaround in AudioEngine-impl for it.
I reduced the occurence of the CleanUpDeadBufferList crash by moving
the guard in ~AudioCache to cover the alDeleteBuffers call.
* remove hack method "setTimeout" on audio
* AutoTest works on iOS
* support set ios deployment target for root project
* enable all texture2d cases, since Jiang have fixed
* add CCTextureUtils to xcode project file (#176)
* add leak cases for SpriteFrameCache (#177)
* re-add SpriteFrameCache cases
* update template file json
* Update SpriteFrameCacheTest.cpp
* fix compiling error
2019-01-18 15:08:25 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::setTexture(Texture2D* texture)
|
2013-11-15 07:37:43 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(!_batchNode || (texture && texture == _batchNode->getTexture()),
|
2021-12-25 10:04:45 +08:00
|
|
|
"CCSprite: Batched sprites should use the same texture as the batchnode");
|
2013-11-15 07:37:43 +08:00
|
|
|
// accept texture==nil as argument
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(!texture || dynamic_cast<Texture2D*>(texture), "setTexture expects a Texture2D. Invalid argument");
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
if (texture == nullptr)
|
|
|
|
{
|
|
|
|
// Gets the texture by key firstly.
|
2022-07-15 19:17:01 +08:00
|
|
|
texture = _director->getTextureCache()->getTextureForKey(AX_2x2_WHITE_IMAGE_KEY);
|
2013-11-15 07:37:43 +08:00
|
|
|
|
|
|
|
// If texture wasn't in cache, create it from RAW data.
|
|
|
|
if (texture == nullptr)
|
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Image* image = new Image();
|
2022-07-15 19:17:01 +08:00
|
|
|
bool AX_UNUSED isOK = image->initWithRawData(cc_2x2_white_image, sizeof(cc_2x2_white_image), 2, 2, 8);
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(isOK, "The 2x2 empty texture was created unsuccessfully.");
|
2013-11-15 07:37:43 +08:00
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
texture = _director->getTextureCache()->addImage(image, AX_2x2_WHITE_IMAGE_KEY);
|
|
|
|
AX_SAFE_RELEASE(image);
|
2013-11-15 07:37:43 +08:00
|
|
|
}
|
|
|
|
}
|
2019-07-19 13:43:20 +08:00
|
|
|
|
2021-06-27 21:43:21 +08:00
|
|
|
bool needsUpdatePS =
|
|
|
|
(!_programState || _programState->getProgram()->getProgramType() < backend::ProgramType::CUSTOM_PROGRAM) &&
|
|
|
|
(_texture == nullptr || _texture->getSamplerFlags() != texture->getSamplerFlags());
|
2021-06-27 20:58:50 +08:00
|
|
|
|
2019-07-19 13:43:20 +08:00
|
|
|
if (_renderMode != RenderMode::QUAD_BATCHNODE)
|
2013-11-15 07:37:43 +08:00
|
|
|
{
|
2019-07-19 13:43:20 +08:00
|
|
|
if (_texture != texture)
|
|
|
|
{
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_RETAIN(texture);
|
|
|
|
AX_SAFE_RELEASE(_texture);
|
2019-07-19 13:43:20 +08:00
|
|
|
_texture = texture;
|
|
|
|
}
|
2013-11-15 07:37:43 +08:00
|
|
|
updateBlendFunc();
|
|
|
|
}
|
2020-09-09 13:03:31 +08:00
|
|
|
|
2021-06-27 20:58:50 +08:00
|
|
|
if (needsUpdatePS)
|
2020-10-26 13:08:02 +08:00
|
|
|
setProgramState(backend::ProgramType::POSITION_TEXTURE_COLOR);
|
2021-06-27 21:43:21 +08:00
|
|
|
else
|
|
|
|
updateProgramStateTexture(_texture);
|
2013-11-15 07:37:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
Texture2D* Sprite::getTexture() const
|
|
|
|
{
|
|
|
|
return _texture;
|
2013-11-14 07:55:36 +08:00
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setTextureRect(const Rect& rect)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
|
|
|
setTextureRect(rect, false, rect.size);
|
|
|
|
}
|
|
|
|
|
2021-10-23 23:27:14 +08:00
|
|
|
void Sprite::setTextureRect(const Rect& rect, bool rotated, const Vec2& untrimmedSize)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
_rectRotated = rotated;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
Node::setContentSize(untrimmedSize);
|
|
|
|
_originalContentSize = untrimmedSize;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
setVertexRect(rect);
|
|
|
|
updateStretchFactor();
|
|
|
|
updatePoly();
|
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
void Sprite::updatePoly()
|
|
|
|
{
|
2016-11-24 09:59:00 +08:00
|
|
|
// There are 3 cases:
|
|
|
|
//
|
2017-01-11 09:31:45 +08:00
|
|
|
// A) a non 9-sliced, non stretched
|
|
|
|
// contentsize doesn't not affect the stretching, since there is no stretching
|
2016-11-24 09:59:00 +08:00
|
|
|
// this was the original behavior, and we keep it for backwards compatibility reasons
|
2017-01-11 09:31:45 +08:00
|
|
|
// When non-stretching is enabled, we have to change the offset in order to "fill the empty" space at the
|
2016-11-24 09:59:00 +08:00
|
|
|
// left-top of the texture
|
2017-01-11 09:31:45 +08:00
|
|
|
// B) non 9-sliced, stretched
|
|
|
|
// the texture is stretched to the content size
|
|
|
|
// C) 9-sliced, stretched
|
|
|
|
// the sprite is 9-sliced and stretched.
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD || _renderMode == RenderMode::QUAD_BATCHNODE)
|
|
|
|
{
|
2016-11-24 09:59:00 +08:00
|
|
|
Rect copyRect;
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_stretchEnabled)
|
2016-11-24 09:59:00 +08:00
|
|
|
// case B)
|
2017-01-23 09:25:56 +08:00
|
|
|
copyRect = Rect(0, 0, _rect.size.width * _stretchFactor.x, _rect.size.height * _stretchFactor.y);
|
2019-01-30 17:54:48 +08:00
|
|
|
else
|
2016-11-24 09:59:00 +08:00
|
|
|
// case A)
|
|
|
|
// modify origin to put the sprite in the correct offset
|
2021-12-25 10:04:45 +08:00
|
|
|
copyRect =
|
|
|
|
Rect((_contentSize.width - _originalContentSize.width) / 2.0f,
|
|
|
|
(_contentSize.height - _originalContentSize.height) / 2.0f, _rect.size.width, _rect.size.height);
|
2019-01-30 17:54:48 +08:00
|
|
|
|
2017-01-05 09:27:13 +08:00
|
|
|
setTextureCoords(_rect, &_quad);
|
2016-11-24 09:59:00 +08:00
|
|
|
setVertexCoords(copyRect, &_quad);
|
2016-10-27 09:45:40 +08:00
|
|
|
_polyInfo.setQuad(&_quad);
|
2019-01-30 17:54:48 +08:00
|
|
|
}
|
|
|
|
else if (_renderMode == RenderMode::SLICE9)
|
|
|
|
{
|
2017-01-10 15:28:47 +08:00
|
|
|
// case C)
|
2016-11-24 09:59:00 +08:00
|
|
|
|
|
|
|
// How the texture is split
|
|
|
|
//
|
|
|
|
// u,v: are the texture coordinates
|
|
|
|
// w,h: are the width and heights
|
|
|
|
//
|
|
|
|
// w0 w1 w2
|
|
|
|
// v2 +----+------+--+
|
|
|
|
// | | | |
|
|
|
|
// | | | |
|
|
|
|
// | 6 | 7 | 8| h2
|
|
|
|
// | | | |
|
|
|
|
// v1 +----+------+--|
|
|
|
|
// | | | |
|
|
|
|
// | 3 | 4 | 5| h1
|
|
|
|
// v0 +----+------+--|
|
|
|
|
// | | | |
|
|
|
|
// | 0 | 1 | 2| h0
|
|
|
|
// | | | |
|
|
|
|
// +----+------+--+
|
|
|
|
// u0 u1 u2
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// and when the texture is rotated, it will get transformed.
|
|
|
|
// not only the rects have a different position, but also u,v
|
|
|
|
// points to the bottom-left and not top-right of the texture
|
|
|
|
// so some swaping/origin/reordering needs to be done in order
|
|
|
|
// to support rotated slice-9 correctly
|
|
|
|
//
|
|
|
|
// w0 w1 w2
|
|
|
|
// v2 +------+----+--------+
|
|
|
|
// | | | |
|
|
|
|
// | 0 | 3 | 6 | h2
|
|
|
|
// v1 +------+----+--------+
|
|
|
|
// | | | |
|
|
|
|
// | 1 | 4 | 7 | h1
|
|
|
|
// | | | |
|
|
|
|
// v0 +------+----+--------+
|
|
|
|
// | 2 | 5 | 8 | h0
|
|
|
|
// +------+----+--------+
|
|
|
|
// u0 u1 u2
|
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
// center rect
|
2016-11-24 09:59:00 +08:00
|
|
|
float cx1 = _centerRectNormalized.origin.x;
|
|
|
|
float cy1 = _centerRectNormalized.origin.y;
|
|
|
|
float cx2 = _centerRectNormalized.origin.x + _centerRectNormalized.size.width;
|
|
|
|
float cy2 = _centerRectNormalized.origin.y + _centerRectNormalized.size.height;
|
2016-10-27 09:45:40 +08:00
|
|
|
|
|
|
|
// "O"riginal rect
|
|
|
|
const float oox = _rect.origin.x;
|
|
|
|
const float ooy = _rect.origin.y;
|
2021-12-25 10:04:45 +08:00
|
|
|
float osw = _rect.size.width;
|
|
|
|
float osh = _rect.size.height;
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_rectRotated)
|
|
|
|
{
|
2016-11-24 09:59:00 +08:00
|
|
|
std::swap(cx1, cy1);
|
|
|
|
std::swap(cx2, cy2);
|
|
|
|
|
|
|
|
// when the texture is rotated, then the centerRect starts from the "bottom" (left)
|
|
|
|
// but when it is not rotated, it starts from the top, so invert it
|
|
|
|
cy2 = 1 - cy2;
|
|
|
|
cy1 = 1 - cy1;
|
|
|
|
std::swap(cy1, cy2);
|
2016-11-24 15:35:57 +08:00
|
|
|
std::swap(osw, osh);
|
2016-11-24 09:59:00 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
//
|
2016-10-27 09:45:40 +08:00
|
|
|
// textCoords Data: Y must be inverted.
|
2016-11-24 09:59:00 +08:00
|
|
|
//
|
|
|
|
const float w0 = osw * cx1;
|
2021-12-25 10:04:45 +08:00
|
|
|
const float w1 = osw * (cx2 - cx1);
|
|
|
|
const float w2 = osw * (1 - cx2);
|
2016-11-24 09:59:00 +08:00
|
|
|
const float h0 = osh * cy1;
|
2021-12-25 10:04:45 +08:00
|
|
|
const float h1 = osh * (cy2 - cy1);
|
|
|
|
const float h2 = osh * (1 - cy2);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2016-11-25 09:27:20 +08:00
|
|
|
const float u0 = oox;
|
|
|
|
const float u1 = u0 + w0;
|
|
|
|
const float u2 = u1 + w1;
|
|
|
|
const float v2 = ooy;
|
|
|
|
const float v1 = v2 + h2;
|
|
|
|
const float v0 = v1 + h1;
|
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
const Rect texRects_normal[9] = {
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(u0, v0, w0, h0), // bottom-left
|
|
|
|
Rect(u1, v0, w1, h0), // bottom
|
|
|
|
Rect(u2, v0, w2, h0), // bottom-right
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(u0, v1, w0, h1), // left
|
|
|
|
Rect(u1, v1, w1, h1), // center
|
|
|
|
Rect(u2, v1, w2, h1), // right
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(u0, v2, w0, h2), // top-left
|
|
|
|
Rect(u1, v2, w1, h2), // top
|
|
|
|
Rect(u2, v2, w2, h2), // top-right
|
2016-11-24 09:59:00 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
// swap width and height because setTextureCoords()
|
|
|
|
// will expects the hight and width to be swapped
|
|
|
|
const Rect texRects_rotated[9] = {
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(u0, v2, h2, w0), // top-left
|
|
|
|
Rect(u0, v1, h1, w0), // left
|
|
|
|
Rect(u0, v0, h0, w0), // bottom-left
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(u1, v2, h2, w1), // top
|
|
|
|
Rect(u1, v1, h1, w1), // center
|
|
|
|
Rect(u1, v0, h0, w1), // bottom
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(u2, v2, h2, w2), // top-right
|
|
|
|
Rect(u2, v1, h1, w2), // right
|
|
|
|
Rect(u2, v0, h0, w2), // bottom-right
|
2016-10-27 09:45:40 +08:00
|
|
|
};
|
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
const Rect* texRects = _rectRotated ? texRects_rotated : texRects_normal;
|
|
|
|
|
|
|
|
//
|
2016-10-27 09:45:40 +08:00
|
|
|
// vertex Data.
|
2016-11-24 09:59:00 +08:00
|
|
|
//
|
|
|
|
|
|
|
|
// reset center rect since it is altered when when the texture
|
|
|
|
// is rotated
|
|
|
|
cx1 = _centerRectNormalized.origin.x;
|
|
|
|
cy1 = _centerRectNormalized.origin.y;
|
|
|
|
cx2 = _centerRectNormalized.origin.x + _centerRectNormalized.size.width;
|
|
|
|
cy2 = _centerRectNormalized.origin.y + _centerRectNormalized.size.height;
|
2016-11-24 15:35:57 +08:00
|
|
|
if (_rectRotated)
|
|
|
|
std::swap(osw, osh);
|
2016-10-30 08:52:33 +08:00
|
|
|
|
|
|
|
// sizes
|
|
|
|
float x0_s = osw * cx1;
|
2021-12-25 10:04:45 +08:00
|
|
|
float x1_s = osw * (cx2 - cx1) * _stretchFactor.x;
|
|
|
|
float x2_s = osw * (1 - cx2);
|
2016-10-30 08:52:33 +08:00
|
|
|
float y0_s = osh * cy1;
|
2021-12-25 10:04:45 +08:00
|
|
|
float y1_s = osh * (cy2 - cy1) * _stretchFactor.y;
|
|
|
|
float y2_s = osh * (1 - cy2);
|
2016-10-30 08:52:33 +08:00
|
|
|
|
2016-12-03 23:35:22 +08:00
|
|
|
// avoid negative size:
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_contentSize.width < x0_s + x2_s)
|
2016-12-03 23:35:22 +08:00
|
|
|
x2_s = x0_s = _contentSize.width / 2;
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
if (_contentSize.height < y0_s + y2_s)
|
2016-12-03 23:35:22 +08:00
|
|
|
y2_s = y0_s = _contentSize.height / 2;
|
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
// is it flipped?
|
2016-10-30 08:52:33 +08:00
|
|
|
// swap sizes to calculate offset correctly
|
|
|
|
if (_flippedX)
|
|
|
|
std::swap(x0_s, x2_s);
|
|
|
|
if (_flippedY)
|
|
|
|
std::swap(y0_s, y2_s);
|
|
|
|
|
|
|
|
// origins
|
|
|
|
float x0 = 0;
|
|
|
|
float x1 = x0 + x0_s;
|
|
|
|
float x2 = x1 + x1_s;
|
|
|
|
float y0 = 0;
|
|
|
|
float y1 = y0 + y0_s;
|
|
|
|
float y2 = y1 + y1_s;
|
|
|
|
|
|
|
|
// swap origin, but restore size to its original value
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_flippedX)
|
|
|
|
{
|
2016-10-30 08:52:33 +08:00
|
|
|
std::swap(x0, x2);
|
|
|
|
std::swap(x0_s, x2_s);
|
|
|
|
}
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_flippedY)
|
|
|
|
{
|
2016-10-30 08:52:33 +08:00
|
|
|
std::swap(y0, y2);
|
|
|
|
std::swap(y0_s, y2_s);
|
|
|
|
}
|
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
const Rect verticesRects[9] = {
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(x0, y0, x0_s, y0_s), // bottom-left
|
|
|
|
Rect(x1, y0, x1_s, y0_s), // bottom
|
|
|
|
Rect(x2, y0, x2_s, y0_s), // bottom-right
|
2016-10-30 08:52:33 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(x0, y1, x0_s, y1_s), // left
|
|
|
|
Rect(x1, y1, x1_s, y1_s), // center
|
|
|
|
Rect(x2, y1, x2_s, y1_s), // right
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect(x0, y2, x0_s, y2_s), // top-left
|
|
|
|
Rect(x1, y2, x1_s, y2_s), // top
|
|
|
|
Rect(x2, y2, x2_s, y2_s), // top-right
|
2016-10-30 08:52:33 +08:00
|
|
|
};
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2017-01-05 09:27:13 +08:00
|
|
|
// needed in order to get color from "_quad"
|
|
|
|
V3F_C4B_T2F_Quad tmpQuad = _quad;
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
for (int i = 0; i < 9; ++i)
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
2017-01-05 09:27:13 +08:00
|
|
|
setTextureCoords(texRects[i], &tmpQuad);
|
|
|
|
setVertexCoords(verticesRects[i], &tmpQuad);
|
|
|
|
populateTriangle(i, tmpQuad);
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
2017-01-05 09:27:13 +08:00
|
|
|
TrianglesCommand::Triangles triangles;
|
2021-12-25 10:04:45 +08:00
|
|
|
triangles.verts = _trianglesVertex;
|
|
|
|
triangles.vertCount = 16;
|
|
|
|
triangles.indices = _trianglesIndex;
|
|
|
|
triangles.indexCount = 6 * 9; // 9 quads, each needs 6 vertices
|
2017-01-05 09:27:13 +08:00
|
|
|
|
|
|
|
// probably we can update the _trianglesCommand directly
|
|
|
|
// to avoid memcpy'ing stuff
|
|
|
|
_polyInfo.setTriangles(triangles);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2022-08-08 18:02:17 +08:00
|
|
|
void Sprite::setCenterRectNormalized(const ax::Rect& rectTopLeft)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
if (_renderMode != RenderMode::QUAD && _renderMode != RenderMode::SLICE9)
|
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXLOGWARN("Warning: Sprite::setCenterRectNormalized() only works with QUAD and SLICE9 render modes");
|
2017-01-16 09:30:08 +08:00
|
|
|
return;
|
|
|
|
}
|
2017-01-10 15:28:47 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
// FIMXE: Rect is has origin on top-left (like text coordinate).
|
|
|
|
// but all the logic has been done using bottom-left as origin. So it is easier to invert Y
|
|
|
|
// here, than in the rest of the places... but it is not as clean.
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect rect(rectTopLeft.origin.x, 1 - rectTopLeft.origin.y - rectTopLeft.size.height, rectTopLeft.size.width,
|
|
|
|
rectTopLeft.size.height);
|
2019-01-30 17:54:48 +08:00
|
|
|
if (!_centerRectNormalized.equals(rect))
|
|
|
|
{
|
2016-10-30 08:52:33 +08:00
|
|
|
_centerRectNormalized = rect;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2017-01-10 15:28:47 +08:00
|
|
|
// convert it to 1-slice when the centerRect is not present.
|
2021-12-25 10:04:45 +08:00
|
|
|
if (rect.equals(Rect(0, 0, 1, 1)))
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
2017-01-10 15:28:47 +08:00
|
|
|
_renderMode = RenderMode::QUAD;
|
2017-01-05 09:27:13 +08:00
|
|
|
free(_trianglesVertex);
|
|
|
|
free(_trianglesIndex);
|
|
|
|
_trianglesVertex = nullptr;
|
2021-12-25 10:04:45 +08:00
|
|
|
_trianglesIndex = nullptr;
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// convert it to 9-slice if it isn't already
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_renderMode != RenderMode::SLICE9)
|
|
|
|
{
|
2017-01-10 15:28:47 +08:00
|
|
|
_renderMode = RenderMode::SLICE9;
|
2017-01-05 09:27:13 +08:00
|
|
|
// 9 quads + 7 exterior points = 16
|
2021-12-25 10:04:45 +08:00
|
|
|
_trianglesVertex = (V3F_C4B_T2F*)malloc(sizeof(*_trianglesVertex) * (9 + 3 + 4));
|
2017-01-05 09:27:13 +08:00
|
|
|
// 9 quads, each needs 6 vertices = 54
|
2021-12-25 10:04:45 +08:00
|
|
|
_trianglesIndex = (unsigned short*)malloc(sizeof(*_trianglesIndex) * 6 * 9);
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2017-01-05 09:27:13 +08:00
|
|
|
// populate indices in CCW direction
|
2021-12-25 10:04:45 +08:00
|
|
|
for (int i = 0; i < 9; ++i)
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
2017-01-05 09:27:13 +08:00
|
|
|
_trianglesIndex[i * 6 + 0] = (i * 4 / 3) + 4;
|
|
|
|
_trianglesIndex[i * 6 + 1] = (i * 4 / 3) + 0;
|
|
|
|
_trianglesIndex[i * 6 + 2] = (i * 4 / 3) + 5;
|
|
|
|
_trianglesIndex[i * 6 + 3] = (i * 4 / 3) + 1;
|
|
|
|
_trianglesIndex[i * 6 + 4] = (i * 4 / 3) + 5;
|
|
|
|
_trianglesIndex[i * 6 + 5] = (i * 4 / 3) + 0;
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
updateStretchFactor();
|
|
|
|
updatePoly();
|
2016-12-21 16:17:32 +08:00
|
|
|
updateColor();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2022-08-08 18:02:17 +08:00
|
|
|
void Sprite::setCenterRect(const ax::Rect& rectInPoints)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_renderMode != RenderMode::QUAD && _renderMode != RenderMode::SLICE9)
|
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXLOGWARN("Warning: Sprite::setCenterRect() only works with QUAD and SLICE9 render modes");
|
2017-01-16 09:30:08 +08:00
|
|
|
return;
|
|
|
|
}
|
2017-01-10 15:28:47 +08:00
|
|
|
|
2021-10-23 23:27:14 +08:00
|
|
|
if (!_originalContentSize.equals(Vec2::ZERO))
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
|
|
|
Rect rect = rectInPoints;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
const float x = rect.origin.x / _rect.size.width;
|
|
|
|
const float y = rect.origin.y / _rect.size.height;
|
|
|
|
const float w = rect.size.width / _rect.size.width;
|
|
|
|
const float h = rect.size.height / _rect.size.height;
|
2021-12-25 10:04:45 +08:00
|
|
|
setCenterRectNormalized(Rect(x, y, w, h));
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
|
|
|
|
2016-10-30 08:52:33 +08:00
|
|
|
Rect Sprite::getCenterRectNormalized() const
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2016-10-30 08:52:33 +08:00
|
|
|
// FIXME: _centerRectNormalized is in bottom-left coords, but should converted to top-left
|
2021-12-25 10:04:45 +08:00
|
|
|
Rect ret(_centerRectNormalized.origin.x, 1 - _centerRectNormalized.origin.y - _centerRectNormalized.size.height,
|
|
|
|
_centerRectNormalized.size.width, _centerRectNormalized.size.height);
|
2016-10-27 09:45:40 +08:00
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2016-10-30 08:52:33 +08:00
|
|
|
Rect Sprite::getCenterRect() const
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2016-10-30 08:52:33 +08:00
|
|
|
Rect rect = getCenterRectNormalized();
|
2016-10-27 09:45:40 +08:00
|
|
|
rect.origin.x *= _rect.size.width;
|
|
|
|
rect.origin.y *= _rect.size.height;
|
|
|
|
rect.size.width *= _rect.size.width;
|
|
|
|
rect.size.height *= _rect.size.height;
|
|
|
|
return rect;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// override this method to generate "double scale" sprites
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setVertexRect(const Rect& rect)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
_rect = rect;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
void Sprite::setTextureCoords(const Rect& rectInPoints)
|
|
|
|
{
|
|
|
|
setTextureCoords(rectInPoints, &_quad);
|
|
|
|
}
|
|
|
|
|
|
|
|
void Sprite::setTextureCoords(const Rect& rectInPoints, V3F_C4B_T2F_Quad* outQuad)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Texture2D* tex = (_renderMode == RenderMode::QUAD_BATCHNODE) ? _textureAtlas->getTexture() : _texture;
|
|
|
|
|
2015-12-16 11:53:59 +08:00
|
|
|
if (tex == nullptr)
|
2012-04-19 14:35:52 +08:00
|
|
|
return;
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
const auto rectInPixels = AX_RECT_POINTS_TO_PIXELS(rectInPoints);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
const float atlasWidth = (float)tex->getPixelsWide();
|
2016-11-24 09:59:00 +08:00
|
|
|
const float atlasHeight = (float)tex->getPixelsHigh();
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
float rw = rectInPixels.size.width;
|
|
|
|
float rh = rectInPixels.size.height;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
// if the rect is rotated, it means that the frame is rotated 90 degrees (clockwise) and:
|
|
|
|
// - rectInpoints: origin will be the bottom-left of the frame (and not the top-right)
|
|
|
|
// - size: represents the unrotated texture size
|
|
|
|
//
|
|
|
|
// so what we have to do is:
|
|
|
|
// - swap texture width and height
|
|
|
|
// - take into account the origin
|
|
|
|
// - flip X instead of Y when flipY is enabled
|
|
|
|
// - flip Y instead of X when flipX is enabled
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-06-15 14:03:30 +08:00
|
|
|
if (_rectRotated)
|
2016-11-24 09:59:00 +08:00
|
|
|
std::swap(rw, rh);
|
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
#if AX_FIX_ARTIFACTS_BY_STRECHING_TEXEL
|
2021-12-25 10:04:45 +08:00
|
|
|
float left = (2 * rectInPixels.origin.x + 1) / (2 * atlasWidth);
|
|
|
|
float right = left + (rw * 2 - 2) / (2 * atlasWidth);
|
|
|
|
float top = (2 * rectInPixels.origin.y + 1) / (2 * atlasHeight);
|
|
|
|
float bottom = top + (rh * 2 - 2) / (2 * atlasHeight);
|
2012-04-19 14:35:52 +08:00
|
|
|
#else
|
2021-12-25 10:04:45 +08:00
|
|
|
float left = rectInPixels.origin.x / atlasWidth;
|
|
|
|
float right = (rectInPixels.origin.x + rw) / atlasWidth;
|
|
|
|
float top = rectInPixels.origin.y / atlasHeight;
|
|
|
|
float bottom = (rectInPixels.origin.y + rh) / atlasHeight;
|
2022-07-15 19:17:01 +08:00
|
|
|
#endif // AX_FIX_ARTIFACTS_BY_STRECHING_TEXEL
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2017-01-05 09:27:13 +08:00
|
|
|
if ((!_rectRotated && _flippedX) || (_rectRotated && _flippedY))
|
2016-11-24 09:59:00 +08:00
|
|
|
std::swap(left, right);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2017-01-05 09:27:13 +08:00
|
|
|
if ((!_rectRotated && _flippedY) || (_rectRotated && _flippedX))
|
2016-11-24 09:59:00 +08:00
|
|
|
std::swap(top, bottom);
|
|
|
|
|
|
|
|
if (_rectRotated)
|
|
|
|
{
|
2016-10-27 09:45:40 +08:00
|
|
|
outQuad->bl.texCoords.u = left;
|
|
|
|
outQuad->bl.texCoords.v = top;
|
|
|
|
outQuad->br.texCoords.u = left;
|
|
|
|
outQuad->br.texCoords.v = bottom;
|
|
|
|
outQuad->tl.texCoords.u = right;
|
|
|
|
outQuad->tl.texCoords.v = top;
|
|
|
|
outQuad->tr.texCoords.u = right;
|
|
|
|
outQuad->tr.texCoords.v = bottom;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2016-10-27 09:45:40 +08:00
|
|
|
outQuad->bl.texCoords.u = left;
|
|
|
|
outQuad->bl.texCoords.v = bottom;
|
|
|
|
outQuad->br.texCoords.u = right;
|
|
|
|
outQuad->br.texCoords.v = bottom;
|
|
|
|
outQuad->tl.texCoords.u = left;
|
|
|
|
outQuad->tl.texCoords.v = top;
|
|
|
|
outQuad->tr.texCoords.u = right;
|
|
|
|
outQuad->tr.texCoords.v = top;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
void Sprite::setVertexCoords(const Rect& rect, V3F_C4B_T2F_Quad* outQuad)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
|
|
|
float relativeOffsetX = _unflippedOffsetPositionFromCenter.x;
|
|
|
|
float relativeOffsetY = _unflippedOffsetPositionFromCenter.y;
|
|
|
|
|
|
|
|
// issue #732
|
|
|
|
if (_flippedX)
|
|
|
|
relativeOffsetX = -relativeOffsetX;
|
|
|
|
if (_flippedY)
|
|
|
|
relativeOffsetY = -relativeOffsetY;
|
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
_offsetPosition.x = relativeOffsetX + (_originalContentSize.width - _rect.size.width) / 2;
|
|
|
|
_offsetPosition.y = relativeOffsetY + (_originalContentSize.height - _rect.size.height) / 2;
|
|
|
|
|
2017-01-18 15:41:18 +08:00
|
|
|
// FIXME: Stretching should be applied to the "offset" as well
|
2016-11-24 09:59:00 +08:00
|
|
|
// but probably it should be calculated in the caller function. It will be tidier
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD)
|
|
|
|
{
|
2017-01-23 09:25:56 +08:00
|
|
|
_offsetPosition.x *= _stretchFactor.x;
|
|
|
|
_offsetPosition.y *= _stretchFactor.y;
|
2016-11-24 09:59:00 +08:00
|
|
|
}
|
2016-10-27 09:45:40 +08:00
|
|
|
|
|
|
|
// rendering using batch node
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
|
|
|
// update dirty_, don't update recursiveDirty_
|
|
|
|
setDirty(true);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// self rendering
|
|
|
|
|
|
|
|
// Atlas: Vertex
|
|
|
|
const float x1 = 0.0f + _offsetPosition.x + rect.origin.x;
|
|
|
|
const float y1 = 0.0f + _offsetPosition.y + rect.origin.y;
|
|
|
|
const float x2 = x1 + rect.size.width;
|
|
|
|
const float y2 = y1 + rect.size.height;
|
|
|
|
|
|
|
|
// Don't update Z.
|
|
|
|
outQuad->bl.vertices.set(x1, y1, 0.0f);
|
|
|
|
outQuad->br.vertices.set(x2, y1, 0.0f);
|
|
|
|
outQuad->tl.vertices.set(x1, y2, 0.0f);
|
|
|
|
outQuad->tr.vertices.set(x2, y2, 0.0f);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-05 09:27:13 +08:00
|
|
|
void Sprite::populateTriangle(int quadIndex, const V3F_C4B_T2F_Quad& quad)
|
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(quadIndex < 9, "Invalid quadIndex");
|
2017-01-05 09:27:13 +08:00
|
|
|
// convert Quad intro Triangle since it takes less memory
|
|
|
|
|
|
|
|
// Triangles are ordered like the following:
|
|
|
|
// Numbers: Quad Index
|
|
|
|
// Letters: triangles' vertices
|
|
|
|
//
|
|
|
|
// M-----N-----O-----P
|
|
|
|
// | | | |
|
|
|
|
// | 6 | 7 | 8 |
|
|
|
|
// | | | |
|
|
|
|
// I-----J-----K-----L
|
|
|
|
// | | | |
|
|
|
|
// | 3 | 4 | 5 |
|
|
|
|
// | | | |
|
|
|
|
// E-----F-----G-----H
|
|
|
|
// | | | |
|
|
|
|
// | 0 | 1 | 2 |
|
|
|
|
// | | | |
|
|
|
|
// A-----B-----C-----D
|
|
|
|
//
|
|
|
|
// So, if QuadIndex == 4, then it should update vertices J,K,F,G
|
|
|
|
|
|
|
|
// Optimization: I don't need to copy all the vertices all the time. just the 4 "quads" from the corners.
|
|
|
|
if (quadIndex == 0 || quadIndex == 2 || quadIndex == 6 || quadIndex == 8)
|
|
|
|
{
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_flippedX)
|
|
|
|
{
|
2017-01-05 09:27:13 +08:00
|
|
|
if (quadIndex % 3 == 0)
|
|
|
|
quadIndex += 2;
|
|
|
|
else
|
|
|
|
quadIndex -= 2;
|
|
|
|
}
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_flippedY)
|
|
|
|
{
|
2017-01-05 09:27:13 +08:00
|
|
|
if (quadIndex <= 2)
|
|
|
|
quadIndex += 6;
|
|
|
|
else
|
|
|
|
quadIndex -= 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
const int index_bl = quadIndex * 4 / 3;
|
|
|
|
const int index_br = index_bl + 1;
|
|
|
|
const int index_tl = index_bl + 4;
|
|
|
|
const int index_tr = index_bl + 5;
|
|
|
|
|
|
|
|
_trianglesVertex[index_tr] = quad.tr;
|
|
|
|
_trianglesVertex[index_br] = quad.br;
|
|
|
|
_trianglesVertex[index_tl] = quad.tl;
|
|
|
|
_trianglesVertex[index_bl] = quad.bl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: visit, draw, transform
|
|
|
|
|
2019-07-22 09:38:46 +08:00
|
|
|
void Sprite::updateTransform()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(_renderMode == RenderMode::QUAD_BATCHNODE,
|
2021-12-25 10:04:45 +08:00
|
|
|
"updateTransform is only valid when Sprite is being rendered using an SpriteBatchNode");
|
2014-02-10 11:39:56 +08:00
|
|
|
|
2012-09-17 15:02:24 +08:00
|
|
|
// recalculate matrix only if it is dirty
|
2021-12-25 10:04:45 +08:00
|
|
|
if (isDirty())
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
2012-04-19 14:35:52 +08:00
|
|
|
// If it is not visible, or one of its ancestors is not visible, then do nothing:
|
2021-12-25 10:04:45 +08:00
|
|
|
if (!_visible || (_parent && _parent != _batchNode && static_cast<Sprite*>(_parent)->_shouldBeHidden))
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
Optimize Vec3
small function Vec3 move to Vec3.inl
Added:
add(float xx, float yy, float zz);
setZero();
Change all code:
_vec3 = Vec3(x, y, z); -> _vec3.set(x, y, z);
Vec3 vec3 = Vec3(x, y, z); -> Vec3 vec3(x, y, z);
_vec3 += Vec3(x, y, z); -> _vec3.add(x, y, z);
_vec3 = Vec3::ZERO; -> _vec3.setZero();
2015-04-05 18:09:50 +08:00
|
|
|
_quad.br.vertices.setZero();
|
|
|
|
_quad.tl.vertices.setZero();
|
|
|
|
_quad.tr.vertices.setZero();
|
|
|
|
_quad.bl.vertices.setZero();
|
2013-06-15 14:03:30 +08:00
|
|
|
_shouldBeHidden = true;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2013-11-26 08:33:05 +08:00
|
|
|
else
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
_shouldBeHidden = false;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
if (!_parent || _parent == _batchNode)
|
2013-07-17 09:16:04 +08:00
|
|
|
_transformToBatch = getNodeToParentTransform();
|
2013-11-27 03:48:37 +08:00
|
|
|
else
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(dynamic_cast<Sprite*>(_parent), "Logic error in Sprite. Parent must be a Sprite");
|
2021-12-25 10:04:45 +08:00
|
|
|
const Mat4& nodeToParent = getNodeToParentTransform();
|
|
|
|
Mat4& parentTransform = static_cast<Sprite*>(_parent)->_transformToBatch;
|
|
|
|
_transformToBatch = parentTransform * nodeToParent;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
//
|
|
|
|
// calculate the Quad based on the Affine Matrix
|
|
|
|
//
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Vec2& size = _rect.size;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-06-15 14:03:30 +08:00
|
|
|
float x1 = _offsetPosition.x;
|
|
|
|
float y1 = _offsetPosition.y;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
float x2 = x1 + size.width;
|
|
|
|
float y2 = y1 + size.height;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2014-04-09 11:28:34 +08:00
|
|
|
float x = _transformToBatch.m[12];
|
|
|
|
float y = _transformToBatch.m[13];
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
float cr = _transformToBatch.m[0];
|
|
|
|
float sr = _transformToBatch.m[1];
|
2014-04-09 11:28:34 +08:00
|
|
|
float cr2 = _transformToBatch.m[5];
|
|
|
|
float sr2 = -_transformToBatch.m[4];
|
2021-12-25 10:04:45 +08:00
|
|
|
float ax = x1 * cr - y1 * sr2 + x;
|
|
|
|
float ay = x1 * sr + y1 * cr2 + y;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
float bx = x2 * cr - y1 * sr2 + x;
|
|
|
|
float by = x2 * sr + y1 * cr2 + y;
|
|
|
|
|
|
|
|
float cx = x2 * cr - y2 * sr2 + x;
|
|
|
|
float cy = x2 * sr + y2 * cr2 + y;
|
|
|
|
|
|
|
|
float dx = x1 * cr - y2 * sr2 + x;
|
|
|
|
float dy = x1 * sr + y2 * cr2 + y;
|
|
|
|
|
2015-07-08 15:30:34 +08:00
|
|
|
_quad.bl.vertices.set(SPRITE_RENDER_IN_SUBPIXEL(ax), SPRITE_RENDER_IN_SUBPIXEL(ay), _positionZ);
|
|
|
|
_quad.br.vertices.set(SPRITE_RENDER_IN_SUBPIXEL(bx), SPRITE_RENDER_IN_SUBPIXEL(by), _positionZ);
|
|
|
|
_quad.tl.vertices.set(SPRITE_RENDER_IN_SUBPIXEL(dx), SPRITE_RENDER_IN_SUBPIXEL(dy), _positionZ);
|
|
|
|
_quad.tr.vertices.set(SPRITE_RENDER_IN_SUBPIXEL(cx), SPRITE_RENDER_IN_SUBPIXEL(cy), _positionZ);
|
2015-12-14 15:35:26 +08:00
|
|
|
setTextureCoords(_rect);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-12-18 17:47:20 +08:00
|
|
|
// MARMALADE CHANGE: ADDED CHECK FOR nullptr, TO PERMIT SPRITES WITH NO BATCH NODE / TEXTURE ATLAS
|
2013-06-15 14:03:30 +08:00
|
|
|
if (_textureAtlas)
|
|
|
|
_textureAtlas->updateQuad(&_quad, _atlasIndex);
|
2013-11-26 08:33:05 +08:00
|
|
|
|
2013-06-15 14:03:30 +08:00
|
|
|
_recursiveDirty = false;
|
2012-04-19 14:35:52 +08:00
|
|
|
setDirty(false);
|
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::updateTransform();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// draw
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::draw(Renderer* renderer, const Mat4& transform, uint32_t flags)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
metal support for cocos2d-x (#19305)
* remove deprecated files
* remove some deprecated codes
* remove more deprecated codes
* remove ui deprecated codes
* remove more deprecated codes
* remove deprecated codes in ccmenuitem
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes
* remove more deprecated codes
* remove more deprecated codes
* remove vr related codes and ignore some modules
* remove allocator
* remove some config
* 【Feature】add back-end project file
* [Feature] add back-end file
* add pipeline descriptor and shader cache
* [Feature] support sprite for backend
* [Feature] remove unneeded code
* [Feature] according to es2.0 spec, you must use clamp-to-edge as texture wrap mode, and no mipmapping for non-power-of-two texture
* [Feature] set texture wrap mode to clamp-to-edge, and no mipmapping for non-power-of-two texture
* [Feature] remove macro define to .cpp file
* [Feature] add log info
* [Feature] add PipelineDescriptor for TriangleCommand
* [Feature] add PipelineDescriptor object as member of TriangleCommand
* [Feature] add getPipelineDescriptor method
* add renderbackend
* complete pipeline descriptor
* [Feature] add viewport in RenderCommand
* set viewport when rendrering
* [Feature] occur error when using RendererBackend, to be fixed.
* a workaround to fix black screen on macOS 10.14 (#19090)
* add rendererbackend init function
* fix typo
* [Feature] modify testFile
* [BugFix] modify shader path
* [Feature] set default viewport
* fix projection
* [Feature] modify log info
* [BugFix] change viewport data type to int
* [BugFix] add BindGroup to PipelienDescriptor
* [BugFix] change a_position to vec3 in sprite.vert
* [BugFix] set vertexLayout according to V3F_C4B_T2F structure
* [Feature] revert a_position to vec4
* [Feature] renderer should not use gl codes directly
* [Feature] it's better not use default value parameter
* fix depth test setting
* rendererbackend -> renderer
* clear color and depth at begin
* add metal backend
* metal support normalized attribute
* simplify codes
* update external
* add render pass desctriptor in pipeline descriptor
* fix warnings
* fix crash and memeory leak
* refactor Texture2D
* put pipeline descriptor into render command
* simplify codes
* [Feature] update Sprite
* fix crash when closing app
* [Feature] update SpriteBatchNode and TextureAtlas
* support render texture(not finish)
* [Feature] remove unused code
* make tests work on mac
* fix download-deps path error
* make tests work on iOS
* [Feature] support ttf under normal label effect
* refactor triangle command processing
* let renderer handle more common commands
* refactor backend
* make render texture work
* [Feature] refactor backend for GL
* [Feature]Renaming to make it easy to understand
* [Feature] change warp mode to CLAMP_TO_EDGE
* fix ghost
* simplify visit render queue logic
* support progress timer without rial mode
* support partcile system
* Feature/update label (#149)
* [BugFix] fix compile error
* [Feature] support outline effect in ios
* [Feature] add shader file
* [BugFix] fix begin and end RenderPass
* [Feature] update CustomCommand
* [Feature] revert project.pbxproj
* [Feature] simplify codes
* [BugFix] pack AI88 to RGBA8888 only when outline enable
* [Feature] support shadow effect in Label
* [Feature] support BMFont
* [Feature] support glow effect
* [Feature] simplify shader files
* LabelAtlas work
* handle blend function correctly
* support tile map
* don't share buffer in metal
* alloc buffer size as needed
* support more tilemap
* Merge branch 'minggo/metal-support' into feature/updateLabel
* minggo/metal-support:
support tile map
handle blend function correctly
LabelAtlas work
Feature/update label (#149)
support partcile system
# Conflicts:
# cocos/2d/CCLabel.cpp
# cocos/2d/CCSprite.cpp
# cocos/2d/CCSpriteBatchNode.cpp
# cocos/renderer/CCQuadCommand.cpp
# cocos/renderer/CCQuadCommand.h
* render texture work without saving file
* use global viewport
* grid3d works
* remove grabber
* tiled3d works
* [BugFix] fix label bug
* [Feature] add updateSubData for buffer
* [Feature] remove setVertexCount
* support depth test
* add callback command
* [Feature] add UITest
* [Feature] update UITest
* [Feature] remove unneeded codes
* fix custom command issue
* fix layer color blend issue
* [BugFix] fix iOS compile error
* [Feature] remove unneeded codes
* [Feature] fix updateVertexBuffer
* layerradial works
* add draw test back
* fix batch issue
* fix compiling error
* [BugFix] support ETC1
* [BugFix] get the correct pipelineDescriptor
* [BugFix] skip draw when backendTexture nullptr
* clipping node support
* [Feature] add shader files
* fix stencil issue in metal
* [Feature] update UILayoutTest
* [BugFix] skip drawing when vertexCount is zero
* refactor renderer
* add set global z order for stencil manager commands
* fix warnings caused by type
* remove viewport in render command
* [Feature] fix warnings caused by type
* [BugFix] clear vertexCount and indexCount for CustomComand when needed
* [Feature] update clear for CustomCommand
* ios use metal
* fix viewport issue
* fix LayerColorGradient crash
* [cmake] transport to android and windows (#160)
* save point 1
* compile on windows
* run on android
* revert useless change
* android set CC_ENABLE_CACHE_TEXTURE_DATA to 1
* add initGlew
* fix android crash
* add TODO new-renderer
* review update
* revert onGLFWWindowPosCallback
* fix android compiling error
* Impl progress radial (#162)
* progresstimer add radial impl
* default drawType to element
* dec invoke times of createVertexBuffer (#163)
* support depth/stencil format for gl backend
* simplify progress timer codes
* support motionstreak, effect is wrong
* fix motionstreak issue
* [Feature] update Scissor Test (#161)
* [Feature] update Scissor Test
* [Feature] update ScissorTest
* [Feature] rename function
* [Feature] get constant reference if needed
* [Feature] show render status (#164)
* improve performance
* fix depth state
* fill error that triangle vertex/index number bigger than buffer
* fix compiline error in release mode
* fix buffer conflict between CPU and GPU on iOS/macOS
* Renderer refactor (#165)
* use one vertes/index buffer with opengl
* fix error on windows
* custom command support index format config
* CCLayer: compact vertex data structure
* update comment
* fix doc
* support fast tilemap
* pass index format instead
* fix some wrong effect
* fix render texture error
* fix texture per-element size
* fix texture format error
* BlendFunc type refactor, GLenum -> backend::BlendFactor (#167)
* BlendFunc use backend::BlendFactor as inner field
* update comments
* use int to replace GLenum
* update xcode project fiel
* rename to GLBlendConst
* add ccConstants.h
* update xcode project file
* update copyright
* remove primitive command
* remove CCPrimitive.cpp/.h
* remove deprecated files
* remove unneeded files
* remove multiple view support
* remove multiple view support
* remove the usage of frame buffer in camera
* director don't use frame buffer
* remove FrameBuffer
* remove BatchCommand
* add some api reference
* add physics2d back
* fix crash when close app on mac
* improve render texture
* fix rendertexture issue
* fix rendertexture issue
* simplify codes
* CMake support for mac & ios (#169)
* update cmake
* fix compile error
* update 3rd libs version
* remove CCThread.h/.cpp
* remove ccthread
* use audio engine to implement simple audio engine
* remove unneeded codes
* remove deprecated codes
* remove winrt macro
* remove CC_USE_WIC
* set partcile blend function in more elegant way
* remove unneeded codes
* remove unneeded codes
* cmake works on windows
* update project setting
* improve performance
* GLFloat -> float
* sync v3 cmake improvements into metal-support (#172)
* pick: modern cmake, compile definitions improvement (#19139)
* modern cmake, use target_compile_definitions partly
* simplify macro define, remove USE_*
* modern cmake, macro define
* add physics 2d macro define into ccConfig.h
* remove USE_CHIPMUNK macro in build.gradle
* remove CocosSelectModule.cmake
* shrink useless define
* simplify compile options config, re-add if necessary
* update external for tmp CI test
* un-quote target_compile_options value
* add "-g" parameter only when debug mode
* keep single build type when generator Xcode & VS projecy
* update external for tmp CI tes
* add static_cast<char>(-1), fix -Wc++11-narrowing
* simplify win32 compile define
* not modify code, only improve compile options
# Conflicts:
# .gitignore
# cmake/Modules/CocosConfigDepend.cmake
# cocos/CMakeLists.txt
# external/config.json
# tests/cpp-tests/CMakeLists.txt
* modern cmake, improve cmake_compiler_flags (#19145)
* cmake_compiler_flags
* Fix typo
* Fix typo2
* Remove chanages from Android.mk
* correct lua template cmake build (#19149)
* don't add -Wno-deprecated into jsb target
* correct lua template cmake build
* fix win32 lua template compile error
* prevent cmake in-source-build friendly (#19151)
* pick: Copy resources to "Resources/" on win32 like in linux configuration
* add "/Z7" for cpp-tests on windows
* [cmake] fix iOS xcode property setting failed (#19208)
* fix iOS xcode property setting failed
* use search_depend_libs_recursive at dlls collect
* fix typo
* [cmake] add find_host_library into iOS toolchain file (#19230)
* pick: [lua android] use luajit & template cmake update (#19239)
* increase cmake stability , remove tests/CMakeLists.txt (#19261)
* cmake win32 Precompiled header (#19273)
* Precompiled header
* Fix
* Precompiled header for cocos
* Precompiled header jscocos2d
* Fix for COCOS2D_DEBUG is always 1 on Android (#19291)
Related #19289
* little build fix, tests cpp-tests works on mac
* sync v3 build related codes into metal-support (#173)
* strict initialization for std::array
* remove proj.win32 project configs
* modern cmake, cmake_cleanup_remove_unused_variables (#19146)
* Switch travis CI to xenial (#19207)
* Switch travis CI to xenial
* Remove language: android
* Set language: cpp
* Fix java problem
* Update sdkmanager
* Fix sdkmanger
* next sdkmanager fix
* Remove xenial from android
* revert to sdk-tools-{system}-3859397
* Remove linux cmake install
* Update before-install.sh
* Update .travis.yml
* Simplify install-deps-linux.sh, tested on Ubuntu 16.04 (#19212)
* Simplify install-deps-linux.sh
* Cleanup
* pick: install ninja
* update cocos2d-console submodule
* for metal-support alpha release, we only test cpp
* add HelloCpp into project(Cocos2d-x) for tmp test
* update extenal metal-support-4
* update uniform setting
* [Feature] update BindGroup
* [Feature] empty-test
* [Feature] cpp-test
* [Feature] fix GL compiler error
* [Feature] fix GL crash
* [Feature] empty-test
* [Feature] cpp-tests
* [feature] improve frameRate
* [feature] fix opengl compile error
* [feature] fix opengl compile error
* [BugFix] fix compute maxLocation error
* [Feature] update setting unifrom
* [Feature] fix namespace
* [Feature] remove unneeded code
* [Bugfix] fix project file
* [Feature] update review
* [texture2d] impl texture format support (#175)
* texture update
* update
* update texture
* commit
* compile on windows
* ddd
* rename
* rename methods
* no crash
* save gl
* save
* save
* rename
* move out pixel format convert functions
* metal crash
* update
* update android
* support gles compressed texture format
* support more compress format
* add more conversion methods
* ss
* save
* update conversion methods
* add PVRTC format support
* reformat
* add marco linux
* fix GL marcro
* pvrtc supported only by ios 8.0+
* remove unused cmake
* revert change
* refactor Texture2D::initWithData
* fix conversion log
* refactor Texture2D::initWithData
* remove some OpenGL constants for PVRTC
* add todo
* fix typo
* AutoTest works on mac/iOS by disable part cases, sync v3 bug fix (#174)
* review cpp-tests, and fix part issues on start auto test
* sync png format fix: Node:Particle3D abnormal texture effects #19204
* fix cpp-tests SpritePolygon crash, wrong png format (#19170)
* fix wrong png convert format from sRGB to Gray
* erase plist index if all frames was erased
* test_A8.png have I8 format, fix it
* [CCSpriteCache] allow re-add plist & add testcase (#19175)
* allow re-add plist & add testcase
* remove comments/rename method/update testcase
* fix isSpriteFramesWithFileLoaded & add testcase
* remove used variable
* remove unused variable
* fix double free issues when js/lua-tests exit on iOS (#19236)
* disable part cases, AutoTest works without crash on mac
* update cocos2dx files json, to test cocos new next
* fix spritecache plist parsing issue (#19269)
* [linux] Fix FileUtils::getContents with folder (#19157)
* fix FileUtils::getContents on linux/mac
* use stat.st_mode
* simplify
* [CCFileUtils] win32 getFileSize (#19176)
* win32 getFileSize
* fix stat
* [cpp test-Android]20:FileUtils/2 change title (#19197)
* sync #19200
* sync #19231
* [android lua] improve performance of lua loader (#19234)
* [lua] improve performance of lua loader
* remove cache fix
* Revert "fix spritecache plist parsing issue (#19269)"
This reverts commit f3a85ece4307a7b90816c34489d1ed2c8fd11baf.
* remove win32 project files ref in template.json
* add metal framework lnk ref into cpp template
* test on iOS, and disable part cases
* alBufferData instead of alBufferDataStatic for small audio file on Apple (#19227)
* changes AudioCache to use alBufferData instead of alBufferDataStatic
(also makes test 19 faster to trigger openal bugs faster)
The original problem: CrashIfClientProvidedBogusAudioBufferList
https://github.com/cocos2d/cocos2d-x/issues/18948
is not happening anymore, but there's still a not very frequent issue
that makes OpenAL crash with a call stack like this.
AudioCache::readDataTask > alBufferData > CleanUpDeadBufferList
It happes more frequently when the device is "cold", which means after
half an hour of not using the device (locked).
I could not find the actual source code for iOS OpenAL, so I used the
macOS versions:
https://opensource.apple.com/source/OpenAL/OpenAL-48.7/Source/OpenAL/oalImp.cpp.auto.html
They seem to use CAGuard.h to make sure the dead buffer list
has no threading issues. I'm worried because the CAGuard code I found
has macos and win32 define but no iOS, so I'm not sure. I guess the
iOS version is different and has the guard.
I could not find a place in the code that's unprotected by the locks
except the InitializeBufferMap() which should not be called more than
once from cocos, and there's a workaround in AudioEngine-impl for it.
I reduced the occurence of the CleanUpDeadBufferList crash by moving
the guard in ~AudioCache to cover the alDeleteBuffers call.
* remove hack method "setTimeout" on audio
* AutoTest works on iOS
* support set ios deployment target for root project
* enable all texture2d cases, since Jiang have fixed
* add CCTextureUtils to xcode project file (#176)
* add leak cases for SpriteFrameCache (#177)
* re-add SpriteFrameCache cases
* update template file json
* Update SpriteFrameCacheTest.cpp
* fix compiling error
2019-01-18 15:08:25 +08:00
|
|
|
if (_texture == nullptr || _texture->getBackendTexture() == nullptr)
|
2015-12-16 11:53:59 +08:00
|
|
|
return;
|
2021-12-25 10:04:45 +08:00
|
|
|
|
|
|
|
// TODO: arnold: current camera can be a non-default one.
|
2019-02-15 14:30:10 +08:00
|
|
|
setMVPMatrixUniform();
|
2019-01-30 17:54:48 +08:00
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
#if AX_USE_CULLING
|
2016-07-15 05:58:04 +08:00
|
|
|
// Don't calculate the culling if the transform was not updated
|
2015-07-30 11:53:23 +08:00
|
|
|
auto visitingCamera = Camera::getVisitingCamera();
|
2021-12-25 10:04:45 +08:00
|
|
|
auto defaultCamera = Camera::getDefaultCamera();
|
2019-01-30 17:54:48 +08:00
|
|
|
if (visitingCamera == nullptr)
|
2017-05-22 08:58:42 +08:00
|
|
|
_insideBounds = true;
|
2019-01-30 17:54:48 +08:00
|
|
|
else if (visitingCamera == defaultCamera)
|
2021-12-25 10:04:45 +08:00
|
|
|
_insideBounds = ((flags & FLAGS_TRANSFORM_DIRTY) || visitingCamera->isViewProjectionUpdated())
|
|
|
|
? renderer->checkVisibility(transform, _contentSize)
|
|
|
|
: _insideBounds;
|
2015-07-30 11:53:23 +08:00
|
|
|
else
|
2016-07-15 05:58:04 +08:00
|
|
|
// XXX: this always return true since
|
2015-07-30 11:53:23 +08:00
|
|
|
_insideBounds = renderer->checkVisibility(transform, _contentSize);
|
2019-01-30 17:54:48 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
if (_insideBounds)
|
2015-01-14 10:56:51 +08:00
|
|
|
#endif
|
2013-12-19 05:52:10 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
_trianglesCommand.init(_globalZOrder, _texture, _blendFunc, _polyInfo.triangles, transform, flags);
|
2015-05-22 15:54:56 +08:00
|
|
|
renderer->addCommand(&_trianglesCommand);
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
#if AX_SPRITE_DEBUG_DRAW
|
2021-12-25 10:04:45 +08:00
|
|
|
_debugDrawNode->clear();
|
|
|
|
auto count = _polyInfo.triangles.indexCount / 3;
|
|
|
|
auto indices = _polyInfo.triangles.indices;
|
|
|
|
auto verts = _polyInfo.triangles.verts;
|
|
|
|
for (unsigned int i = 0; i < count; i++)
|
|
|
|
{
|
|
|
|
// draw 3 lines
|
|
|
|
Vec3 from = verts[indices[i * 3]].vertices;
|
|
|
|
Vec3 to = verts[indices[i * 3 + 1]].vertices;
|
|
|
|
_debugDrawNode->drawLine(Vec2(from.x, from.y), Vec2(to.x, to.y), Color4F::WHITE);
|
|
|
|
|
|
|
|
from = verts[indices[i * 3 + 1]].vertices;
|
|
|
|
to = verts[indices[i * 3 + 2]].vertices;
|
|
|
|
_debugDrawNode->drawLine(Vec2(from.x, from.y), Vec2(to.x, to.y), Color4F::WHITE);
|
|
|
|
|
|
|
|
from = verts[indices[i * 3 + 2]].vertices;
|
|
|
|
to = verts[indices[i * 3]].vertices;
|
|
|
|
_debugDrawNode->drawLine(Vec2(from.x, from.y), Vec2(to.x, to.y), Color4F::WHITE);
|
|
|
|
}
|
2022-07-15 19:17:01 +08:00
|
|
|
#endif // AX_SPRITE_DEBUG_DRAW
|
2013-12-19 05:52:10 +08:00
|
|
|
}
|
2013-11-27 09:13:04 +08:00
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: visit, draw, transform
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::addChild(Node* child, int zOrder, int tag)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(child != nullptr, "Argument must be non-nullptr");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (child == nullptr)
|
|
|
|
return;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 07:27:24 +08:00
|
|
|
Sprite* childSprite = dynamic_cast<Sprite*>(child);
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(childSprite, "CCSprite only supports Sprites as children when using SpriteBatchNode");
|
|
|
|
AXASSERT(childSprite->getTexture() == _textureAtlas->getTexture(),
|
2021-12-25 10:04:45 +08:00
|
|
|
"childSprite's texture name should be equal to _textureAtlas's texture name!");
|
|
|
|
// put it in descendants array of batch node
|
2013-07-26 07:27:24 +08:00
|
|
|
_batchNode->appendChild(childSprite);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-06-15 14:03:30 +08:00
|
|
|
if (!_reorderChildDirty)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
|
|
|
setReorderChildDirtyRecursively();
|
|
|
|
}
|
|
|
|
}
|
2021-12-25 10:04:45 +08:00
|
|
|
// CCNode already sets isReorderChildDirty_ so this needs to be after batchNode check
|
2013-07-26 07:27:24 +08:00
|
|
|
Node::addChild(child, zOrder, tag);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
void Sprite::addChild(Node* child, int zOrder, std::string_view name)
|
2014-06-25 11:27:48 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(child != nullptr, "Argument must be non-nullptr");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (child == nullptr)
|
|
|
|
return;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2014-06-25 11:27:48 +08:00
|
|
|
{
|
|
|
|
Sprite* childSprite = dynamic_cast<Sprite*>(child);
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(childSprite, "CCSprite only supports Sprites as children when using SpriteBatchNode");
|
|
|
|
AXASSERT(childSprite->getTexture() == _textureAtlas->getTexture(),
|
2015-07-14 15:28:36 +08:00
|
|
|
"childSprite's texture name should be equal to _textureAtlas's texture name.");
|
2021-12-25 10:04:45 +08:00
|
|
|
// put it in descendants array of batch node
|
2014-06-25 11:27:48 +08:00
|
|
|
_batchNode->appendChild(childSprite);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2014-06-25 11:27:48 +08:00
|
|
|
if (!_reorderChildDirty)
|
|
|
|
{
|
|
|
|
setReorderChildDirtyRecursively();
|
|
|
|
}
|
|
|
|
}
|
2021-12-25 10:04:45 +08:00
|
|
|
// CCNode already sets isReorderChildDirty_ so this needs to be after batchNode check
|
2014-06-25 11:27:48 +08:00
|
|
|
Node::addChild(child, zOrder, name);
|
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::reorderChild(Node* child, int zOrder)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(child != nullptr, "child must be non null");
|
|
|
|
AXASSERT(_children.contains(child), "child does not belong to this");
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
if ((_renderMode == RenderMode::QUAD_BATCHNODE) && !_reorderChildDirty)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
|
|
|
setReorderChildDirtyRecursively();
|
2013-06-15 14:03:30 +08:00
|
|
|
_batchNode->reorderBatch(true);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-07-26 07:27:24 +08:00
|
|
|
Node::reorderChild(child, zOrder);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::removeChild(Node* child, bool cleanup)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2013-07-26 07:27:24 +08:00
|
|
|
_batchNode->removeSpriteFromAtlas((Sprite*)(child));
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-08-23 08:19:07 +08:00
|
|
|
Node::removeChild(child, cleanup);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-08-23 08:19:07 +08:00
|
|
|
void Sprite::removeAllChildrenWithCleanup(bool cleanup)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
for (const auto& child : _children)
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
2013-11-28 16:02:03 +08:00
|
|
|
Sprite* sprite = dynamic_cast<Sprite*>(child);
|
|
|
|
if (sprite)
|
|
|
|
_batchNode->removeSpriteFromAtlas(sprite);
|
2013-12-19 10:33:04 +08:00
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-08-23 08:19:07 +08:00
|
|
|
Node::removeAllChildrenWithCleanup(cleanup);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::sortAllChildren()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
if (_reorderChildDirty)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2016-07-31 22:44:24 +08:00
|
|
|
sortNodes(_children);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
for (const auto& child : _children)
|
2013-11-28 16:02:03 +08:00
|
|
|
child->sortAllChildren();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-06-15 14:03:30 +08:00
|
|
|
_reorderChildDirty = false;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//
|
2013-06-20 14:13:12 +08:00
|
|
|
// Node property overloads
|
|
|
|
// used only when parent is SpriteBatchNode
|
2012-04-19 14:35:52 +08:00
|
|
|
//
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
void Sprite::setReorderChildDirtyRecursively()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
// only set parents flag the first time
|
|
|
|
if (!_reorderChildDirty)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
_reorderChildDirty = true;
|
2021-12-25 10:04:45 +08:00
|
|
|
Node* node = static_cast<Node*>(_parent);
|
2013-08-23 08:19:07 +08:00
|
|
|
while (node && node != _batchNode)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-08-23 08:19:07 +08:00
|
|
|
static_cast<Sprite*>(node)->setReorderChildDirtyRecursively();
|
2021-12-25 10:04:45 +08:00
|
|
|
node = node->getParent();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setDirtyRecursively(bool bValue)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
_recursiveDirty = bValue;
|
2012-04-19 14:35:52 +08:00
|
|
|
setDirty(bValue);
|
2014-01-16 10:37:07 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
for (const auto& child : _children)
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
2014-01-16 10:37:07 +08:00
|
|
|
Sprite* sp = dynamic_cast<Sprite*>(child);
|
|
|
|
if (sp)
|
|
|
|
sp->setDirtyRecursively(true);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// FIXME: HACK: optimization
|
2021-12-25 10:04:45 +08:00
|
|
|
#define SET_DIRTY_RECURSIVELY() \
|
|
|
|
{ \
|
|
|
|
if (!_recursiveDirty) \
|
|
|
|
{ \
|
|
|
|
_recursiveDirty = true; \
|
|
|
|
setDirty(true); \
|
|
|
|
if (!_children.empty()) \
|
|
|
|
setDirtyRecursively(true); \
|
|
|
|
} \
|
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2014-05-15 01:07:09 +08:00
|
|
|
void Sprite::setPosition(const Vec2& pos)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::setPosition(pos);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-11-05 01:14:22 +08:00
|
|
|
void Sprite::setPosition(float x, float y)
|
|
|
|
{
|
|
|
|
Node::setPosition(x, y);
|
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-09-16 21:22:22 +08:00
|
|
|
void Sprite::setRotation(float rotation)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-16 21:22:22 +08:00
|
|
|
Node::setRotation(rotation);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2014-02-23 17:09:52 +08:00
|
|
|
void Sprite::setRotationSkewX(float fRotationX)
|
2012-11-14 18:05:15 +08:00
|
|
|
{
|
2014-02-23 17:09:52 +08:00
|
|
|
Node::setRotationSkewX(fRotationX);
|
2012-11-14 18:05:15 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2014-02-23 17:09:52 +08:00
|
|
|
void Sprite::setRotationSkewY(float fRotationY)
|
2012-11-14 18:05:15 +08:00
|
|
|
{
|
2014-02-23 17:09:52 +08:00
|
|
|
Node::setRotationSkewY(fRotationY);
|
2012-11-14 18:05:15 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setSkewX(float sx)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::setSkewX(sx);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setSkewY(float sy)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::setSkewY(sy);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-07-27 21:44:49 +08:00
|
|
|
void Sprite::setScaleX(float scaleX)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-27 21:44:49 +08:00
|
|
|
Node::setScaleX(scaleX);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-07-27 21:44:49 +08:00
|
|
|
void Sprite::setScaleY(float scaleY)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-15 19:17:01 +08:00
|
|
|
#ifdef AX_USE_METAL
|
2021-12-25 10:04:45 +08:00
|
|
|
if (_texture->isRenderTarget())
|
|
|
|
scaleY = std::abs(scaleY);
|
2019-06-18 15:20:29 +08:00
|
|
|
#endif
|
2013-07-27 21:44:49 +08:00
|
|
|
Node::setScaleY(scaleY);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setScale(float fScale)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::setScale(fScale);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2013-11-06 21:42:31 +08:00
|
|
|
void Sprite::setScale(float scaleX, float scaleY)
|
|
|
|
{
|
|
|
|
Node::setScale(scaleX, scaleY);
|
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2014-02-23 17:09:52 +08:00
|
|
|
void Sprite::setPositionZ(float fVertexZ)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2014-02-23 17:09:52 +08:00
|
|
|
Node::setPositionZ(fVertexZ);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2014-05-15 01:07:09 +08:00
|
|
|
void Sprite::setAnchorPoint(const Vec2& anchor)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::setAnchorPoint(anchor);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2016-04-22 20:36:02 +08:00
|
|
|
void Sprite::setIgnoreAnchorPointForPosition(bool value)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(_renderMode != RenderMode::QUAD_BATCHNODE, "setIgnoreAnchorPointForPosition is invalid in Sprite");
|
2016-04-22 20:36:02 +08:00
|
|
|
Node::setIgnoreAnchorPointForPosition(value);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setVisible(bool bVisible)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-20 14:13:12 +08:00
|
|
|
Node::setVisible(bVisible);
|
2012-04-19 14:35:52 +08:00
|
|
|
SET_DIRTY_RECURSIVELY();
|
|
|
|
}
|
|
|
|
|
2021-10-23 23:27:14 +08:00
|
|
|
void Sprite::setContentSize(const Vec2& size)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE || _renderMode == RenderMode::POLYGON)
|
2022-07-16 10:43:05 +08:00
|
|
|
AXLOGWARN(
|
2021-12-25 10:04:45 +08:00
|
|
|
"Sprite::setContentSize() doesn't stretch the sprite when using QUAD_BATCHNODE or POLYGON render modes");
|
2017-01-10 15:28:47 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
Node::setContentSize(size);
|
|
|
|
|
|
|
|
updateStretchFactor();
|
|
|
|
updatePoly();
|
|
|
|
}
|
|
|
|
|
2017-01-23 09:25:56 +08:00
|
|
|
void Sprite::setStretchEnabled(bool enabled)
|
2016-11-24 09:59:00 +08:00
|
|
|
{
|
2019-01-30 17:54:48 +08:00
|
|
|
if (_stretchEnabled != enabled)
|
|
|
|
{
|
2017-01-23 09:25:56 +08:00
|
|
|
_stretchEnabled = enabled;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
|
|
|
// disabled centerrect / number of slices if disabled
|
|
|
|
if (!enabled)
|
2021-12-25 10:04:45 +08:00
|
|
|
setCenterRectNormalized(Rect(0, 0, 1, 1));
|
2016-11-24 09:59:00 +08:00
|
|
|
|
|
|
|
updateStretchFactor();
|
|
|
|
updatePoly();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-23 09:25:56 +08:00
|
|
|
bool Sprite::isStretchEnabled() const
|
|
|
|
{
|
|
|
|
return _stretchEnabled;
|
|
|
|
}
|
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
void Sprite::updateStretchFactor()
|
|
|
|
{
|
2021-10-23 23:27:14 +08:00
|
|
|
const Vec2 size = getContentSize();
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2017-01-10 15:28:47 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2017-01-11 09:31:45 +08:00
|
|
|
// If stretch is disabled, calculate the stretch anyway
|
2016-11-24 09:59:00 +08:00
|
|
|
// since it is needed to calculate the offset
|
2017-01-10 15:28:47 +08:00
|
|
|
const float x_factor = size.width / _originalContentSize.width;
|
|
|
|
const float y_factor = size.height / _originalContentSize.height;
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
_stretchFactor = Vec2(std::max(0.0f, x_factor), std::max(0.0f, y_factor));
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
2017-01-10 15:28:47 +08:00
|
|
|
else if (_renderMode == RenderMode::SLICE9)
|
2016-10-27 09:45:40 +08:00
|
|
|
{
|
2016-10-30 08:52:33 +08:00
|
|
|
const float x1 = _rect.size.width * _centerRectNormalized.origin.x;
|
|
|
|
const float x2 = _rect.size.width * _centerRectNormalized.size.width;
|
|
|
|
const float x3 = _rect.size.width * (1 - _centerRectNormalized.origin.x - _centerRectNormalized.size.width);
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2016-10-30 08:52:33 +08:00
|
|
|
const float y1 = _rect.size.height * _centerRectNormalized.origin.y;
|
|
|
|
const float y2 = _rect.size.height * _centerRectNormalized.size.height;
|
|
|
|
const float y3 = _rect.size.height * (1 - _centerRectNormalized.origin.y - _centerRectNormalized.size.height);
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2016-11-24 09:59:00 +08:00
|
|
|
// adjustedSize = the new _rect size
|
2021-12-25 10:04:45 +08:00
|
|
|
const float adjustedWidth = size.width - (_originalContentSize.width - _rect.size.width);
|
2016-11-24 09:59:00 +08:00
|
|
|
const float adjustedHeight = size.height - (_originalContentSize.height - _rect.size.height);
|
|
|
|
|
2017-01-10 15:28:47 +08:00
|
|
|
const float x_factor = (adjustedWidth - x1 - x3) / x2;
|
|
|
|
const float y_factor = (adjustedHeight - y1 - y3) / y2;
|
2016-10-27 09:45:40 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
_stretchFactor = Vec2(std::max(0.0f, x_factor), std::max(0.0f, y_factor));
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
2016-12-03 23:35:22 +08:00
|
|
|
|
2017-01-10 15:28:47 +08:00
|
|
|
// else:
|
|
|
|
// Do nothing if renderMode is Polygon
|
2016-10-27 09:45:40 +08:00
|
|
|
}
|
|
|
|
|
2013-09-13 11:41:20 +08:00
|
|
|
void Sprite::setFlippedX(bool flippedX)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-13 11:41:20 +08:00
|
|
|
if (_flippedX != flippedX)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-13 11:41:20 +08:00
|
|
|
_flippedX = flippedX;
|
2017-07-19 11:08:12 +08:00
|
|
|
flipX();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
bool Sprite::isFlippedX() const
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-13 11:41:20 +08:00
|
|
|
return _flippedX;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-09-13 11:41:20 +08:00
|
|
|
void Sprite::setFlippedY(bool flippedY)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-15 19:17:01 +08:00
|
|
|
#ifdef AX_USE_METAL
|
2021-12-25 10:04:45 +08:00
|
|
|
if (_texture->isRenderTarget())
|
2019-06-18 15:20:29 +08:00
|
|
|
flippedY = !flippedY;
|
|
|
|
#endif
|
2013-09-13 11:41:20 +08:00
|
|
|
if (_flippedY != flippedY)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-13 11:41:20 +08:00
|
|
|
_flippedY = flippedY;
|
2017-07-19 11:08:12 +08:00
|
|
|
flipY();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
bool Sprite::isFlippedY() const
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-13 11:41:20 +08:00
|
|
|
return _flippedY;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
void Sprite::flipX()
|
|
|
|
{
|
2017-07-19 11:08:12 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
|
|
|
setDirty(true);
|
|
|
|
else if (_renderMode == RenderMode::POLYGON)
|
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
for (unsigned int i = 0; i < _polyInfo.triangles.vertCount; i++)
|
|
|
|
{
|
2017-07-19 11:08:12 +08:00
|
|
|
auto& v = _polyInfo.triangles.verts[i].vertices;
|
2021-12-25 10:04:45 +08:00
|
|
|
v.x = _contentSize.width - v.x;
|
2017-07-19 11:08:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
// RenderMode:: Quad or Slice9
|
|
|
|
updatePoly();
|
|
|
|
}
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
void Sprite::flipY()
|
|
|
|
{
|
2017-07-19 11:08:12 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
|
|
|
setDirty(true);
|
|
|
|
else if (_renderMode == RenderMode::POLYGON)
|
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
for (unsigned int i = 0; i < _polyInfo.triangles.vertCount; i++)
|
|
|
|
{
|
2017-07-19 11:08:12 +08:00
|
|
|
auto& v = _polyInfo.triangles.verts[i].vertices;
|
2021-12-25 10:04:45 +08:00
|
|
|
v.y = _contentSize.height - v.y;
|
2017-07-19 11:08:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
// RenderMode:: Quad or Slice9
|
|
|
|
updatePoly();
|
|
|
|
}
|
|
|
|
|
2012-04-19 14:35:52 +08:00
|
|
|
//
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: RGBA protocol
|
2012-04-19 14:35:52 +08:00
|
|
|
//
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
void Sprite::updateColor()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
Color4B color4(_displayedColor.r, _displayedColor.g, _displayedColor.b, _displayedOpacity);
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2013-02-27 15:30:49 +08:00
|
|
|
// special opacity for premultiplied textures
|
2015-01-08 10:22:45 +08:00
|
|
|
if (_opacityModifyRGB)
|
2013-02-27 15:30:49 +08:00
|
|
|
{
|
2019-01-30 17:54:48 +08:00
|
|
|
color4.r *= _displayedOpacity / 255.0f;
|
|
|
|
color4.g *= _displayedOpacity / 255.0f;
|
|
|
|
color4.b *= _displayedOpacity / 255.0f;
|
2013-02-27 15:30:49 +08:00
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
for (unsigned int i = 0; i < _polyInfo.triangles.vertCount; i++)
|
2015-07-15 16:27:29 +08:00
|
|
|
_polyInfo.triangles.verts[i].colors = color4;
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2017-01-10 15:28:47 +08:00
|
|
|
// related to issue #17116
|
|
|
|
// when switching from Quad to Slice9, the color will be obtained from _quad
|
|
|
|
// so it is important to update _quad colors as well.
|
|
|
|
_quad.bl.colors = _quad.tl.colors = _quad.br.colors = _quad.tr.colors = color4;
|
|
|
|
|
2012-04-19 14:35:52 +08:00
|
|
|
// renders using batch node
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-09-01 01:38:10 +08:00
|
|
|
if (_atlasIndex != INDEX_NOT_INITIALIZED)
|
2013-06-15 14:03:30 +08:00
|
|
|
_textureAtlas->updateQuad(&_quad, _atlasIndex);
|
2012-04-19 14:35:52 +08:00
|
|
|
else
|
|
|
|
// no need to set it recursively
|
|
|
|
// update dirty_, don't update recursiveDirty_
|
|
|
|
setDirty(true);
|
|
|
|
}
|
|
|
|
|
|
|
|
// self render
|
|
|
|
// do nothing
|
|
|
|
}
|
|
|
|
|
2013-06-20 14:13:12 +08:00
|
|
|
void Sprite::setOpacityModifyRGB(bool modify)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
if (_opacityModifyRGB != modify)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
_opacityModifyRGB = modify;
|
2013-02-27 15:30:49 +08:00
|
|
|
updateColor();
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
2013-02-27 15:30:49 +08:00
|
|
|
}
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
bool Sprite::isOpacityModifyRGB() const
|
2013-02-27 15:30:49 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
return _opacityModifyRGB;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: Frames
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
void Sprite::setSpriteFrame(std::string_view spriteFrameName)
|
2013-11-14 07:55:36 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(!spriteFrameName.empty(), "spriteFrameName must not be empty");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (spriteFrameName.empty())
|
|
|
|
return;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
SpriteFrameCache* cache = SpriteFrameCache::getInstance();
|
|
|
|
SpriteFrame* spriteFrame = cache->getSpriteFrameByName(spriteFrameName);
|
2013-11-14 07:55:36 +08:00
|
|
|
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(spriteFrame, std::string("Invalid spriteFrameName :").append(spriteFrameName).c_str());
|
2013-11-14 07:55:36 +08:00
|
|
|
|
|
|
|
setSpriteFrame(spriteFrame);
|
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::setSpriteFrame(SpriteFrame* spriteFrame)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2014-12-08 21:04:15 +08:00
|
|
|
// retain the sprite frame
|
|
|
|
// do not removed by SpriteFrameCache::removeUnusedSpriteFrames
|
|
|
|
if (_spriteFrame != spriteFrame)
|
|
|
|
{
|
2022-07-15 19:17:01 +08:00
|
|
|
AX_SAFE_RELEASE(_spriteFrame);
|
2014-12-08 21:04:15 +08:00
|
|
|
_spriteFrame = spriteFrame;
|
|
|
|
spriteFrame->retain();
|
|
|
|
}
|
2013-11-15 07:37:43 +08:00
|
|
|
_unflippedOffsetPositionFromCenter = spriteFrame->getOffset();
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Texture2D* texture = spriteFrame->getTexture();
|
2012-04-19 14:35:52 +08:00
|
|
|
// update texture before updating texture rect
|
2013-11-15 07:37:43 +08:00
|
|
|
if (texture != _texture)
|
|
|
|
setTexture(texture);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
// update rect
|
2013-11-15 07:37:43 +08:00
|
|
|
_rectRotated = spriteFrame->isRotated();
|
|
|
|
setTextureRect(spriteFrame->getRect(), _rectRotated, spriteFrame->getOriginalSize());
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2016-10-27 09:45:40 +08:00
|
|
|
if (spriteFrame->hasPolygonInfo())
|
2015-09-29 21:42:04 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
_polyInfo = spriteFrame->getPolygonInfo();
|
2017-01-10 15:28:47 +08:00
|
|
|
_renderMode = RenderMode::POLYGON;
|
2021-12-25 10:04:45 +08:00
|
|
|
if (_flippedX)
|
|
|
|
flipX();
|
|
|
|
if (_flippedY)
|
|
|
|
flipY();
|
2017-07-19 11:08:12 +08:00
|
|
|
updateColor();
|
2015-09-29 21:42:04 +08:00
|
|
|
}
|
2015-12-14 22:42:18 +08:00
|
|
|
if (spriteFrame->hasAnchorPoint())
|
|
|
|
setAnchorPoint(spriteFrame->getAnchorPoint());
|
2016-10-27 09:45:40 +08:00
|
|
|
if (spriteFrame->hasCenterRect())
|
2016-10-30 08:52:33 +08:00
|
|
|
setCenterRect(spriteFrame->getCenterRect());
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-26 23:26:34 +08:00
|
|
|
void Sprite::setDisplayFrameWithAnimationName(std::string_view animationName, unsigned int frameIndex)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(!animationName.empty(), "CCSprite#setDisplayFrameWithAnimationName. animationName must not be nullptr");
|
2015-12-16 11:53:59 +08:00
|
|
|
if (animationName.empty())
|
|
|
|
return;
|
2016-11-24 09:59:00 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
Animation* a = AnimationCache::getInstance()->getAnimation(animationName);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(a, "CCSprite#setDisplayFrameWithAnimationName: Frame not found");
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-12-05 10:35:10 +08:00
|
|
|
AnimationFrame* frame = a->getFrames().at(frameIndex);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(frame, "CCSprite#setDisplayFrame. Invalid frame");
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
setSpriteFrame(frame->getSpriteFrame());
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
bool Sprite::isFrameDisplayed(SpriteFrame* frame) const
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-08-23 08:19:07 +08:00
|
|
|
Rect r = frame->getRect();
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
return (r.equals(_rect) && frame->getTexture() == _texture &&
|
2013-08-23 08:19:07 +08:00
|
|
|
frame->getOffset().equals(_unflippedOffsetPositionFromCenter));
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2013-11-15 07:37:43 +08:00
|
|
|
SpriteFrame* Sprite::getSpriteFrame() const
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2019-01-30 17:54:48 +08:00
|
|
|
if (nullptr != this->_spriteFrame)
|
2015-05-21 16:04:37 +08:00
|
|
|
return this->_spriteFrame;
|
2019-01-30 17:54:48 +08:00
|
|
|
|
2022-07-15 19:17:01 +08:00
|
|
|
return SpriteFrame::createWithTexture(_texture, AX_RECT_POINTS_TO_PIXELS(_rect), _rectRotated,
|
|
|
|
AX_POINT_POINTS_TO_PIXELS(_unflippedOffsetPositionFromCenter),
|
|
|
|
AX_SIZE_POINTS_TO_PIXELS(_originalContentSize));
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2014-11-26 09:53:52 +08:00
|
|
|
SpriteBatchNode* Sprite::getBatchNode() const
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-06-15 14:03:30 +08:00
|
|
|
return _batchNode;
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
void Sprite::setBatchNode(SpriteBatchNode* spriteBatchNode)
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
_batchNode = spriteBatchNode; // weak reference
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
// self render
|
2021-12-25 10:04:45 +08:00
|
|
|
if (!_batchNode)
|
2019-01-30 17:54:48 +08:00
|
|
|
{
|
|
|
|
if (_renderMode != RenderMode::SLICE9)
|
2017-07-17 15:52:01 +08:00
|
|
|
_renderMode = RenderMode::QUAD;
|
2019-01-30 17:54:48 +08:00
|
|
|
|
2013-09-01 01:38:10 +08:00
|
|
|
_atlasIndex = INDEX_NOT_INITIALIZED;
|
2013-12-18 17:47:20 +08:00
|
|
|
setTextureAtlas(nullptr);
|
2013-06-15 14:03:30 +08:00
|
|
|
_recursiveDirty = false;
|
2012-04-19 14:35:52 +08:00
|
|
|
setDirty(false);
|
|
|
|
|
2013-06-15 14:03:30 +08:00
|
|
|
float x1 = _offsetPosition.x;
|
|
|
|
float y1 = _offsetPosition.y;
|
|
|
|
float x2 = x1 + _rect.size.width;
|
|
|
|
float y2 = y1 + _rect.size.height;
|
2021-12-25 10:04:45 +08:00
|
|
|
_quad.bl.vertices.set(x1, y1, 0);
|
Optimize Vec3
small function Vec3 move to Vec3.inl
Added:
add(float xx, float yy, float zz);
setZero();
Change all code:
_vec3 = Vec3(x, y, z); -> _vec3.set(x, y, z);
Vec3 vec3 = Vec3(x, y, z); -> Vec3 vec3(x, y, z);
_vec3 += Vec3(x, y, z); -> _vec3.add(x, y, z);
_vec3 = Vec3::ZERO; -> _vec3.setZero();
2015-04-05 18:09:50 +08:00
|
|
|
_quad.br.vertices.set(x2, y1, 0);
|
|
|
|
_quad.tl.vertices.set(x1, y2, 0);
|
|
|
|
_quad.tr.vertices.set(x2, y2, 0);
|
2019-01-30 17:54:48 +08:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2012-04-19 14:35:52 +08:00
|
|
|
// using batch
|
2021-12-25 10:04:45 +08:00
|
|
|
_renderMode = RenderMode::QUAD_BATCHNODE;
|
2014-05-15 01:07:09 +08:00
|
|
|
_transformToBatch = Mat4::IDENTITY;
|
2021-12-25 10:04:45 +08:00
|
|
|
setTextureAtlas(_batchNode->getTextureAtlas()); // weak ref
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-30 03:54:24 +08:00
|
|
|
// MARK: Texture protocol
|
2019-07-22 09:38:46 +08:00
|
|
|
void Sprite::updateBlendFunc()
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2022-07-16 10:43:05 +08:00
|
|
|
AXASSERT(_renderMode != RenderMode::QUAD_BATCHNODE,
|
2021-12-25 10:04:45 +08:00
|
|
|
"CCSprite: updateBlendFunc doesn't work when the sprite is rendered using a SpriteBatchNode");
|
|
|
|
|
2015-09-09 11:37:41 +08:00
|
|
|
// it is possible to have an untextured sprite
|
metal support for cocos2d-x (#19305)
* remove deprecated files
* remove some deprecated codes
* remove more deprecated codes
* remove ui deprecated codes
* remove more deprecated codes
* remove deprecated codes in ccmenuitem
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes in ui
* remove more deprecated codes
* remove more deprecated codes
* remove more deprecated codes
* remove vr related codes and ignore some modules
* remove allocator
* remove some config
* 【Feature】add back-end project file
* [Feature] add back-end file
* add pipeline descriptor and shader cache
* [Feature] support sprite for backend
* [Feature] remove unneeded code
* [Feature] according to es2.0 spec, you must use clamp-to-edge as texture wrap mode, and no mipmapping for non-power-of-two texture
* [Feature] set texture wrap mode to clamp-to-edge, and no mipmapping for non-power-of-two texture
* [Feature] remove macro define to .cpp file
* [Feature] add log info
* [Feature] add PipelineDescriptor for TriangleCommand
* [Feature] add PipelineDescriptor object as member of TriangleCommand
* [Feature] add getPipelineDescriptor method
* add renderbackend
* complete pipeline descriptor
* [Feature] add viewport in RenderCommand
* set viewport when rendrering
* [Feature] occur error when using RendererBackend, to be fixed.
* a workaround to fix black screen on macOS 10.14 (#19090)
* add rendererbackend init function
* fix typo
* [Feature] modify testFile
* [BugFix] modify shader path
* [Feature] set default viewport
* fix projection
* [Feature] modify log info
* [BugFix] change viewport data type to int
* [BugFix] add BindGroup to PipelienDescriptor
* [BugFix] change a_position to vec3 in sprite.vert
* [BugFix] set vertexLayout according to V3F_C4B_T2F structure
* [Feature] revert a_position to vec4
* [Feature] renderer should not use gl codes directly
* [Feature] it's better not use default value parameter
* fix depth test setting
* rendererbackend -> renderer
* clear color and depth at begin
* add metal backend
* metal support normalized attribute
* simplify codes
* update external
* add render pass desctriptor in pipeline descriptor
* fix warnings
* fix crash and memeory leak
* refactor Texture2D
* put pipeline descriptor into render command
* simplify codes
* [Feature] update Sprite
* fix crash when closing app
* [Feature] update SpriteBatchNode and TextureAtlas
* support render texture(not finish)
* [Feature] remove unused code
* make tests work on mac
* fix download-deps path error
* make tests work on iOS
* [Feature] support ttf under normal label effect
* refactor triangle command processing
* let renderer handle more common commands
* refactor backend
* make render texture work
* [Feature] refactor backend for GL
* [Feature]Renaming to make it easy to understand
* [Feature] change warp mode to CLAMP_TO_EDGE
* fix ghost
* simplify visit render queue logic
* support progress timer without rial mode
* support partcile system
* Feature/update label (#149)
* [BugFix] fix compile error
* [Feature] support outline effect in ios
* [Feature] add shader file
* [BugFix] fix begin and end RenderPass
* [Feature] update CustomCommand
* [Feature] revert project.pbxproj
* [Feature] simplify codes
* [BugFix] pack AI88 to RGBA8888 only when outline enable
* [Feature] support shadow effect in Label
* [Feature] support BMFont
* [Feature] support glow effect
* [Feature] simplify shader files
* LabelAtlas work
* handle blend function correctly
* support tile map
* don't share buffer in metal
* alloc buffer size as needed
* support more tilemap
* Merge branch 'minggo/metal-support' into feature/updateLabel
* minggo/metal-support:
support tile map
handle blend function correctly
LabelAtlas work
Feature/update label (#149)
support partcile system
# Conflicts:
# cocos/2d/CCLabel.cpp
# cocos/2d/CCSprite.cpp
# cocos/2d/CCSpriteBatchNode.cpp
# cocos/renderer/CCQuadCommand.cpp
# cocos/renderer/CCQuadCommand.h
* render texture work without saving file
* use global viewport
* grid3d works
* remove grabber
* tiled3d works
* [BugFix] fix label bug
* [Feature] add updateSubData for buffer
* [Feature] remove setVertexCount
* support depth test
* add callback command
* [Feature] add UITest
* [Feature] update UITest
* [Feature] remove unneeded codes
* fix custom command issue
* fix layer color blend issue
* [BugFix] fix iOS compile error
* [Feature] remove unneeded codes
* [Feature] fix updateVertexBuffer
* layerradial works
* add draw test back
* fix batch issue
* fix compiling error
* [BugFix] support ETC1
* [BugFix] get the correct pipelineDescriptor
* [BugFix] skip draw when backendTexture nullptr
* clipping node support
* [Feature] add shader files
* fix stencil issue in metal
* [Feature] update UILayoutTest
* [BugFix] skip drawing when vertexCount is zero
* refactor renderer
* add set global z order for stencil manager commands
* fix warnings caused by type
* remove viewport in render command
* [Feature] fix warnings caused by type
* [BugFix] clear vertexCount and indexCount for CustomComand when needed
* [Feature] update clear for CustomCommand
* ios use metal
* fix viewport issue
* fix LayerColorGradient crash
* [cmake] transport to android and windows (#160)
* save point 1
* compile on windows
* run on android
* revert useless change
* android set CC_ENABLE_CACHE_TEXTURE_DATA to 1
* add initGlew
* fix android crash
* add TODO new-renderer
* review update
* revert onGLFWWindowPosCallback
* fix android compiling error
* Impl progress radial (#162)
* progresstimer add radial impl
* default drawType to element
* dec invoke times of createVertexBuffer (#163)
* support depth/stencil format for gl backend
* simplify progress timer codes
* support motionstreak, effect is wrong
* fix motionstreak issue
* [Feature] update Scissor Test (#161)
* [Feature] update Scissor Test
* [Feature] update ScissorTest
* [Feature] rename function
* [Feature] get constant reference if needed
* [Feature] show render status (#164)
* improve performance
* fix depth state
* fill error that triangle vertex/index number bigger than buffer
* fix compiline error in release mode
* fix buffer conflict between CPU and GPU on iOS/macOS
* Renderer refactor (#165)
* use one vertes/index buffer with opengl
* fix error on windows
* custom command support index format config
* CCLayer: compact vertex data structure
* update comment
* fix doc
* support fast tilemap
* pass index format instead
* fix some wrong effect
* fix render texture error
* fix texture per-element size
* fix texture format error
* BlendFunc type refactor, GLenum -> backend::BlendFactor (#167)
* BlendFunc use backend::BlendFactor as inner field
* update comments
* use int to replace GLenum
* update xcode project fiel
* rename to GLBlendConst
* add ccConstants.h
* update xcode project file
* update copyright
* remove primitive command
* remove CCPrimitive.cpp/.h
* remove deprecated files
* remove unneeded files
* remove multiple view support
* remove multiple view support
* remove the usage of frame buffer in camera
* director don't use frame buffer
* remove FrameBuffer
* remove BatchCommand
* add some api reference
* add physics2d back
* fix crash when close app on mac
* improve render texture
* fix rendertexture issue
* fix rendertexture issue
* simplify codes
* CMake support for mac & ios (#169)
* update cmake
* fix compile error
* update 3rd libs version
* remove CCThread.h/.cpp
* remove ccthread
* use audio engine to implement simple audio engine
* remove unneeded codes
* remove deprecated codes
* remove winrt macro
* remove CC_USE_WIC
* set partcile blend function in more elegant way
* remove unneeded codes
* remove unneeded codes
* cmake works on windows
* update project setting
* improve performance
* GLFloat -> float
* sync v3 cmake improvements into metal-support (#172)
* pick: modern cmake, compile definitions improvement (#19139)
* modern cmake, use target_compile_definitions partly
* simplify macro define, remove USE_*
* modern cmake, macro define
* add physics 2d macro define into ccConfig.h
* remove USE_CHIPMUNK macro in build.gradle
* remove CocosSelectModule.cmake
* shrink useless define
* simplify compile options config, re-add if necessary
* update external for tmp CI test
* un-quote target_compile_options value
* add "-g" parameter only when debug mode
* keep single build type when generator Xcode & VS projecy
* update external for tmp CI tes
* add static_cast<char>(-1), fix -Wc++11-narrowing
* simplify win32 compile define
* not modify code, only improve compile options
# Conflicts:
# .gitignore
# cmake/Modules/CocosConfigDepend.cmake
# cocos/CMakeLists.txt
# external/config.json
# tests/cpp-tests/CMakeLists.txt
* modern cmake, improve cmake_compiler_flags (#19145)
* cmake_compiler_flags
* Fix typo
* Fix typo2
* Remove chanages from Android.mk
* correct lua template cmake build (#19149)
* don't add -Wno-deprecated into jsb target
* correct lua template cmake build
* fix win32 lua template compile error
* prevent cmake in-source-build friendly (#19151)
* pick: Copy resources to "Resources/" on win32 like in linux configuration
* add "/Z7" for cpp-tests on windows
* [cmake] fix iOS xcode property setting failed (#19208)
* fix iOS xcode property setting failed
* use search_depend_libs_recursive at dlls collect
* fix typo
* [cmake] add find_host_library into iOS toolchain file (#19230)
* pick: [lua android] use luajit & template cmake update (#19239)
* increase cmake stability , remove tests/CMakeLists.txt (#19261)
* cmake win32 Precompiled header (#19273)
* Precompiled header
* Fix
* Precompiled header for cocos
* Precompiled header jscocos2d
* Fix for COCOS2D_DEBUG is always 1 on Android (#19291)
Related #19289
* little build fix, tests cpp-tests works on mac
* sync v3 build related codes into metal-support (#173)
* strict initialization for std::array
* remove proj.win32 project configs
* modern cmake, cmake_cleanup_remove_unused_variables (#19146)
* Switch travis CI to xenial (#19207)
* Switch travis CI to xenial
* Remove language: android
* Set language: cpp
* Fix java problem
* Update sdkmanager
* Fix sdkmanger
* next sdkmanager fix
* Remove xenial from android
* revert to sdk-tools-{system}-3859397
* Remove linux cmake install
* Update before-install.sh
* Update .travis.yml
* Simplify install-deps-linux.sh, tested on Ubuntu 16.04 (#19212)
* Simplify install-deps-linux.sh
* Cleanup
* pick: install ninja
* update cocos2d-console submodule
* for metal-support alpha release, we only test cpp
* add HelloCpp into project(Cocos2d-x) for tmp test
* update extenal metal-support-4
* update uniform setting
* [Feature] update BindGroup
* [Feature] empty-test
* [Feature] cpp-test
* [Feature] fix GL compiler error
* [Feature] fix GL crash
* [Feature] empty-test
* [Feature] cpp-tests
* [feature] improve frameRate
* [feature] fix opengl compile error
* [feature] fix opengl compile error
* [BugFix] fix compute maxLocation error
* [Feature] update setting unifrom
* [Feature] fix namespace
* [Feature] remove unneeded code
* [Bugfix] fix project file
* [Feature] update review
* [texture2d] impl texture format support (#175)
* texture update
* update
* update texture
* commit
* compile on windows
* ddd
* rename
* rename methods
* no crash
* save gl
* save
* save
* rename
* move out pixel format convert functions
* metal crash
* update
* update android
* support gles compressed texture format
* support more compress format
* add more conversion methods
* ss
* save
* update conversion methods
* add PVRTC format support
* reformat
* add marco linux
* fix GL marcro
* pvrtc supported only by ios 8.0+
* remove unused cmake
* revert change
* refactor Texture2D::initWithData
* fix conversion log
* refactor Texture2D::initWithData
* remove some OpenGL constants for PVRTC
* add todo
* fix typo
* AutoTest works on mac/iOS by disable part cases, sync v3 bug fix (#174)
* review cpp-tests, and fix part issues on start auto test
* sync png format fix: Node:Particle3D abnormal texture effects #19204
* fix cpp-tests SpritePolygon crash, wrong png format (#19170)
* fix wrong png convert format from sRGB to Gray
* erase plist index if all frames was erased
* test_A8.png have I8 format, fix it
* [CCSpriteCache] allow re-add plist & add testcase (#19175)
* allow re-add plist & add testcase
* remove comments/rename method/update testcase
* fix isSpriteFramesWithFileLoaded & add testcase
* remove used variable
* remove unused variable
* fix double free issues when js/lua-tests exit on iOS (#19236)
* disable part cases, AutoTest works without crash on mac
* update cocos2dx files json, to test cocos new next
* fix spritecache plist parsing issue (#19269)
* [linux] Fix FileUtils::getContents with folder (#19157)
* fix FileUtils::getContents on linux/mac
* use stat.st_mode
* simplify
* [CCFileUtils] win32 getFileSize (#19176)
* win32 getFileSize
* fix stat
* [cpp test-Android]20:FileUtils/2 change title (#19197)
* sync #19200
* sync #19231
* [android lua] improve performance of lua loader (#19234)
* [lua] improve performance of lua loader
* remove cache fix
* Revert "fix spritecache plist parsing issue (#19269)"
This reverts commit f3a85ece4307a7b90816c34489d1ed2c8fd11baf.
* remove win32 project files ref in template.json
* add metal framework lnk ref into cpp template
* test on iOS, and disable part cases
* alBufferData instead of alBufferDataStatic for small audio file on Apple (#19227)
* changes AudioCache to use alBufferData instead of alBufferDataStatic
(also makes test 19 faster to trigger openal bugs faster)
The original problem: CrashIfClientProvidedBogusAudioBufferList
https://github.com/cocos2d/cocos2d-x/issues/18948
is not happening anymore, but there's still a not very frequent issue
that makes OpenAL crash with a call stack like this.
AudioCache::readDataTask > alBufferData > CleanUpDeadBufferList
It happes more frequently when the device is "cold", which means after
half an hour of not using the device (locked).
I could not find the actual source code for iOS OpenAL, so I used the
macOS versions:
https://opensource.apple.com/source/OpenAL/OpenAL-48.7/Source/OpenAL/oalImp.cpp.auto.html
They seem to use CAGuard.h to make sure the dead buffer list
has no threading issues. I'm worried because the CAGuard code I found
has macos and win32 define but no iOS, so I'm not sure. I guess the
iOS version is different and has the guard.
I could not find a place in the code that's unprotected by the locks
except the InitializeBufferMap() which should not be called more than
once from cocos, and there's a workaround in AudioEngine-impl for it.
I reduced the occurence of the CleanUpDeadBufferList crash by moving
the guard in ~AudioCache to cover the alDeleteBuffers call.
* remove hack method "setTimeout" on audio
* AutoTest works on iOS
* support set ios deployment target for root project
* enable all texture2d cases, since Jiang have fixed
* add CCTextureUtils to xcode project file (#176)
* add leak cases for SpriteFrameCache (#177)
* re-add SpriteFrameCache cases
* update template file json
* Update SpriteFrameCacheTest.cpp
* fix compiling error
2019-01-18 15:08:25 +08:00
|
|
|
backend::BlendDescriptor& blendDescriptor = _trianglesCommand.getPipelineDescriptor().blendDescriptor;
|
2021-12-25 10:04:45 +08:00
|
|
|
blendDescriptor.blendEnabled = true;
|
|
|
|
|
|
|
|
if (!_texture || !_texture->hasPremultipliedAlpha())
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
2013-07-26 04:36:19 +08:00
|
|
|
_blendFunc = BlendFunc::ALPHA_NON_PREMULTIPLIED;
|
2012-06-15 15:10:40 +08:00
|
|
|
setOpacityModifyRGB(false);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2013-07-26 04:36:19 +08:00
|
|
|
_blendFunc = BlendFunc::ALPHA_PREMULTIPLIED;
|
2012-06-15 15:10:40 +08:00
|
|
|
setOpacityModifyRGB(true);
|
2012-04-19 14:35:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-13 06:30:22 +08:00
|
|
|
std::string Sprite::getDescription() const
|
|
|
|
{
|
2019-05-22 09:49:11 +08:00
|
|
|
char textureDescriptor[100];
|
2017-01-11 21:33:41 +08:00
|
|
|
if (_renderMode == RenderMode::QUAD_BATCHNODE)
|
2021-12-25 10:04:45 +08:00
|
|
|
sprintf(textureDescriptor, "<Sprite | Tag = %d, TextureID = %p>", _tag,
|
|
|
|
_batchNode->getTextureAtlas()->getTexture()->getBackendTexture());
|
2013-12-13 06:30:22 +08:00
|
|
|
else
|
2019-05-22 09:49:11 +08:00
|
|
|
sprintf(textureDescriptor, "<Sprite | Tag = %d, TextureID = %p>", _tag, _texture->getBackendTexture());
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2019-05-22 09:49:11 +08:00
|
|
|
return textureDescriptor;
|
2013-12-13 06:30:22 +08:00
|
|
|
}
|
|
|
|
|
2016-05-25 07:57:40 +08:00
|
|
|
const PolygonInfo& Sprite::getPolygonInfo() const
|
2015-06-04 15:43:31 +08:00
|
|
|
{
|
2015-06-04 16:20:00 +08:00
|
|
|
return _polyInfo;
|
2015-06-04 15:43:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void Sprite::setPolygonInfo(const PolygonInfo& info)
|
|
|
|
{
|
2021-12-25 10:04:45 +08:00
|
|
|
_polyInfo = info;
|
2017-01-10 15:28:47 +08:00
|
|
|
_renderMode = RenderMode::POLYGON;
|
2015-06-04 15:43:31 +08:00
|
|
|
}
|
|
|
|
|
2019-01-30 17:54:48 +08:00
|
|
|
void Sprite::setMVPMatrixUniform()
|
|
|
|
{
|
2021-02-05 23:09:14 +08:00
|
|
|
const auto& projectionMat = _director->getMatrix(MATRIX_STACK_TYPE::MATRIX_STACK_PROJECTION);
|
2021-12-25 10:04:45 +08:00
|
|
|
auto programState = _trianglesCommand.getPipelineDescriptor().programState;
|
2019-03-26 13:45:03 +08:00
|
|
|
if (programState && _mvpMatrixLocation)
|
2019-01-30 17:54:48 +08:00
|
|
|
programState->setUniform(_mvpMatrixLocation, projectionMat.m, sizeof(projectionMat.m));
|
|
|
|
}
|
|
|
|
|
2022-07-11 17:50:21 +08:00
|
|
|
NS_AX_END
|