代码拉取完成,页面将自动刷新
/**
* This is the global settings file used by all subprojects.
**/
rootProject.name = 'jmonkeyengine'
// Core classes, should work on all java platforms
include 'jme3-core'
include 'jme3-effects'
include 'jme3-networking'
include 'jme3-plugins'
include 'jme3-terrain'
// Desktop dependent java classes
include 'jme3-desktop'
include 'jme3-lwjgl'
if (JavaVersion.current().isJava8Compatible()) {
include 'jme3-lwjgl3'
include 'jme3-vr'
}
// Other external dependencies
include 'jme3-jbullet'
include 'jme3-niftygui'
include 'jme3-jogg'
include 'jme3-android'
include 'jme3-ios'
//native builds
include 'jme3-android-native' //cpp
// Test Data project
include 'jme3-testdata'
// Example projects
include 'jme3-examples'
if(buildAndroidExamples == "true"){
include 'jme3-android-examples'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。