BIMsurfer-before2019 icon indicating copy to clipboard operation
BIMsurfer-before2019 copied to clipboard

Can BIMSurfer use any of the underlying Xeogl features?

Open tldddd opened this issue 7 years ago • 6 comments

I've noticed that the underlying Xeogl engine has an awful lot of functions and features.

If I wanted to implement them into BIMSurfer, does it use pretty much the same systems and integration should be relatively easy?

For example, if I wanted to implement annotations in BIMSurfer onto a model like the following Xeogl example: http://xeogl.org/examples/#presentation_annotations_tronTank Is that quite achievable without much extra code than that sample shows?

Or does BIMSurfer work quite a different way to Xeogl?

Thanks for any help.

tldddd avatar Oct 26 '17 21:10 tldddd

In principle yes, but in case of this particular example I think the xeogl version that ships with BIMSurfer does not yet include xeogl.Annotation as it is a couple versions stale.

aothms avatar Oct 27 '17 08:10 aothms

Okay, I may be able to upgrade that myself. Thanks for the response.

tldddd avatar Oct 27 '17 09:10 tldddd

I may be able to upgrade that myself

It's not a drop in replacement. Some functionality that BIMsurfer uses has been removed in subsequent versions of xeogl, such as the way the selected elements are drawn using an overlay. If you make progress on this, we'd be happy if you keep us in the loop.

aothms avatar Oct 27 '17 09:10 aothms

Any progress on this ? I'd love to be able to add annotations also. Is xeoviewer.js the only file to "modify/update" in order for this to work ?

Dorkside avatar Apr 19 '18 08:04 Dorkside

@Dorkside @tldddd If anyone has successfully integrated xeogl's new features, I also need the xeogl.annotation feature badly

xiaohujing avatar Sep 17 '18 07:09 xiaohujing

Interested in having annotations available as well

Alleyfield avatar Sep 26 '18 10:09 Alleyfield