Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix engine bug #329

Merged
merged 42 commits into from
Nov 14, 2023
Merged

Conversation

X-OldGentleMan
Copy link
Collaborator

Move GodRay setting from post file to engine setting.
Texture Count Exceeded the maximum limit of 7.
Reduce texture sample times in GI lightingPass.
Add graphic ribbon.
Fix wrong offset for bloom.
Cancel automatic resizing of rendertexture in GI.
Fix csm shadow.
Ffix post sample resize bug.

X-OldGentleMan and others added 28 commits November 1, 2023 13:19
fix gltf sample
fix emissive color
fix image material
fix chromaKey material
fix grass sample
fix resize
fix canvas resize change gpu attachments texture
fix resize events
fix sample grass
fix post sample resize bug
Fix csm shadow.
add sample
Cancel automatic resizing of rendertexture in GI
add graphic ribbon
Fix wrong offset for bloom.
Reduce texture sample times in GI lightingPass.
fix: texture Count Exceeded the maximum limit of 7
Move GodRay setting from post file to engine setting.
Get param from setting.
add new graphic face
@X-OldGentleMan X-OldGentleMan added bug Something isn't working feature New feature or request labels Nov 14, 2023
view.scene = this.scene;
view.camera = mainCamera;
Engine3D.startRenderView(view);
// 1. 必须在 startRenderView 后添加 post 才可以,否则错误
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

language style

@lslzl3000 lslzl3000 merged commit 2883c18 into Orillusion:dev Nov 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants