mrdekk / coral-repo

Automatically exported from code.google.com/p/coral-repo
0 stars 0 forks source link

Feature Request: Geo Array #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to create Geo array, like floatArray, intArray functionality!

it would be perfect!

Original issue reported on code.google.com by vuxs...@gmail.com on 9 Dec 2011 at 9:47

GoogleCodeExporter commented 9 years ago
We are working towards this for crowd, but I believe we could be fine with just 
a GeoDraw node accepting an array of matrix44 as input and able to display one 
geo transformed by each one of these matrices.

If you have other needs for an array of geo other then visualising instances, 
please specify further so we can think about it.

Original comment by aintergu...@gmail.com on 9 Dec 2011 at 10:04

GoogleCodeExporter commented 9 years ago
Yes. Now the problem is that DrawGeo takes only one geo. Your way with matrix44 
is good. If I find the use of geoArray, I'll let you know. I do not remember 
exactly. I have not PC with Coral, now.
And 1 wish, is GroupNode:
1) to get (in output) new geo of elements(points,polygons)
2) or other methods to select needet elements

Original comment by vuxs...@gmail.com on 9 Dec 2011 at 10:59

GoogleCodeExporter commented 9 years ago
Sorry, but I do not really understand.
Do you mean that node drawGeo will have 2 inputs: one for geometry and a second 
for array for matrices? If it is - its good.
But we still need an array of different geometries. An infinite number of input 
geometrise(like arrayBuilder) and one output (merged) geometry. Like in houdini.

PS / You need forum\wishList guys ;)

Original comment by vuxs...@gmail.com on 9 Dec 2011 at 11:13

GoogleCodeExporter commented 9 years ago
"Do you mean that node drawGeo will have 2 inputs: one for geometry and a 
second for array for matrices? If it is - its good."
Yes, exactly that.

"But we still need an array of different geometries. An infinite number of 
input geometrise(like arrayBuilder) and one output (merged) geometry. Like in 
houdini."

Makes sense and it's very easy to do, I'll add a new feature request for that.

"PS / You need forum\wishList guys ;)"
We are using the mailing list to chat about new features and then google-code 
to keep track of requests, you should join the list : )

Original comment by aintergu...@gmail.com on 9 Dec 2011 at 11:34

GoogleCodeExporter commented 9 years ago
Good. I was very glad to join

Original comment by vuxs...@gmail.com on 9 Dec 2011 at 11:46

GoogleCodeExporter commented 9 years ago
So two nodes?

GeoMerge
-inputGeo1
-inputGeo2
-outputGeo

GeoArrayMerge
-inputGeoArray
-outputGeo

Just an idea. :)

Original comment by dorian.f...@gmail.com on 9 Dec 2011 at 11:46