Home
last modified time | relevance | path

Searched refs:out_stream2 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/animorph/animorph-0.3/src/
H A DOgreXMLExporter.cpp166 std::ostringstream out_stream,out_stream2; in InsertASubmeshNode() local
171 out_stream2 << (vx_counter_max + 1); in InsertASubmeshNode()
172 xNode_geometry.addAttribute("vertexcount",out_stream2.str().c_str()); in InsertASubmeshNode()