Skip to content

Doc fixes: clipGetRegionOfDefinition, Interacts #185

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

garyo
Copy link
Contributor

@garyo garyo commented Apr 27, 2025

Add more info about the interaction between DrawSuite and Overlay
Interacts, for clarity.

Also clean up some doc around RegionOfInterest.

Also update the Documentation README to include a lot more useful
info.

garyo added 2 commits April 27, 2025 13:11
Add more info about the interaction between DrawSuite and Overlay
Interacts, for clarity.

Also clean up some doc around RegionOfInterest.

Also update the Documentation README to include a lot more useful
info.

Signed-off-by: Gary Oberbrunner <[email protected]>
@garyo garyo requested review from john-paulsmith and Copilot April 27, 2025 21:56
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR improves documentation clarity for plugin interactions and image effect behaviors. Key changes include:

  • Updated ofxInteract.h to clearly differentiate between OverlayInteractV1 and OverlayInteractV2 drawing calls.
  • Revised ofxImageEffect.h comments for clip actions and region definitions to improve clarity.
  • Enhanced the Documentation README with detailed architecture and build process instructions.

Reviewed Changes

Copilot reviewed 4 out of 7 changed files in this pull request and generated 1 comment.

File Description
include/ofxInteract.h Clarifies usage between OpenGL calls and DrawSuite based on OverlayInteract version.
include/ofxImageEffect.h Refines doc text on clip actions, region of definition, and region of interest handling.
include/ofxDrawSuite.h Adds a note indicating the required plugin property for proper DrawSuite usage.
Documentation/README.md Expands build instructions and documentation architecture details.
Files not reviewed (3)
  • Documentation/sources/Guide/ofxExample5_Circle.rst: Language not supported
  • Documentation/sources/Reference/ofxInteracts.rst: Language not supported
  • Documentation/sources/Reference/ofxPropertiesReference.rst: Language not supported

``inArgs`` property set. All the RoIs in the ``outArgs`` property set
must initialised to this value before the action is called.

``inArgs`` property set. The host must initalize all the RoIs in the ``outArgs`` property set
Copy link
Preview

Copilot AI Apr 27, 2025

Choose a reason for hiding this comment

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

Consider correcting 'initalize' to 'initialize' to ensure proper spelling in the documentation.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant