abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
DE
abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
sxs
Booster
seit ‎2025-05-22
‎2025-06-25

Benutzerstatistik

  • 36 Beiträge
  • 5 Lösungen
  • 14 Vergebene Kudos
  • 1 Erhaltene Kudos

Benutzeraktivitäten

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.elemIdx = elemIdx; pars.bodyIdx...
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_str; if (mat.umat.mater....
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 in MyPlugin is as follow...