Пример #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public ViewerRefNode(Rcol parent) : base(parent)
        {
            vrnb = new ViewerRefNodeBase(null);
            rn   = new RenderableNode(null);
            bn   = new BoundedNode(null);
            tn   = new TransformNode(null);

            names    = new string[0];
            unknown2 = new byte[0xA0];

            version = 0x0c;
            BlockID = 0x7BA3838C;
        }
Пример #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        public ViewerRefNodeRecursive(Rcol parent) : base(parent)
        {
            vrnb = new ViewerRefNodeBase(null);
            rn   = new RenderableNode(null);
            bn   = new BoundedNode(null);
            tn   = new TransformNode(null);

            names    = new string[0];
            unknown4 = "";
            unknown5 = new byte[64];

            version = 0x01;
            BlockID = 0x0c152b8e;
        }