-
Notifications
You must be signed in to change notification settings - Fork 855
Hdrp/update decal handles fix #2402
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
Conversation
| **Property** | **Description** | | ||
| ----------------------- | ------------------------------------------------------------ | | ||
| **Size** | The 3D size of the projector influence box, and thus the decal. The projector scales the decal to match the **X** and **Z** components of the **Size**. The Decal Projector component projects decals along the local y-axis. | | ||
| **Size** | The 3D size of the projector influence box, and thus the decal along the projected plane. The projector scales the decal to match the **Width** (along local X-axis) and **Height** (along local Y-axis) components of the **Size**. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 3D size of the projector influence box, and thus the decal along the projected plane. The projector scales the decal to match the Width (along the local x-axis) and Height (along the local y-axis) components of the Size.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JordanL8 Just realized that thus it is not a 3D size but only 2D. I propose to just remove the "3D"
| ----------------------- | ------------------------------------------------------------ | | ||
| **Size** | The 3D size of the projector influence box, and thus the decal. The projector scales the decal to match the **X** and **Z** components of the **Size**. The Decal Projector component projects decals along the local y-axis. | | ||
| **Size** | The 3D size of the projector influence box, and thus the decal along the projected plane. The projector scales the decal to match the **Width** (along local X-axis) and **Height** (along local Y-axis) components of the **Size**. | | ||
| **Projection Depth** | The depth of the projector influence box. The projector scales the decal to match **Projection Depth**. The Decal Projector component projects decals along the local Z-axis. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Z-axis -> z-axis
Merging the fix for the 10.2 release |
* fix issue on dragging handle * Update documentation * Fix multiline issue with small sized inspector window * Fix DecalProjector editor flickering while resizing Inspector window * Side fix DensityVolume error on selection * Update CHANGELOG.md * Update Decal-Projector.md Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
This reverts commit 5f3be78.
Purpose of this PR
Update the documentation with change from PR #2316
Small fixes:
Side small fix:
Testing status
Manual tested the dragger on the label work again.
Manually tested resizing the inspector window.
Comments to reviewers
Other issue found in Smoke test about the gizmo flickering. It is not localized only on the DecalProjector but also occures on the DensityVolume. In seams to be an issue related with the [DrawGizmo] attribute as if you comment every single line of logic but let the attribute, you still have the flickering ( https://docs.google.com/document/d/1Uo62Zcamck3MXQaZzflCeeQUewjO-x7GlpdDYeMVCKY/edit#heading=h.6lp97agrumda ). Cannot investigate deeper on it. But seams to be a more global issue.