Skip to content

Commit

Permalink
Merge pull request #183 from jianglong0156/3dconversion
Browse files Browse the repository at this point in the history
add auto conversion TerrainData
  • Loading branch information
pandamicro committed Jul 30, 2015
2 parents 5a70cac + 3390bd1 commit 3edab5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/spidermonkey/conversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ conversions:
"Ray": "ok &= jsval_to_ray(cx, ${in_value}, &${out_value})"
"NavMeshAgentParam": "ok &= jsval_to_NavMeshAgentParam(cx, ${in_value}, &${out_value})"
"Physics3DRigidBodyDes*": "cocos2d::Physics3DRigidBodyDes tempObj;${out_value}=&tempObj;ok &= jsval_to_physics3DRigidBodyDes(cx, ${in_value}, ${out_value})"
"TerrainData": "ok &= jsval_to_TerrainData(cx, ${in_value}, &${out_value})"
object: |
do {
${($level + 1) * ' '}if (${in_value}.isNull()) { ${out_value} = nullptr; break; }
Expand Down

0 comments on commit 3edab5b

Please sign in to comment.