Exemple #1
0
        /// <summary>
        /// Create a new Instance
        /// </summary>
        public GmdcGroupImporterAction()
        {
            action = GmdcImporterAction.Add;
            scale  = (float)(1.0);

            newname = new GroupDescriptor("");
        }
Exemple #2
0
        /// <summary>
        /// Create a new Instance
        /// </summary>
        /// <param name="parent">The gmdc that should act as Parent</param>
        public ImportedBone(GeometryDataContainer parent)
        {
            bone       = new GmdcJoint(parent);
            name       = "";
            parentname = "";
            index      = -1;
            action     = GmdcImporterAction.Add;
            sourcepos  = new VectorTransformation(SimPe.Geometry.VectorTransformation.TransformOrder.TranslateRotate);

            scale = (float)(1.0);
        }