public interface Renderer3D
Plot3D
to build 3D models.Modifier and Type | Method and Description |
---|---|
void |
buildModels(com.mindfusion.charting.threed.Scene3D scene,
RenderContext context)
Adds models for the series data to specified scene.
|
void buildModels(com.mindfusion.charting.threed.Scene3D scene, RenderContext context)
scene
- A Scene3D
instance.context
- A RenderContext
instance.