Jump to content

Search the Community

Showing results for tags 'tomesh'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Working on the new multi-user challenge using Endel's template and thank you to Endel for helping me use it. To start with I built a single user project locally using Javascript and everything works well. On transferring the code to main.ts in client folder in the template I get the following error for line 94, other lines OK main.ts:94:15 Supplied parameters do not match any signature of call target. code is 92 var subCSG = baseCSG.subtract(drillsCSG); 93 94 holder[i] = subCSG.toMesh("holder" + i, new BABYLON.StandardMaterial("mat", scene), scene); so line 94 works OK in Javascript but not in Typescript - any idea why?
×
×
  • Create New...