--------------
REF would be like Robert's PASSIVE DEF. I realize that this canrbr>
be don> with switch{DEF blah} now, but I think it would be better rbr>
to make a keyword that does this outright... So in >hort, REF wouldrbr>
be just like DEF, only it would not be rendered
--------------
If a named node has named children, then those children may berbr>
referanced relative to the parent node as followsPrbr>
Parent.Child.Grandchild.etc....
ExamplePrbr>
DEF jim Seperator { .....
This would display jim once with a sphere as a component and thenrbr>
replace the sphere with a cube, and then display the modified versionrbr>
A similar method could be used to make sevel difserant lamps
--------------
Currently DEF and USE cannot be used to span files because WWWInline is
DEF file1 WWWInline {....}
And say this referanced a file containing the nodes from the example
-Nathan
REF -- Assign a name
Referancing childrenrbr>
DEF bill Seperator {....}
DEF bob Sphere {....}
}
Translate {....}
REF jim.bob Cube {...}
USE jim
with difserant bases, of difserant colored lampshades... The lamp
could have children like: lamp.lampshade.color and lamp.base.color
for examplerbr>
DEF, USE and REF spanning files
not loaded
if we do something like:
above, we would refer to those nodes as file1.jim, file1.jim.bill,
file1.jim.bob, th>
if the WWWInline is named"