File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.7.1] ( https://github.com/Orillusion/orillusion/compare/v0.7.0...v0.7.1 ) (2023-11-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Auto sort transparent renderers. ([ #318 ] ( https://github.com/Orillusion/orillusion/issues/318 ) ) ([ 5becdc4] ( https://github.com/Orillusion/orillusion/commit/5becdc48739e4ce7745d15a60c46612f991ae5f2 ) )
7
+ * fix: load gltf sample
8
+ * fix: fix grass sample
9
+ * fix: fix media-extention material
10
+ * fix: fix post sample resize bug
11
+ * fix: fix csm shadow
12
+ * fix: Cancel automatic resizing of rendertexture in GI
13
+ * fix: Wrong offset for bloom
14
+ * fix: reduce texture sample times
15
+ * fix: texture Count Exceeded the maximum limit of 7
16
+
17
+ ### Features
18
+ * ** engine:** enable gpu attachments texture auto resize
19
+ * ** graphic:** add new graphic samples
20
+ * ** sample:** update physics car sample ([ #327 ] ( https://github.com/Orillusion/orillusion/issues/327 ) ) ([ e09b243] ( https://github.com/Orillusion/orillusion/commit/e09b24386bb517d1277e00dcaa4105999d2dd856 ) )
21
+
22
+
23
+
1
24
# [ 0.7.0] ( https://github.com/Orillusion/orillusion/compare/v0.6.9...v0.7.0 ) (2023-11-01)
2
25
3
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/core" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion WebGPU Engine" ,
6
6
"main" : " ./dist/orillusion.umd.js" ,
31
31
"dev" : " vite" ,
32
32
"build" : " tsc --p tsconfig.build.json && vite build && npm run build:types && npm run minify" ,
33
33
"build:test" : " tsc --p tsconfig.build.json && vite build" ,
34
- "build:types" : " tsc --emitDeclarationOnly -p tsconfig.build.json && mv dist/src dist/types" ,
34
+ "build:types" : " tsc --emitDeclarationOnly -p tsconfig.build.json && rm -rf dist/packages && mv dist/src dist/types" ,
35
35
"minify" : " ./node_modules/vite/node_modules/.bin/esbuild dist/orillusion.es.max.js --minify --outfile=dist/orillusion.es.js && ./node_modules/vite/node_modules/.bin/esbuild dist/orillusion.umd.max.js --minify --outfile=dist/orillusion.umd.js" ,
36
36
"test" : " electron test/ci/main.js" ,
37
37
"test:ci" : " xvfb-maybe -- electron --enable-unsafe-webgpu --enable-features=Vulkan --use-vulkan=swiftshader --use-webgpu-adapter=swiftshader --no-sandbox test/ci/main.js" ,
You can’t perform that action at this time.
0 commit comments