CityEngine is a 3D city modeling software for urban design, visual effects, and VR/AR production. With its C++ SDK you can create plugins and standalone apps capable to execute CityEngine CGA procedural modeling rules.
Hi ,
I have compiled a prt_stlenc dll without changing the example codes. When I run cityengine2014,I can't find STL format in "Export models" window. To solve this problem, So I add prt::log in codes, and compile. This time ,I Get an error in log window which said "file extension must begin with a '.' " in the sentence "encodeInfoBuilder.setExtension(STL_EXT);" . But STL_EXT is defined as wstring ".stl" indeed . I'm comfused with this error cue. What's the problem in my code?
Hi , I have compiled a prt_stlenc dll without changing the example codes. When I run cityengine2014,I can't find STL format in "Export models" window. To solve this problem, So I add prt::log in codes, and compile. This time ,I Get an error in log window which said "file extension must begin with a '.' " in the sentence "encodeInfoBuilder.setExtension(STL_EXT);" . But STL_EXT is defined as wstring ".stl" indeed . I'm comfused with this error cue. What's the problem in my code?