Previous Blog Next Blog
Prev/Next Blog
by date

Shaper 1.03

Shaper 1.03
Name:Alexander Luddy 
Date Posted:Jan 01, 2007
Rating:4.5 out of 5
Public:YES
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Alexander Luddy

Blog post
I recently released version 1.03 of the 3D modelling, texturing and animation package I have been developing entitled Shaper. It is available here.

More information on Shaper can be found here.

I am always very interested to hear any feedback anyone has.

Here is what has changed since the last version.

New Features
- Torque detail levels are supported
- user is given option to import to a new scene or the existing scene

Bugs
- fixed occasional numerical inaccuracy when exporting DirectX files
- fixed Torque files exported from Tool Panel not having file extension applied
- fixed Torque animation import not working
- various other fixes

Feature Changes
- hidden groups are indicated on the groups list
- lighter weight widgets are used instead of table widgets
- engine pack API is vastly improved
- various other optimizations

The big change is the addition of Torque LOD support.



When I started doing this change it quickly became clear that I was going to have to bite the bullet and rewrite the Shaper Engine Pack API. There was no concept of a "property" which is effectively what Torque LOD is to Shaper. This meant that adding Torque LOD would be extremely fiddly. Setting and updating the LOD value would have to be done manually by the engine pack. Saving and loading the LOD value would also have to be done manually.

Fast forward one month.

Now the Shaper Engine Pack API knows all about properties. Adding Torque LOD involves simply telling Shaper about the additional LOD property on all meshes. Shaper does all the fiddly stuff.

This change meant a lot of existing code could be culled which was very nice.

I have been contemplating adding a "View in Game" tool to the Torque Engine Pack. This tool would export the existing model to Torque and then automatically start Torque to show the scene in game. This would make it very easy to see how changes within Shaper are reflected on the game - "1 Click Export". I would be interested to hear if people think this would be useful.

Thanks

Recent Blog Posts
List:07/16/08 - Shaper Mac
11/26/07 - Shaper
06/23/07 - Shaper 1.05
01/01/07 - Shaper 1.03
11/01/06 - Shaper 1.01
09/28/06 - Shaper 1.00
08/18/06 - Shaper 0.99 Released (Available for Purchase)
06/20/06 - Shaper Version 0.97

Submit ResourceSubmit your own resources!

Stephan (viKKing) Bondier   (Jan 01, 2007 at 09:33 GMT)
I would really be interested in seeing such tools developped for Mac too. We are really missing them.
Why arent windows developper never considering developping tools for a platform that is lacking ones...
... and why aren't Mac developpers making tools for their own platform? 8-/

It seems a nice tool. I'll give it a try with CrossOver.

STef

J Sears   (Jan 02, 2007 at 16:36 GMT)
the truth is steph a lot of people resent macs.

This tool looks really nice, I have been working on leanring 3d modelling I might have to try this one out since it's export ready for torque nice work

Brian \\\"Cybore\\\" Smith   (Jan 02, 2007 at 16:41 GMT)
I will definately be getting this. Kudos to Mr Luddy! I also think that the "View in Game" tool you are speaking of would be very handy.

Alexander Luddy   (Jan 03, 2007 at 07:08 GMT)
I can assure that a Mac version will be coming eventually. Shaper uses Qt which is a cross platform GUI toolkit. So it is simply a matter of compiling for Mac. At least that is the theory.

You must be a member and be logged in to either append comments or rate this resource.