Summary

BISHAMON is a 3D particle effect tool for creating and editing design data that emerged from actual game development.  

It enables CG designers alone to create and preview unique 3D effects through an iterative process.

 

BISHAMON 3D effects are expressed by utilizing tree-like structures composed of multiple, interwoven nodes.  Game development with BISHAMON is made easy by incorporating programs with these 3D effect tree structures, generating the necessary number of effects as designed, and replaying them.

 

An SDK is necessary for each device type (game development API libraries and converter for special data types) to incorporate the effects into game development.

 

Templates and tree structures are utilized in order to design and express 3D effects.  The part of the tree structure that composes branches and leaves are called “nodes”.  The different node types are as follows.

 

Quad Emitter Emit particles for elements comprising an effect and flexibly edit four-sided polygons

Apply textures to emitted Quad groups and utilize in a wide variety of animations.

Particle Emitter Emit particles lighter than four-sided polygons for elements comprising an effect.

Unlike the Quad Emitter, editing is limited to the individual particle level.

Stripe Emitter Emit particles for stripes in continuous bands of polygons for elements comprising an effect.

Continuously emit top particle pairs to form stripe widths
to create graphics from continuous polygons based on the top particle pairs.

Apply textures to the stripes emitted and
utilize them in a variety of animations.

Model Emitter Emit models based on imported 3D model data for elements comprising an effect.

Apply a variety of animations to emitted models.

※Limitations on using model data
・Support for Collada files only
・Can apply only 1 texture to model
・Can use only 1 skin model
・Can use vertex color settings
・Cannot create model animations
・Cannot set UV scroll settings(standard BISHAMON settings apply to scrolling)
・Material color, defuse color, specular color, specular power, and self-luminous color are reflected in Material.

Mass Particle Emitter Emit particles in large amounts for elements comprising an effect。

Mass particles can be emitted in large amounts but their behavior is limited.
Field cannot be set, but Goal can be set from the Inspector.
・A hierarchical structure can be created by making a parent particle with the Null Emitter, but other emitters cannot and such functionality is not reflected in Generate Inspector.

Simple Particle Emitter Emit particles for high-speed graphics with respect to handling particles that are platform-specific for elements comprising an effect.

Cannot use for some platforms.
For details please see the Platform-specific Functions Chart.

Null Emitter Emit particles at the branches of the tree structure for elements comprising an effect.

Connect a child node with multiple nodes as child nodes.

Connect Null Emitter child nodes with other child nodes.
For example, set the Null Emitter to generate 3 child nodes, the Null Emitter will emit 3 particles for every child node during playback.

Individual particles are not handled like nodes.
For example, if a Null Emitter child node has 2 types of of its own child nodes and
the Null Emitter is set to generate 3 particles
only 1 particle will be emitted for the child node connected to the Null Emitter child node.

Effect
Root
A special null emitter that emits only one null particle for an effect root to render a single 3D effect.
Visual appearance cannot be set at the Effect Root.
Reference
Object
Use already existing bmsln files. Root node reference information is not retained and existing bmsln files which originally contained reference nodes will lose the ability to refer to these reference nodes.

Combining the above nodes and setting a variety of parameters creates unique tree structures enabling one to design unique 3D effects.


Menu