public Component3D(GameCore game, GeometricPrimitive primitiveModel, Color color) : base(game, null) { this.primitiveModel = primitiveModel; this.mygame = game; this.color = color; }
public Component3D(GameCore game, GeometricPrimitive primitiveModel, Texture2D texture) : base(game, texture) { this.primitiveModel = primitiveModel; this.mygame = game; this.texture = texture; }