Hello Is there an object to draw a closed shape with the mouse in a GEM window so that it can be processed afterwards like generic objects such as squares and circles ? Thanks JM
Hi Marie,
You could use [gemmouse] to locate your cursor in the gemwin and there's an object that lets you manipulate a mesh at points but I can't remember what it's called. The other object that comes to mind is [model] which allows you to import 3D models from external software, which isn't what you're asking but might be useful.
I don't know of a way to draw with polygons in GEM, if there is one I'd love to hear about it too.
cheers Richie
On Wed, 6 Sep 2017 at 3:09 pm, Jean-Marie Adrien jm.adrien.mnt@gmail.com wrote:
Hello Is there an object to draw a closed shape with the mouse in a GEM window so that it can be processed afterwards like generic objects such as squares and circles ? Thanks JM _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hello Jean-Marie,
You can use [gemvertexbuffer] and close the shape with [draw lineloop(. See example attached. Then you will be able to use a transformation on it like (translation, rotation, etc.). ++
Jack
Le 06/09/2017 à 08:31, Richie Cyngler a écrit :
Hi Marie,
You could use [gemmouse] to locate your cursor in the gemwin and there's an object that lets you manipulate a mesh at points but I can't remember what it's called. The other object that comes to mind is [model] which allows you to import 3D models from external software, which isn't what you're asking but might be useful.
I don't know of a way to draw with polygons in GEM, if there is one I'd love to hear about it too.
cheers Richie
On Wed, 6 Sep 2017 at 3:09 pm, Jean-Marie Adrien <jm.adrien.mnt@gmail.com mailto:jm.adrien.mnt@gmail.com> wrote:
Hello Is there an object to draw a closed shape with the mouse in a GEM window so that it can be processed afterwards like generic objects such as squares and circles ? Thanks JM _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
--
www.glitchpop.com http://www.glitchpop.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Jack, you may want to add where to get gemvertexbuffer, because that's not part of the 2015 release http://gem.iem.at/ 0.93.3
On 2017년 09월 06일 11:31, Jack wrote:
Hello Jean-Marie,
You can use [gemvertexbuffer] and close the shape with [draw lineloop(. See example attached. Then you will be able to use a transformation on it like (translation, rotation, etc.). ++
Jack
Le 06/09/2017 à 08:31, Richie Cyngler a écrit :
Hi Marie,
You could use [gemmouse] to locate your cursor in the gemwin and there's an object that lets you manipulate a mesh at points but I can't remember what it's called. The other object that comes to mind is [model] which allows you to import 3D models from external software, which isn't what you're asking but might be useful.
I don't know of a way to draw with polygons in GEM, if there is one I'd love to hear about it too.
cheers Richie
On Wed, 6 Sep 2017 at 3:09 pm, Jean-Marie Adrien <jm.adrien.mnt@gmail.com mailto:jm.adrien.mnt@gmail.com> wrote:
Hello Is there an object to draw a closed shape with the mouse in a GEM window so that it can be processed afterwards like generic objects such as squares and circles ? Thanks JM _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
--
www.glitchpop.com http://www.glitchpop.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 09/06/17 11:56, Max wrote:
Jack, you may want to add where to get gemvertexbuffer, because that's not part of the 2015 release http://gem.iem.at/ 0.93.3
it's part of the unreleased Gem on git: https://github.com/umlaeute/Gem
Le 06/09/2017 à 13:50, IOhannes m zmoelnig a écrit :
On 09/06/17 11:56, Max wrote:
Jack, you may want to add where to get gemvertexbuffer, because that's not part of the 2015 release http://gem.iem.at/ 0.93.3
it's part of the unreleased Gem on git: https://github.com/umlaeute/Gem
but you can find it as an externals compiled for various platform in this project :
http://www.chdh.net/egregore_source.php
cheers c
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
compiled as an external a few years ago here: https://sourceforge.net/p/chdh-egregore/code/ci/master/tree/src/lib/gemverte...
Le 06/09/2017 à 13:50, IOhannes m zmoelnig a écrit :
On 09/06/17 11:56, Max wrote:
Jack, you may want to add where to get gemvertexbuffer, because that's not part of the 2015 release http://gem.iem.at/ 0.93.3
it's part of the unreleased Gem on git: https://github.com/umlaeute/Gem
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 2017년 09월 06일 13:50, IOhannes m zmoelnig wrote:
On 09/06/17 11:56, Max wrote:
Jack, you may want to add where to get gemvertexbuffer, because that's not part of the 2015 release http://gem.iem.at/ 0.93.3
it's part of the unreleased Gem on git: https://github.com/umlaeute/Gem
Maybe useful to have a link to that from http://gem.iem.at/ ? Instead of linking to Sourceforge (Issue tracker) perhaps?
You can hide colored objects by using gemframebuffer for mouse binding. Each hidden object would be referenced with different colors and would share coordinates with the vertice you want to drag in the gem window. By this way it's possible draw with polygons by moving vertices with the mouse. It should also be possible to do it in different camera views.
Le 06/09/2017 à 08:31, Richie Cyngler a écrit :
Hi Marie,
You could use [gemmouse] to locate your cursor in the gemwin and there's an object that lets you manipulate a mesh at points but I can't remember what it's called. The other object that comes to mind is [model] which allows you to import 3D models from external software, which isn't what you're asking but might be useful.
I don't know of a way to draw with polygons in GEM, if there is one I'd love to hear about it too.
cheers Richie
On Wed, 6 Sep 2017 at 3:09 pm, Jean-Marie Adrien <jm.adrien.mnt@gmail.com mailto:jm.adrien.mnt@gmail.com> wrote:
Hello Is there an object to draw a closed shape with the mouse in a GEM window so that it can be processed afterwards like generic objects such as squares and circles ? Thanks JM _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
--
www.glitchpop.com http://www.glitchpop.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list