- simple:A device-wide template. The simplest template for processors that do something with the whole device, like jumping around or saying something in chat. The processor will not differ between prims of the device.
- extended: Extends the simple processor template by device targets. This allows add the high-level targets to the sent command. You can than give 20 devices the same alias but name the device or devices you want cntrol inside the command. Would you use the simple template, all 20 devices would jump around, with this template you can tell 4 devices to start jumping and other 16 wil ignore the command. The template still not knows about prims of the device.
- prims: This template starts to differ the device prims. Here you can group the prims by preparing their description, as explained before, but this template ignores the face aliases. The template is optimal for operations that work with prims only, like controlling particle effects on the prims or the light emission.
- faces: This template extends the prims template by handling the prim faces. Processors that want change also prim faces must use this template.
Also all tutorials wil be extended by notes to reflect the changes to the SDK.
Keine Kommentare:
Kommentar veröffentlichen