Animation IN CAESAR II

Posted by: khatkole

Animation IN CAESAR II - 02/03/14 03:04 AM

Can anybody tell how to make animation file in CAESAR II output in static & dybamic.

How to save the animation & view it.
Posted by: Richard Ay

Re: Animation IN CAESAR II - 02/04/14 08:08 AM

From the menu in the Animation module:
- Select "File\Save As Animation"
Posted by: xxxcorkxxx

Re: Animation IN CAESAR II - 10/07/14 02:24 PM

When I try to play the animation in Firefox all I get is a screen with Play, Pause, Iso and Fit at the top but no animation.
Is there a plugin required?
Posted by: Richard Ay

Re: Animation IN CAESAR II - 10/08/14 06:32 AM

This sounds like a security setting. The plug-in should automatically download from the TechSoft 3D site.
Posted by: boodler

Re: Animation IN CAESAR II - 03/17/16 02:11 PM

I'm having the same issue. Could you direct me to a link to download the plug in? Or give me the name of the plug in? Its not obvious from the website. Thanks
Posted by: Alistair Baty

Re: Animation IN CAESAR II - 02/05/18 03:09 PM

The Caesar generated HTML is supposed to register the Addon from Teck Soft 3D, but does not always seem to do so.

I manually downloaded the Addon and created a bat file to install it.

  • Download the cab file (http://hoops3d.com/downloads/hoopsatlcontrol.cab)
  • Extract the Addon (Hoops3dStream.dll) to a folder
  • Create the BAT file (below) and save in the same folder
  • Run the BAT file as Administrator
  • Now open the CAESAR animation html in Internet Explorer


The dos command is essentially "regsvr32 Hoops3dStream.dll" (You can see this is the only uncommented "::" line below). The rest of the text is just information.

Running the bat file as Administrator, in the same directory that the Addon DLL is, just makes things easier as you do not need to define paths or permissions. Open NotePad and copy the text below. Save with .BAT extension.

BAT FILE CODE

::REGISTER HOOPS3D Active X in internet explorer

:: Run this BAT file as administrator
:: The Addon is installed to C:\Windows\Downloaded Program Files\
:: Now will appear in Internet Explorer Add-ons settings (if you want to deactivate or remove it)
:: CAESAR animations will run

:: Install Addon
regsvr32 Hoops3dStream.dll

:: Uninstall Addon
:: If you have to forcefully unregister the Addon, uncomment line below (and comment-out above)
::regsvr32 -u Hoops3dStream.dll