-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
doc: add documentation with example for clipping planes #1219
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1219 +/- ##
=======================================
Coverage 64.01% 64.01%
=======================================
Files 97 97
Lines 4399 4399
Branches 423 423
=======================================
Hits 2816 2816
Misses 1580 1580
Partials 3 3 |
There were failures in the examples workflow. This usually means a visual regression test has failed. Image diffs for visual tests can be downloaded as an artifact here. If there are no artifacts there's an error somewhere else in the examples workflow. If you have made intentional changes you can update the image snapshots by running |
📙 Documentation preview is available from |
…g' into larsmoa/doc-clipping
…into larsmoa/doc-clipping
There were failures in the examples workflow. This usually means a visual regression test has failed. Image diffs for visual tests can be downloaded as an artifact here. If there are no artifacts there's an error somewhere else in the examples workflow. If you have made intentional changes you can update the image snapshots by running |
Co-authored-by: Maksim Nesterenko <maksim.nesterenko@cognite.com>
@larsmoa there are some conflicts now. |
There were failures in the examples workflow. This usually means a visual regression test has failed. Image diffs for visual tests can be downloaded as an artifact here. If there are no artifacts there's an error somewhere else in the examples workflow. If you have made intentional changes you can update the image snapshots by running |
There were failures in the examples workflow. This usually means a visual regression test has failed. Image diffs for visual tests can be downloaded as an artifact here. If there are no artifacts there's an error somewhere else in the examples workflow. If you have made intentional changes you can update the image snapshots by running |
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.
Approved to avoid another review and removed auto-merge, but please check my comments.
@@ -11,6 +11,7 @@ import { | |||
|
|||
import { CanvasWrapper } from '@site/src/components/styled'; | |||
import { DemoProps } from '@site/src/components/DemoProps'; | |||
import { DragControls } from 'three/examples/jsm/controls/DragControls'; |
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.
import { DragControls } from 'three/examples/jsm/controls/DragControls'; |
Depends on #1224