|
#include <App/V8/DataModel/ForceField.hpp>
|
|
|
|
namespace RNR
|
|
{
|
|
void ForceField::ForceField()
|
|
{
|
|
//
|
|
}
|
|
|
|
void ForceField::~ForceField()
|
|
{
|
|
//
|
|
}
|
|
|
|
void ForceField::renderForceField(boost::shared_ptr<RNR::Instance>* descendant, RNR::Adorn* adorn, int cycle)
|
|
{
|
|
//
|
|
}
|
|
} |