OgreAL

简介:
Download 
Here you have two choices. You can download the stable release in a zip file, or you can use SVN to check out the current development state. Either way the instructions for setting it up and building are the same. 

Stable Release
OgreALv0.2 

SVN Head 
For Ogre 1.2 Dagon 
svn co 
https://svn.sourceforge.net/svnroot/ogreal/trunk/OgreAL OgreAL 

For Ogre 1.4 Eihort
svn co 
https://svn.sourceforge.net/svnroot/ogreal/trunk/OgreAL-Eihort OgreAL 

Setup 
There are a few steps to this setup, but there's nothing too difficult. 
  • * First of all, I am assuming that you have Ogre installed somewhere. If you don't then you should check out either 
Installing the SDK or  Building from Source. If you are using the current CVS Head of Ogre then you should already have the CVS version of OIS built and laying somewhere on your computer, if not you'll need to download it and build it. Instructions for how to do this can be found on the  Wrecked Labs Wiki
* Now you need to go to  OpenAL Download Page and download the  OpenAL SDK installer and the  freealut Binary package. 
* Run the SDK installer and unzip the freealut package. You can put them where ever you like on your system since we'll reference them later with system variables. 
* The next step is to create three environment variables. 
  • 1. 
OGRE_SRC - This needs to point at your ogrenew directory. If you are using the OgreSDK, you can skip this one as the Ogre installer will set up the system variables for you. 
2.  OPENAL_SDK - This should point to where ever you chose to install the SDK. 
3.  ALUT_BIN - This should point to where ever you unzipped the freealut package 
4.  OIS_SRC - You only need this environment variable if you are using the CVS version of Ogre with OIS. In that case it needs to point to the root OIS directory. * Next we need to download libogg and libvorbis. You can download them from the  xiph.org download page
* Unzip these right next to OgreAL. I'm not sure why they do it this way, but in order to get these bad boys to build you need to  rename the libogg-1.1.3 folder to ogg and the  libvorbis-1.1.2 folder to vorbis. When you have all this done it should look like this: 
Code:
Develpment 
    |--OgreAL 
    |--ogg 
    |--vorbis
* Now go into the ogg folder and build both the release and debug builds by double clicking on the ogg/win32ogg.dsw workspace. It'll open up in Visual Studio and you just need to build it. 
* Then do the same thing with the vorbis/win32/vorbis.dsw 
* After all that you can open the OgreAL solution and build it and it should go off without a hitch!
 
Documentation 
The API Documentation for the current stabel release can be found at This Page
or This Page for the SVN head version of OgreAL.
目录
相关文章
|
1月前
|
数据采集 机器学习/深度学习 编解码
基于YOLOv11的工业轴承缺陷检测 产线实时质检系统
基于YOLOv11的工业轴承缺陷检测 产线实时质检系统
|
网络协议 容器
【Container App】部署Contianer App 遇见 Failed to deploy new revision: The Ingress's TargetPort or ExposedPort must be specified for TCP apps.
Failed to deploy new revision: The Ingress's TargetPort or ExposedPort must be specified for TCP apps.
265 27
|
API 网络架构
【Azure Logic App】在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的文件呢?
【Azure Logic App】在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的文件呢?
303 0
【Azure Logic App】在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的文件呢?
IPPSWAP孵化器开发运营版丨IPPSWAP孵化器系统开发详细规则/源码分析
The IPPsswap incubator uses blockchain technology and smart contracts to achieve its management and operation. The platform stores all transactions and data records on the blockchain, achieving high transparency and traceability of transactions. At the same time, the IPPsswap incubator has also intr
|
5天前
|
人工智能 JSON 安全
|
5天前
|
云安全 人工智能 安全
|
5天前
|
人工智能 自然语言处理 数据挖掘
Qwen3.8-Max-Preview深度全解析:2.4万亿参数旗舰MoE模型+Token Plan限时优惠完整落地指南
2026年7月,全新旗舰级混合专家大模型Qwen3.8-Max-Preview正式开放抢先体验,作为通义千问Qwen3系列规格最高、综合推理能力顶尖的新一代模型,该模型总参数量达到2.4万亿(2.4T),是当前线上可调用的原生多模态旗舰模型,综合推理水准对标海外顶级Fable 5模型,在复杂工程开发、长文档深度分析、多步骤智能体自治、跨境多语言创作、海量数据挖掘五大高难度业务场景实现跨越式性能提升。
798 1
|
5天前
|
人工智能 自然语言处理 数据挖掘
最新版通义千问(Qwen3.8-Max-Preview)功能介绍
2026年,通义千问正式推出全新旗舰级大模型 **Qwen3.8-Max-Preview 预览版**,作为首款突破万亿参数规格的新一代基座模型,该模型总参数量达到**2.4万亿**,采用全新迭代的MoE混合专家架构,综合推理性能、长文本处理、多模态理解、复杂任务规划能力全面超越前代Qwen3.7-Max版本,整体实力跻身全球第一梯队,可对标海外顶级旗舰模型,是当前面向复杂工程开发、多智能体协同、超长文档解析、专业办公自动化场景的最优国产基座模型。
849 0