On ti, 2010-09-21 at 15:41 -0400, Bill wrote:
> Where can we find information on programming objects in C# within
> realxtend. 

It is not actually objects, but full scenes / regions .. with the
Opensim region module system:
http://opensimulator.org/wiki/Getting_Started_with_Region_Modules

I don't remember if the for-one-object-only LSL like scripting works
with c# in opensim as well, 'cause have been usually using the more
powerful (can do anything to any object in the scene) region module
system (they are not scripts attached to objects but installed plugins
on the server). We (at Playsign) have been writing them using IronPython
now for quicker dev, but the API is the same opensim .net API .. a scene
object there is
http://docs.opensimulator.org/classOpenSim_1_1Region_1_1Framework_1_1Scenes_1_1SceneObjectGroup.html

~Toni

> On Tue, Sep 21, 2010 at 1:53 AM, Toni Alatalo <[email protected]>
> wrote:
>         On ma, 2010-09-20 at 14:24 -0400, Bill wrote:
>         > I'm just wondering what scripting language can we use. We
>         use drupal
>         > on the web and would love to be able to integrate
>         functionality into
>         > our web applications.
>         
>         
>         Are you still talking about for example a script that rotates
>         an object?
>         How would you like to integrate things like that to your web
>         applications?
>         
>         With opensim+modrex you can use LSL or Python (or c#). The LSL
>         example
>         Peter posted in the first message of this thread works to set
>         the
>         angular velocity of an object, to set a constant rotation
>         speed for it,
>         works. Same can be done from the Python rexscript. Just that
>         Naali fails
>         to implement that kind of rotation currently but we'll need to
>         fix it.
>         
>         To integrate web applications with VWs often the most
>         straightforward
>         thing is to use webviews (embedded browser in the viewer) to
>         show your
>         own web UIs to things. We'll probably test soon how it works
>         to add
>         custom javascript funcs to control in-world things from js
>         code in such
>         UIs running in Naali webview.
>         
>         ~Toni
>         
>         > On Mon, Sep 20, 2010 at 2:08 PM, MasterJ
>         <[email protected]> wrote:
>         >         ho about scripting can we use the old demo python
>         script we
>         >         have with
>         >         realxtend 0.42 on Naali 0.3.1?
>         >
>         >         MasterJ
>         >
>         >
>         >         On 17 sep, 19:29, Bill <[email protected]> wrote:
>         >         > Can you give us an example of creating a script
>         that will
>         >         rotate an object?
>         >         >
>         >         > Thanks
>         >         >
>         >         > On Wed, Sep 15, 2010 at 7:33 AM, Ali Kämäräinen <
>         >         >
>         >
>         >
>         >         > [email protected]> wrote:
>         >         > > Hi,
>         >         >
>         >         > > Naali doesn't currently support LSL basically at
>         at all
>         >         (there might be few
>         >         > > exceptions).
>         >         >
>         >         > > Grey skies,
>         >         > > Ali
>         >         >
>         >         > >  --
>         >         > >http://groups.google.com/group/realxtend
>         >         > >http://www.realxtend.org
>         >
>         >         --
>         >         http://groups.google.com/group/realxtend
>         >         http://www.realxtend.org
>         >
>         >
>         >
>         
>         > --
>         
>         > http://groups.google.com/group/realxtend
>         > http://www.realxtend.org
>         
>         
>         --
>         http://groups.google.com/group/realxtend
>         http://www.realxtend.org
> 
> 
> 
> -- 
> http://groups.google.com/group/realxtend
> http://www.realxtend.org


-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Reply via email to