Has anybody come across a list of which devices support mascot capsule 3?
I know of 5 or 6, but there must be more out there.
The mascot site is next to useless, and none of the manufacturs seem to be divulging a whole lot of info either
Has anybody come across a list of which devices support mascot capsule 3?
I know of 5 or 6, but there must be more out there.
The mascot site is next to useless, and none of the manufacturs seem to be divulging a whole lot of info either
Correct me if Iām wrong, but canāt you simply link your program against the Micro3D engine and distribute your game and engine together? Having phone support is definitely nice as you can have a larger game with a smaller download, but I donāt see that it is required.
BTW, for those who have no idea what āMascot Capsuleā is, here is their web address:
erm, distribute a native library? O_o
on mobiles? are you out your mind :-X
[quote]erm, distribute a native library? O_o
on mobiles? are you out your mind :-X
[/quote]
Maybe. But their site claims that they have a 100% Java version of the renderer. i.e. A Type4: Java Class library. You may be thinking of the Type 1: Native engine (for Java) driver. More info is here: http://www2.mascotcapsule.com/Implementations.asp
Indeed I am refering to the type 1 lib.
The type 4 lib would be useless for anything but prototyping on an emulator.
[quote]Indeed I am refering to the type 1 lib.
The type 4 lib would be useless for anything but prototyping on an emulator.
[/quote]
Have you actually tried the Type IV driver, or are you just assuming? From what Iāve read, the code is all super-tight shift and boolean logic operations, same as the C driver. Since these are about the fastest operations in any language, you may find that the Type IV driver has acceptable performance. The only thing faster would be dedicated 3D hardware (which I donāt think any of these phones have).
Speed differential between C & Java on mobile devices is still in the order of 10times slower.
I canāt see how the engine sitting upon midp2 could be even a fraction of the speed needed =|
The native implementation provided in the high end sony ericssons only gives at best 20fps when rendering a fairly busy scene.
Still, I wouldnāt mind trying out this full Java implementation =D
Any idea where it can be obtained from?
I think you have to subscribe to one of their DevNET plans to get access. Silver Level is āFree for a Limited Timeā, but I donāt know if it gives you access to the downloads. Linky:
http://www2.mascotcapsule.com/DeveloperNet/MC_DevNet_F_Login.asp
I know that my Motorola V620 phone is Mascot Capsule compliant like mentioned on Official Motorola V620 Developer Guide.
But there is someone able to use Mascot Capsule???
I downloaded all packages from Mascot Capsule site.
But what I must do to import my 3D Model creted with 3D StudioMAX on my phone using Mascot Capsule???
Is there someone able to do that???
If yes I pray that people to help me
With Regards
Davide Perini
no one answer to my question ?
The Micro3D api, while compatible with mascot has to be built against a different class package.
I believe you can get the class stubs from the motorola developers suite.
Incidentally, the V620 only has Micro3D version 2.
its not a very good api if u ask me.
[quote]its not a very good api if u ask me.
[/quote]
Its damn fast though.
Until devices capable of running M3G @ useful speeds are released, Mascot is the only alternative.
[quote]I think you have to subscribe to one of their DevNET plans to get access. Silver Level is āFree for a Limited Timeā, but I donāt know if it gives you access to the downloads. Linky:
http://www2.mascotcapsule.com/DeveloperNet/MC_DevNet_F_Login.asp
[/quote]
Are there any OpenSource Demos to test ? is there any emulator also ?
The latest sony ericsson K500 & K700 emulators support the mascot 3 API. (and are 1 of the best implementations on actual devices too :o)
Hi all,
Using the Motorola SDK for J2ME v4.3 you will find the Motorola 3D API. This API may be integrated with mascot capsule. Also you can contact the tech supported and ask them for a Motorola 3D sample.
You can take a look on JSR 184 - Mobile 3D Graphics too. But the JSR 184 is not supported for Motorola V620.
cheers,
Alcides Flach