Jelajahi Produk kami

Catatan Rilis Aspose.3D untuk Java 23.9

Peningkatan dan Perubahan

KeySummaryCategory
THREEDNET-1430Persiapkan migrasi ke System.NumericsTugas
THREEDAPP-2055Watermark mungkin tidak berfungsi untuk beberapa meshPerbaikan bug
THREEDAPP-2065Masalah konversiPerbaikan bug
THREEDAPP-2066Tekstur hilang saat fbx dikonversi ke objPerbaikan bug
THREEDNET-1429Triangulasi mesh mungkin gagal terkadangPerbaikan bug

Perubahan API

Ditambahkan anggota ke kelas com.aspose.threed.BoundingBox:

    /**
     * Calculates the absolute largest coordinate value of any contained point.
     */
    public double scale()

    /**
     * Merge current bounding box with given point
     * @param pt 
     */
    public void merge(com.aspose.threed.Vector4 pt)

    /**
     * Merge current bounding box with given point
     * @param pt 
     */
    public void merge(com.aspose.threed.Vector3 pt)

    /**
     * Merge current bounding box with given point
     */
    public void merge(double x, double y, double z)

    /**
     * Merges the new box into the current bounding box.
     * @param bb 
     */
    public void merge(com.aspose.threed.BoundingBox bb)

    /**
     * Check if current bounding box overlaps with specified bounding box.
     * @param box The other bounding box to test
     */
    public bool overlapsWith(com.aspose.threed.BoundingBox box)

    /**
     * Check if the point p is inside the bounding box
     * @param p The point to test
     */
    public bool contains(com.aspose.threed.Vector3 p)


 
 Indonesia