shattered_ogre 0.3-i386-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,14 @@
1
+ # Defines plugins to load
2
+
3
+ # Define plugin folder
4
+ PluginFolder=.
5
+
6
+ # Define plugins
7
+ Plugin=RenderSystem_Direct3D9
8
+ Plugin=RenderSystem_GL
9
+ Plugin=Plugin_ParticleFX
10
+ Plugin=Plugin_BSPSceneManager
11
+ Plugin=Plugin_OctreeSceneManager
12
+ Plugin=Plugin_CgProgramManager
13
+
14
+
Binary file
@@ -0,0 +1,8 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
3
+ <dependency>
4
+ <dependentAssembly>
5
+ <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
6
+ </dependentAssembly>
7
+ </dependency>
8
+ </assembly>
Binary file
Binary file
Binary file
@@ -0,0 +1,16 @@
1
+ Mesh=ogrehead.mesh
2
+ Mesh=geosphere4500.mesh
3
+ Mesh=razor.mesh
4
+ Mesh=knot.mesh
5
+ Mesh=RZR-002.mesh
6
+ Mesh=geosphere8000.mesh
7
+ Mesh=sphere.mesh
8
+
9
+ CubeMap=cubescene.jpg
10
+ CubeMap=early_morning.jpg
11
+ CubeMap=cubemap.jpg
12
+ CubeMap=morning.jpg
13
+ CubeMap=cloudy_noon.jpg
14
+ CubeMap=evening.jpg
15
+ CubeMap=stormy.jpg
16
+ CubeMap=stevecube.jpg
Binary file
Binary file
Binary file
@@ -0,0 +1,23 @@
1
+ # Resource locations to be added to the 'boostrap' path
2
+ # This also contains the minimum you need to use the Ogre example framework
3
+ [Bootstrap]
4
+ Zip=../../media/packs/OgreCore.zip
5
+
6
+ # Resource locations to be added to the default path
7
+ [General]
8
+ FileSystem=../../media
9
+ FileSystem=../../media/fonts
10
+ FileSystem=../../media/materials/programs
11
+ FileSystem=../../media/materials/scripts
12
+ FileSystem=../../media/materials/textures
13
+ FileSystem=../../media/models
14
+ FileSystem=../../media/overlays
15
+ FileSystem=../../media/particle
16
+ FileSystem=../../media/gui
17
+ FileSystem=../../media/DeferredShadingMedia
18
+ Zip=../../media/packs/cubemap.zip
19
+ Zip=../../media/packs/cubemapsJS.zip
20
+ Zip=../../media/packs/dragon.zip
21
+ Zip=../../media/packs/fresneldemo.zip
22
+ Zip=../../media/packs/ogretestmap.zip
23
+ Zip=../../media/packs/skybox.zip
Binary file
Binary file
@@ -0,0 +1,10 @@
1
+ def platform
2
+ return `ruby -e "puts PLATFORM"`.chomp if PLATFORM =~ /darwin/
3
+ return PLATFORM
4
+ end
5
+ # ShatteredOgre.dll will search all ENV["PATH"]s for OgreMain.dll.
6
+ if PLATFORM =~ /mswin/
7
+ ENV["PATH"] += ";" + File.expand_path(File.dirname(__FILE__)+"/"+PLATFORM)
8
+ end
9
+
10
+ require File.dirname(__FILE__)+"/#{platform}/ShatteredOgre"
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: shattered_ogre
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.3"
7
+ date: 2006-04-28 00:00:00 -05:00
8
+ summary: "Shattered Ogre: Ogre/Swig bindings for any language."
9
+ require_paths:
10
+ - lib
11
+ - lib/i386-mswin32
12
+ email:
13
+ homepage: http://www.hastilymade.com
14
+ rubyforge_project:
15
+ description: Shattered Ogre is not specific to any language, and is a set of C++ facades around Ogre3d's core. It is an integral part of Shattered View.
16
+ autorequire: shattered_ogre
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: true
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: i386-mswin32
27
+ signing_key:
28
+ cert_chain:
29
+ authors: []
30
+
31
+ files:
32
+ - lib/i386-mswin32/CEGUIBase.dll
33
+ - lib/i386-mswin32/CEGUIFalagardBase.dll
34
+ - lib/i386-mswin32/CEGUITaharezLook.dll
35
+ - lib/i386-mswin32/CEGUIWindowsLook.dll
36
+ - lib/i386-mswin32/cg.dll
37
+ - lib/i386-mswin32/devil.dll
38
+ - lib/i386-mswin32/ilu.dll
39
+ - lib/i386-mswin32/ILUT.dll
40
+ - lib/i386-mswin32/media.cfg
41
+ - lib/i386-mswin32/msvcm80.dll
42
+ - lib/i386-mswin32/msvcp80.dll
43
+ - lib/i386-mswin32/msvcr80.dll
44
+ - lib/i386-mswin32/OgreGUIRenderer.dll
45
+ - lib/i386-mswin32/OgreMain.dll
46
+ - lib/i386-mswin32/OgrePlatform.dll
47
+ - lib/i386-mswin32/Plugins.cfg
48
+ - lib/i386-mswin32/Plugin_BSPSceneManager.dll
49
+ - lib/i386-mswin32/Plugin_CgProgramManager.dll
50
+ - lib/i386-mswin32/Plugin_OctreeSceneManager.dll
51
+ - lib/i386-mswin32/Plugin_ParticleFX.dll
52
+ - lib/i386-mswin32/RenderSystem_Direct3D7.dll
53
+ - lib/i386-mswin32/RenderSystem_Direct3D9.dll
54
+ - lib/i386-mswin32/RenderSystem_GL.dll
55
+ - lib/i386-mswin32/resources.cfg
56
+ - lib/i386-mswin32/ShatteredOgre.dll
57
+ - lib/i386-mswin32/ShatteredOgre.dll.manifest
58
+ - lib/i386-mswin32/xerces-c_2_5_0.dll
59
+ - lib/i386-mswin32/zlib1.dll
60
+ - lib/shattered_ogre.rb
61
+ test_files: []
62
+
63
+ rdoc_options: []
64
+
65
+ extra_rdoc_files: []
66
+
67
+ executables: []
68
+
69
+ extensions: []
70
+
71
+ requirements:
72
+ - Ogre3d should be installed on the development system(except windows)
73
+ dependencies: []
74
+