orbit

    0熱度

    1回答

    我有html上的軌道滑塊上的html工作完美,但當我試圖在wordpress上循環它出錯了,導航子彈和箭頭只工作一次點擊。 <div class="slider-options"> <div class="orbit" role="region" aria-label="Favorite Space Pictures" data-orbit> <ul class="or

    0熱度

    1回答

    我目前使用的代碼來自http://www.codecolony.de/opengl.htm#camera,並且想要在場景中繞軌道添加一個函數(在物體周圍移動相機)。 我認爲它就像一個給定中心上的圓上的旋轉。 它幾乎在工作:它在我選擇的點上旋轉,並且視圖處於正確的方向。問題是半徑不是恆定的,我總是越來越靠近中心。 這裏是代碼我寫的:你有任何想法,爲什麼我(相機)不要總是停留在離中心的距離相等 voi

    0熱度

    2回答

    我期待創建一個不會自動播放的軌道,只有在用戶手動點擊「下一個」鏈接時纔會滑動。 文檔: https://foundation.zurb.com/sites/docs/orbit.html 我是否使用數據選項走錯了路? <div class="orbit" role="region" data-orbit data-options="data-timer-delay:0; data-auto-pla

    0熱度

    1回答

    任何人都可以請告訴我如何限制放大和縮小three.js中的模型。我遇到了軌跡球控件,但沒有限制縮放的功能或屬性。嘗試使用軌道控制,但是當與軌跡球控件一起使用時,我可以在旋轉和平移中找到一些問題。 在此先感謝。

    0熱度

    1回答

    我有一個foundation orbit需要來自數據庫的一些數據,這些數據包括圖像標題和一些文本。我使用的是vue component如下: ... <template> <div class="contemporary orbit" role="region" aria-label="Contemporary Pictures" v-f-orbit> <div v-for

    0熱度

    1回答

    我想用一個軌道滑塊用HTML來顯示4個不同的圖像,但每次我到達第二個時,它都會停止滑動,無法向前,也不能向後。 代碼: <div class="orbit" role="region" aria-label="Favorite Space Pictures" data-orbit> <ul class="orbit-container"> <button class="

    0熱度

    1回答

    我目前正在使用基金會6.3.0,我不知道如何實施基金會的軌道,因爲沒有文件要下載給他們的網站。任何人都可以幫我解決這個問題謝謝!

    1熱度

    1回答

    我發展與軌道包科特林應用程序,但我有一些問題是界定演員Unresolved reference: T class HelloActor():AbstractActor<T>,Hello 應該是什麼的T PARAM?在文檔中:* @param <T> a class that represents the state of this actor.

    1熱度

    1回答

    我想在我的遊戲中實現Gravity。 我目前有一個月球應該繞行星運行(兩者都使用我的遊戲中的Cell類)。 下面的代碼被使用(縮短): 在類細胞: private Cell graviator; private Vector2 pos; private Vector2 vel; private Vector2 drg; private int mass; private float dr

    0熱度

    1回答

    爲了讓你進入的背景下,讓說,我有一個攝像頭 camera = new THREE.PerspectiveCamera(); camera.position.set(1,1,1); camera.lookAt(scene.position); camera.rotation.set(Math.PI/2, 0 ,0) // <=== this is lost when the orbit con