cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
sxs
Booster
since ‎2025-05-21
‎2025-06-25

User Statistics

  • 36 Posts
  • 5 Solutions
  • 14 Likes given
  • 1 Likes received

User activity

Hi,everyone: In ArchiCad:In my Render System: It is obvious that the size of the texture is inconsistent(Ignore color).I'm pretty sure the exported texture file is fine, so I think it's a UV issue. //texture API_TexCoordPars pars = { 0 }; pars.elemId...
Hi,everyone: I need these pictures, how to copy them from Embedded Library?
Hi,everyone: API_Component3D mat = {}; mat.header.typeID = API_UmatID; mat.header.index = iumat;//iumat is input // auto err = ACAPI_ModelAccess_GetComponent(&mat); if(err != NoError) return; // std::string texture_path; // { // GS::UniString texture...
Hi,everyone: GSErrCode err = ACAPI_Sight_SelectSight (nullptr, &origSight); if (err != NoError) { ErrorBeep ("Cannot switch to the 3D sight", err); return err; } I try this to switch to the 3d window, but it does not work.
Hi everyone: *MyPlugin |--------------A.dll(third party dll) |--------------B.dll(third party dll) *MyPlugin_Entrance-----real add-on,including CheckEnvironment\RegisterInterface\Initialize\FreeData 1,Above is my project structure. 2,Part of the code...