Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
How to create the menu from several buttons. Each button has the name and by pressing it there is an object. This object can be moved. Pressing thus buttons, I create object and moving their system a figure. Finally I want to make the program - the designer. Which would allow to build online models of type such http://ycatuk.ru/components/com_virtuem … d875ca.gif
I from Russia, excuse for my English
Offline
hi slavavs,
i'm not sure of the question, but if you ask about interfaces, you can use flash content to make a menu and bind actions to plugITs.
however, try to detail your question
Offline
You can advise lessons to make flash content? It is not enough information under the given program on the Internet.
I can't well explain in details. It is just necessary to create the designer that users on a site could create models from my elements and send me a photo.
Last edited by slavavs (10-Apr-2011 08:17:10)
Offline
Hi, i'll try to understand what you want :
- At first, visitors can see an empty scene with a list of object (at a side of the screen : top, left, bottom or right)
- The visitor can add objects of the list in the scene
- The visitor can move the objects to create some compositions
- The visitor can take a screenshot of (or save) the project and send it to you
Am I right ?
Greg
Offline
Hum, many way to do this.
You cant add a Flash interface, or add a fix camera and rebuild a 3D interface. The first might be more simple
But if you want add action on added objects (move, scale, rotate), this could be harder, because you need 3D helpers for the transformations (like in edit mod).
To communicate with the Flash interface, I past what Arkeon said to me :
In Flash :
ExternalInterface.addCallback("myParam", myFunction);
function myFunction(param:String)
{
dosomething with param;
}
("myParam" is the name of the variable passing to flash from OS3D, and "param" is the value)
In the other way :
ExternalInterface.call("myParamToOS3D", param);
In OS3D :
plugIT globalVar > FlashInterface (connect with "Object")
But you need to know about ActionScript 3
Good luck
Greg
Offline
Hi, and welcome
Another idea, just another idea without Flash ...
A "3d menu" = some objects to launch any action (add, move, ...) by a click in the 3d scen
Ok, you should "make" these actions but, i said this, it's just another idea
Offline
No example sorry.
To do this, juste make it inside your 3D soft (design as you want with meshes). In OS3D, add interactions on 3D items with plugIT.
But the flash interface should be more simply
Greg
Offline
it depend of witch program you prefer.
openspace import Ogre mesh and scene format :
here a list of available export : http://www.ogre3d.org/tikiwiki/OGRE+Exporters
Offline
some exports only generate mesh.xml so you need to convert them to .mesh
you need the ogre MeshTool for Ogre 1.8 available here : http://www.openspace3d.com/lang/en/support/
lookat the sketchup exporter code i think that you can set the ogre mesh converter path for automatic conversions
Offline
Hi,
You can visit this page : http://osflash.org/open_source_flash_projects
If you need to have a tutorial : http://osflash.org/tutorials
Others projects :
* DrawSWF
* JGenerator (maybe down ?)
* SWFtools
Good luck
Offline