I like this one too I think.  In one part of the example you forgot to write
"is", I wonder if that could be optional... ? :)

Try writing something in this syntax that could be a Terangreal config file and
see if it would make some sense to users who are not vos experts...

config (
    avatar is misc:avatar, a3dl:object3d (
        misc:nick = "reed"
        misc:realname = "Reed Hedges"
        a3dl:model = /home/reed/models/treefrog.md2
        a3dl:material is a3dl:material (
            a3dl:image = /home/reed/models/treefrog.png
        )
    )
    viewmode = "thirdperson"
)

config (
    avatar is misc:avatar, a3dl:object3d (
        misc:nick = "reed"
        misc:realname = "Reed Hedges"
        a3dl:model = /home/reed/models/treefrog.md2
        a3dl:material is a3dl:material (
            a3dl:image = /home/reed/models/treefrog.png
        )
    )
    viewmode = "thirdperson"
)


reed


_______________________________________________
vos-d mailing list
vos-d@interreality.org
http://www.interreality.org/cgi-bin/mailman/listinfo/vos-d

Reply via email to