MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / PhysicsMaterial

Method PhysicsMaterial

src/PhysicsMaterial.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "PhysicsSolver.hpp"
5
6RavEngine::PhysicsMaterial::PhysicsMaterial(double sf, double df, double r)
7{
8 mat = PhysicsSolver::phys->createMaterial(sf, df, r);
9}
10
11RavEngine::PhysicsMaterial::~PhysicsMaterial()
12{

Callers

nothing calls this directly

Calls 1

createMaterialMethod · 0.45

Tested by

no test coverage detected