brown-ccv / brown-ccv/react-volume-viewer
Separate controls prop from volume
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Inside each model could be:
```js
{
colorMap,
description,
enabled,
intensity,
transferFunction,
clipping, // was sliders
controls {
colorMaps,
range,
showColorMap // was useColorMap
showTransferFunction // was useTransferFunction
}
}
```
This way the props that deal with the controls are separate from the `aframe` ones
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.