Balloon3D Support

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Balloon3D Support

Joseph D. Kulisics
Hi,

I have been trying to get Balloon3D working on a linux installation of Squeak. I'm using the 4.10.2-2614 VM from the UNIX Squeak site. I am also using the Squeak4.4-12327 updated to 4.4-12333 image. After I install the Balloon3D-1.1.3.mcm package through Monticello from http://www.squeaksource.com/Balloon3D, the package appears to load correctly, but none of the Balloon3D morphs work. The all fail to launch because the B3DScanner class does not exist. I've searched the web for a day, and I can't find any information about the state of the Balloon3D package. Is it still supported? If it's supported, where is the B3DScanner class? Is there another source for the package? Thanks,

  Joseph Kulisics

_____________________________________________________

In this world, shipmates, sin that pays its way can travel freely, and without a passport; whereas Virtue, if a pauper, is stopped at all frontiers.

        Moby Dick, Herman Melville


HOME PAGE URL:  http://www.overthetransom.net/kulisics/
Joseph D. Kulisics
Јосиф Кулишић
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Balloon3D Support

David T. Lewis
On Fri, Mar 15, 2013 at 07:26:45PM -0700, Joseph D. Kulisics wrote:
> Hi,
>
> I have been trying to get Balloon3D working on a linux installation of Squeak. I'm using the 4.10.2-2614 VM from the UNIX Squeak site. I am also using the Squeak4.4-12327 updated to 4.4-12333 image. After I install the Balloon3D-1.1.3.mcm package through Monticello from http://www.squeaksource.com/Balloon3D, the package appears to load correctly, but none of the Balloon3D morphs work. The all fail to launch because the B3DScanner class does not exist. I've searched the web for a day, and I can't find any information about the state of the Balloon3D package. Is it still supported? If it's supported, where is the B3DScanner class? Is there another source for the package? Thanks,
>
>   Joseph Kulisics

Hi Joseph,

I think that B3DScanner is in package Balloon3D-Plugins, and that does not
seem to be listed in the Balloon3D-1.1.3.mcm configuration. Try loading
Balloon3D-Plugins also, and see if that helps. I expect that you will get
some warning messages when you do this, because Balloon3D-Plugins depends
on the VMMaker packages, but you can ignore these warnings for now.

I suggest that you ask questions about this on the main squeak-dev mailing
list. Unfortunately the author of Balloon3D is recently deceased, but many
people on the squeak-dev list are familiar with (and greatly admire) his
work, so I'm sure you will be able to get help there.

Dave

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Balloon3D Support

Bert Freudenberg

On 2013-03-18, at 02:26, "David T. Lewis" <[hidden email]> wrote:

On Fri, Mar 15, 2013 at 07:26:45PM -0700, Joseph D. Kulisics wrote:
Hi,

I have been trying to get Balloon3D working on a linux installation of Squeak. I'm using the 4.10.2-2614 VM from the UNIX Squeak site. I am also using the Squeak4.4-12327 updated to 4.4-12333 image. After I install the Balloon3D-1.1.3.mcm package through Monticello from http://www.squeaksource.com/Balloon3D, the package appears to load correctly, but none of the Balloon3D morphs work. The all fail to launch because the B3DScanner class does not exist. I've searched the web for a day, and I can't find any information about the state of the Balloon3D package. Is it still supported? If it's supported, where is the B3DScanner class? Is there another source for the package? Thanks,

 Joseph Kulisics

Hi Joseph,

I think that B3DScanner is in package Balloon3D-Plugins, and that does not
seem to be listed in the Balloon3D-1.1.3.mcm configuration. 

The B3DScanner class is only used when trying to simulate the B3D plugin. That's why it is only in the plugin source package. You want to use the compiled plugin, not the source version of it, which would be much too slow.

You need at least the Squeak3D plugin, and optionally the B3DAcceleratorPlugin.

The B3D morphs are not written to anticipate a missing Squeak3D plugin, which is supposed to ship with all Squeak VMs. 

If the plugin is available it does work, I just tried:


However, most people use OpenGL for 3D in Squeak nowadays, see


- Bert -


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners