Skip to content

Commit

Permalink
documentation / sample
Browse files Browse the repository at this point in the history
  • Loading branch information
olir committed Mar 20, 2018
1 parent 022e64d commit cee9b23
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions SegmentFilters.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ public class SampleFilter extends DefaultSegmentFilter<SampleConfigController> {
```


## Step 5: Finally add filter to the list

Append list in FxMain.createSegmentFilters()
## Step 5: Add filter to the list and use it

finally append list in FxMain.createSegmentFilters()

Now you can test the filter, by start Frankenstein VR and configure something, then on the progress scene
move slider to starting frame, click __M__, move slider to the end frame, add press __add__, select the freshly added segment, click __edit__,
select you filter from drop down, optionally configure it and press __ok__. Now you can move the slider inside the segment and the frame preview will show it.

0 comments on commit cee9b23

Please sign in to comment.