Dirk Reiners said the following on 11/02/06 02:10: [ snip ] > 10loading "Data/tie.wrl#Split(max_polygons=1500) Verify(repair=true) > Exclude(Node1,Node2) Merge() Stripe(stitch=true force=true)" [ snip ]
what about
% 10loading \
Data/tie.wrl.max_polygons=1500.split.repair=true.verify.node1,node2.exclude.\
merge.stitch=true,force=true.stripe?
[line break for readabillity]
loader separator would be "."; meaning that a scan from the right finds:
- stripe
- merge
- exclude
- verify
- split
- wrl
loader parameters are seperated by ",", which would lead to:
- stripe: force=true, stitch=true
- merge: none
- exclude: node2, node1
- verify: repair=true
- split: max_polygons=1500
- wrl: Data/tie[.wrl]
graphops seem a bit special because they should be accumulated into a
graphopseq, but then there's propably no problem to run them in sequence.
also, the integral rule would be that the final loader must be a file loader;
all other stuf (on the right of it) only passes the node-ptr (potentially
working on the underlying graph) or adds one above, e.g. adding an xform.
if someone could provide the minimal skeleton for an opensg 2.0 loader (or
point me to it since i didn't look too hard) i would try to prototype a
.trans and a .verify pseudo loader; if no-one objects that is.
j.
--
+------------------------------------+--------------------------------------+
| jan p. springer | [EMAIL PROTECTED] |
| computer science, buw.media.vrsys | [EMAIL PROTECTED] |
+------------------------------------+--------------------------------------+
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
