Skip to content

Commit

Permalink
PopcornFX Gem 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Jan 29, 2025
1 parent 92943d7 commit a155a31
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Code/Platform/Linux/PAL_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux)
set(pk_package_hash a6afb5393acb1adb11225a7b98c177234f0b04d63d65d5b5ca530d18ea48f08b)
set(pk_package_hash 0fe76b4dcf9eb430c1067cde94512e460697f4b7bd053e75a5433cb8b6d01304)
set(pk_package_id kURk7g7j5Eq12YBh)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 01b6b827a8bc6355ab7db01a063313b2f84ae1e4761b633a9ca3206257638e80)
set(pk_package_hash 32b340bcfcff7857e2938fee22423f5c35a9be7b45aa4cabd9011ddede2b9a3d)
set(pk_package_id sfaqGMH8gbRDfIZr)
else()
message(FATAL_ERROR "Unsupported linux architecture ${CMAKE_SYSTEM_PROCESSOR}")
Expand Down
2 changes: 1 addition & 1 deletion Code/Platform/Mac/PAL_mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-mac)
set(pk_package_hash 13449729147caa31f1e46d55965a99696d22174b7b3ee41d5622cd2f0bb45135)
set(pk_package_hash 4410d91a7c2e2f7e7f1837a1ae6346b6fc4312fec22e337bce4905fd866ed480)
set(pk_package_id lRTxtdrygiVXKa5j)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
Expand Down
2 changes: 1 addition & 1 deletion Code/Platform/Windows/PAL_windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-windows)
set(pk_package_hash 3b600300aeb55e5a5993dd96b5d20511f65ea3f7237f75aa3de942239816881d)
set(pk_package_hash 45be01e31c3391559ea528f3d37bae7d67bd6582d62a846f514353cfad78a92d)
set(pk_package_id eLKeWfn9Hz51Rh9U)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace PopcornFX {
sizeof(CFloat2), // GenBuffer_UV0
sizeof(CFloat2), // GenBuffer_UV1
sizeof(CFloat4), // GenBuffer_UVRemap
sizeof(CFloat4), // GenBuffer_UV1Remap
sizeof(CFloat2), // GenBuffer_UVFactors

// Per particle:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class CParticleBuffers
GenBuffer_UV0,
GenBuffer_UV1,
GenBuffer_UVRemap,
GenBuffer_UV1Remap,
GenBuffer_UVFactors,

// Per particle:
Expand Down

0 comments on commit a155a31

Please sign in to comment.