Skip to content
Snippets Groups Projects
Commit 786e1adb authored by Alexander Rose's avatar Alexander Rose
Browse files

tweak

parent cf9085b3
Branches
Tags
No related merge requests found
...@@ -74,7 +74,7 @@ type StructureDirectVolumeProps = DirectVolume.Props & StructureProps ...@@ -74,7 +74,7 @@ type StructureDirectVolumeProps = DirectVolume.Props & StructureProps
export async function createUnitsDirectVolumeRenderObject(ctx: RuntimeContext, group: Unit.SymmetryGroup, directVolume: DirectVolume, locationIt: LocationIterator, props: StructureDirectVolumeProps) { export async function createUnitsDirectVolumeRenderObject(ctx: RuntimeContext, group: Unit.SymmetryGroup, directVolume: DirectVolume, locationIt: LocationIterator, props: StructureDirectVolumeProps) {
// TODO transform support // TODO transform support
const transform = createUnitsTransform(group) // const transform = createUnitsTransform(group)
const values = await DirectVolume.createValues(ctx, directVolume, props) const values = await DirectVolume.createValues(ctx, directVolume, props)
const state = createRenderableState(props) const state = createRenderableState(props)
return createDirectVolumeRenderObject(values, state) return createDirectVolumeRenderObject(values, state)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment