apps/samples/3DViewer/src/main/java/com/javafx/experiments/importers/maya/Loader.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2010, 2014, Oracle and/or its affiliates.
+ * Copyright (c) 2010, 2015, Oracle and/or its affiliates.
  * All rights reserved. Use is subject to license terms.
  *
  * This file is available and licensed under the following license:
  *
  * Redistribution and use in source and binary forms, with or without

@@ -79,11 +79,11 @@
 import com.javafx.experiments.importers.maya.values.MPolyFace;
 import com.javafx.experiments.importers.maya.values.MString;
 import com.javafx.experiments.shape3d.PolygonMesh;
 import com.javafx.experiments.shape3d.PolygonMeshView;
 import com.javafx.experiments.shape3d.SkinningMesh;
-import com.sun.javafx.geom.Vec3f;
+import com.javafx.experiments.utils3d.geom.Vec3f;
 
 import java.util.HashSet;
 import java.util.Set;
 import java.util.Arrays;