This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
generated from obsproject/obs-plugintemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Rendering pipeline #1
Open
royshil
wants to merge
13
commits into
master
Choose a base branch
from
roy.rendering_pipeline
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
This commit refactors the code by updating the asset-render.h and augmented-filter-data.h files. It removes the unnecessary parameter from the render_asset_3d function in asset-render.h and adds new variables and functions in augmented-filter-data.h. These changes improve the efficiency and functionality of the code.
This commit adds new 3D asset options to the augmented filter properties in the augmented-filter.cpp file. The assets "Crown_02_v1dot4", "Crown_02_v1dot5", "Crown_03_v1dot4_PBRcol", "Crown_04_v1dot4_PBRref", and "Crown_05_blend" are now available for selection in the properties dropdown list. This enhancement improves the functionality of the augmented filter by providing more diverse asset options for users.
…necessary libraries This commit updates the CMakeLists.txt file to include the new source files and link the necessary libraries. The added source files are: - src/plugin-main.c - src/augmented-filter.c - src/augmented-filter.cpp - src/asset-utils/asset-loader.cpp - src/asset-utils/asset-render.cpp - src/obs-utils/obs-utils.cpp - src/asset-utils/render-utils.cpp These changes ensure that the project builds correctly and includes all the required source files for the augmented filter functionality.
…necessary libraries
…necessary libraries
…necessary libraries
…necessary libraries
…necessary libraries
…necessary libraries
This commit updates the asset loader to include a new parameter, flipFaces, which allows for flipping the faces of the loaded asset. The load_asset function in asset-loader.h and asset-loader.cpp now accepts a bool parameter, flipFaces, which determines whether or not to flip the faces of the loaded asset. Additionally, the load_asset function now includes logic to adjust the vertex order if flipFaces is true. The changes in augmented-filter-data.h include the addition of a new bool member variable, flipFaces, to the augmented_filter_data struct. The FetchOpenCV.cmake file has been modified to include the necessary library, opencv_imgcodecs490.lib, for linking. These changes improve code readability and maintainability in the asset loader module.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.