-
Notifications
You must be signed in to change notification settings - Fork 621
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
chore: chore uuid #264
Merged
Merged
chore: chore uuid #264
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add grass system
fix render pass frame time wrong
fix grass segment
fix pbr shader
fix clear coat lighting specular
# Conflicts: # src/assets/shader/lighting/BRDF_frag.ts # src/assets/shader/lighting/BxDF_frag.ts
fix clear coat lighting specular
fix grass size and vertex animation change wind texture
fix grass size and vertex animation change wind texture
fix muilt layer clearcoat
fix clear coat shader fix global fog
fix normal map dir scale
add physic car sample add terrain sample
…t-human # Conflicts: # package.json # samples/utils/GUIUtil.ts # src/Engine3D.ts # src/assets/shader/post/GlobalFog_shader.ts # src/gfx/renderJob/post/GlobalFog.ts
change collect render node add lambert material commit gpu buffer by buffer mapasync
fix shadow render node
fix point shadow
…t-human # Conflicts: # src/gfx/graphics/webGpu/Context3D.ts
remove ssh
chore transform
fix fog shader.
fix pbr metallic map and ao map add draw call sample
fix shadow maping at mac error
…023726 # Conflicts: # src/Engine3D.ts # src/components/Transform.ts # src/components/renderer/RenderNode.ts # src/core/entities/Entity.ts # src/io/PickFire.ts
fix transform notifyLocalChange error fix instanceDraw
fix pbr color
code format.
fix(conflict):bxdf file.
chore sample light
use pick enable
fix geometry repeat init change uuid to instanceID change transform update
…023726 # Conflicts: # samples/benchmark/Sample_SphereDraw.ts # samples/benchmark/Sample_drawCall.ts # src/Engine3D.ts # src/components/Transform.ts # src/components/renderer/RenderNode.ts
remove doc
back stop
hellmor
approved these changes
Jul 28, 2023
Codeboy-cn
approved these changes
Jul 28, 2023
Merged
lslzl3000
added a commit
that referenced
this pull request
Jul 29, 2023
## [0.6.7](v0.6.6...v0.6.7) (2023-07-28) ### Bug Fixes * **engine:** Fixed a series of errors ([#255](#255)) ([1b30982](1b30982)) ([#264](#264)) ([6ae06db](6ae06db)) ([#258](#258)) ([e5153df](e5152df)) * **light:** fix light enable ([#266](#266)) ([50429ea](50429ea)) * **AtmosphericScattering:** fix sky Rendering error on Mac ([#254](#254)) ([5b57016](5b57016)) ### Features * **build:** add non-minified dist version ([acb1c7c](acb1c7c)) * **samples:** new graphic/grass/terrain/drawcall/physics samples ([#265](#265)) ([6e51c74](6e51c74)) ([#258](#258)) ([e5153df](e5152df)) * **globalFog:** add feature of height fog ([#250](#250)) ([e9e2f83](e9e2f83)) * **grass:** add grass system ([#258](#258)) ([e5153df](e5152df)) * **material:** add LambertMaterial ([#258](#258)) ([e5153df](e5152df)) * **collider:** support MeshCollider ([#264](#264)) ([6ae06db](6ae06db)) ### Performance Improvements * **BoundingBox:** add isBoundChange tag to Entity ([#257](#257)) ([70ece43](70ece43))
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix pick enable
fix geometry repeat init
change uuid to instanceID
change transform update