Update dependency harfang to v3.2.7 - autoclosed #2
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.
This PR contains the following updates:
==3.2.5
->==3.2.7
Release Notes
harfang3d/harfang3d (harfang)
v3.2.7
Compare Source
This minor release brings the support for the DOF post process.
dof_focus_point
anddof_focus_length
(see ForwardPipelineAAAConfig())v3.2.6
Compare Source
This minor release provides several fixes and brings a functionning API to capture the framebuffer and save it as a picture.
Framework integration and source code maintenance
DisableCursor
on SDL (by @PMP-P).Rendering
SetCameraCenterOffset
andGetCameraCenterOffset
(by @RobEwbank1).uint32_t CaptureTexture(const PipelineResources &resources, const TextureRef &t, Picture &pic)
uint32_t CaptureTexture(bgfx::ViewId &view_id, const PipelineResources &resources, const TextureRef &t, const Texture &readback, Picture &pic)
GetPixelRGBA
andSetPixelRGBA
.picture = hg.Picture(512, 512, hg.PF_RGBA32)
draw to texture
TF_ReadBack
:tex_readback = hg.CreateTexture(512, 512, "readback", hg.TF_ReadBack | hg.TF_BlitDestination, hg.TF_RGBA8)
hg.SubmitSceneToPipeline(view_id, scene, hg.IntRect(0, 0, 512, 512), true, pipeline, res, frame_buffer.handle)
frame_count_capture, view_id = hg.CaptureTexture(view_id, res, tex_color_ref, tex_readback, picture)
frame
counter is greater or equal toframe_count_capture
, save the picture:hg.SavePNG(picture, "capture.png")
Misc bug fix
!=
color operator.minmax
transform to fix #49.VertexLayoutPosFloatNormUInt8TexCoord0UInt8
).RBT_Static
wasn't saved properly in the scene file.GetAnimableNodePropertyFloat
andSetAnimableNodePropertyFloat
to handle the camera FOV.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.