Ürünlerimize göz atın

Aspose.3D for Java 19.5 lease elease Notes

Improvements ve Changes

KeySummaryCategory
THREEDNET-501Son Dynabic.Metered ile grate ntegrateEnhancement
THREEDNET-505Up llow normal bir şekilde belirterek düzlemin yönünü değiştirinEnhancement
THREEDNET-489Shadow Vulkan renderer’de çalışmıyorBug
THREEDNET-504STL dosyasından oluşturulan Draco bozukBug

Public API ve Backwards uyumlu Changes

See API halka yapılan herhangi bir değişiklik listesi, Aspose.3D for Java için yapılan herhangi bir geriye dönük olmayan uyumlu değişimin yanı sıra eklenen, yeniden adlandırılmış, kaldırılmış veya kullanımdan kaldırılmış üyeler. If listelenen herhangi bir değişiklik hakkında endişeleriniz var, lütfenAspose.3D destek forumu.

Added yeni özellik * Radius * sınıf com.aspose.threed.Plane

 /**

 * Gets the up vector of the plane, default value is (0, 1, 0), this affects the generation of the plane

 */

public Vector3 getUp();

/**

 * Sets the up vector of the plane, default value is (0, 1, 0), this affects the generation of the plane

 * @param value New value

 */

public void setUp(Vector3 value);

Construoluşturucu argümanı yerine özellik ile yarıçap belirtmek için yeterli kod:

 Scene scene = new Scene();

Plane plane = new Plane();

plane.setUp(new Vector3(1, 1, 3));

scene.getRootNode().createChildNode(plane);

//This will generate a plane that has customized orientation

scene.save("test.obj", FileFormat.WAVEFRONTOBJ);

Aclass yeni yöntem “getConsumptionCredit” sınıf com.aspose.threed. Mee

 /**

\* Gets consumption credit

\* @return consumption quantity

*/

public static double getConsumptionCredit() throws Exception;

Dynabic tarafından kullanılan mevcut ayın tüketim kredisini karşılıyor. tered etered fatura servisi.


 
 Türkçe