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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2010, 2014, 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 --- 1,7 ---- /* ! * 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
*** 38,48 **** import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Queue; ! import com.sun.javafx.geom.Vec3f; import javafx.scene.shape.TriangleMesh; /** Util for converting Normals to Smoothing Groups */ public class SmoothingGroups { private BitSet visited, notVisited; --- 38,48 ---- import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Queue; ! import com.javafx.experiments.utils3d.geom.Vec3f; import javafx.scene.shape.TriangleMesh; /** Util for converting Normals to Smoothing Groups */ public class SmoothingGroups { private BitSet visited, notVisited;