Introduction - If you have any usage issues, please Google them yourself
This sample illustrates how to extend the Vega Scenegraph by deriving a custom node, and how to extend the vsb loader infrastructure be able to read and write the newly derived node type. Additionally the sample demonstrates how to encrypt a scenegraph binary file by providing a validation request during the reading of the derived node type. In this specific example the validation step requires the user to enter a valid credit card number. Any credit card number that passes the standard credit card mod 10 checksum will do (eg 6011000000000001). Note that the validation step can be as elaborate as the user deems necessary.
Packet : 15883841vsgn_user_vsb.rar filelist
vsgn_user_vsb\readme.html
vsgn_user_vsb\EncryptedNode.h
vsgn_user_vsb\EncryptedNode.cpp
vsgn_user_vsb\vsgn_user_vsb.cpp
vsgn_user_vsb\makefile
vsgn_user_vsb\vsgn_user_vsb.vcproj
vsgn_user_vsb