Fresh checkout of trunk, Axiom_2008.sln
Project Axiom -> Properties -> Build Events
"$(ProjectDir?)..\..\build\version_scm.bat" "$(ProjectDir?).\..\.." "$(ProjectDir?)..\GlobalAssemblyInfo?.cs.in"
In the MousePicking? demo the Bounding box seems to HitTest? in the correct location yet it flickers or doesn't Redraw at all.
Changing the HitTest? to a BoundingBox? from a Sphere seems to have helped allot so I had to change the
Fixes Grass demo grass animation. Commented out math in there will be modified later to add varied speed and offset per grass Entity.
- Removed old Xna demo projects
- Update version number in AssemblyInfo? of Demos.
Ticket #21
- Added ResourceManager?.AddCommonResourceFile? and ResourceManager?.AddResourceFile?
This allows manually adding files to pre-existing Archives e.g. downloaded content at runtime
Ticket #21
Add methods to ResourceManager to facilitate adding files to the system after initialization.
Discussed in this forum thread http://axiomengine.sourceforge.net/forums/viewtopic.php?f=1&t=598
- Reworked Xbox demos
Each demo get's it's own project
Each demo references a common content project
Each demo get's it's own content project
This will allow for staged implementation of each demo for the Xbox
demos compile but will not run yet.
- Removed ContentPipeline? generated files