Manoj,
you have several possibilities to crate some cone-like object. Most
obvious is using Meshvisual (or some of the derived Visuals). You might
start with a Sphere just to see, if it will work in genera (like in this
example:
https://github.com/vispy/vispy/blob/master/examples/basics/scene/sphere.py.
You could move the Sphere/Visual by adjusting it's `transform` using eg.
a `STTransform` which can move the object around.
HTH,
Kai
Am 26.10.19 um 11:43 schrieb manoj perera:
> Sir, i want to create cone type object and move it along the real time
> auto updated data(updated data is Cartesian coordinates)
>
> On Saturday, October 26, 2019 at 1:29:53 PM UTC+5:30, manoj perera wrote:
>
> I need to create 3D coordinates system in vispy canvas.how do that?
> Also i need move object for a given coordinate.How can i archieve this?
>
> --
> You received this message because you are subscribed to the Google
> Groups "vispy" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to vi...@googlegroups.com
> <mailto:vi...@googlegroups.com>.