|
From: Dair G. <da...@re...> - 2004-08-31 16:55:10
|
James Dessart wrote: >On Mac OS X, do any Quesa views support drag & drop? Or is this left to=20 >application developers? =46or a general view, it's left to application developers: the "view" is just a place to render content, so where that content comes from (structured as a 3DMF, generated dynamically from some other data structure, etc) is up to the app. =46or the TQ3Viewer object, it should be able to support drag and drop (since it can only draw one thing: a 3DMF model). I'm not sure if we ever implemented that side of it, but for a simple "display a 3D model and let the user drag in new content to display that" then that would be the way to go (subject to any bugs in the viewer). >In any case, is there a standard flavour for 3DMF drags? The QD3D viewer library was probably the closest thing to an official standard: I imagine the flavour code would just be '3DMF', and the data would be the data from a 3DMF file. -dair ___________________________________________________ mailto:dair+refnum.com http://www.refnum.com/ |