KhronosGroup / KhronosGroup/OpenCOLLADA

Writing COLLADAFramework Object(s) to File

Open
#503 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
678
Forks
260
PR merge metrics
No merged PRs in 30d

Description

I have been working on manually gluing an in-memory COLLADAFramework representation of a COLLADA file together with the COLLADAStreamWriter system to generate a complete DAE file from a COLLADAFramework representation. Since there's an existing system (more or less) to turn a DAE file into a COLLADAFramework representation using COLLADASaxFramework, am I missing some existing implementation, in this repo or elsewhere, that will save me implementing writing Nodes, writing Scenes, writing InstanceGeometries, writing Meshes..., and so on from a COLLADAFramework representation?
Thanks in advance.

(Highlighting @elfprince13 so he sees the answer as well.)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by searching the repository and related projects for COLLADAStreamWriter and COLLADASaxFramework implementations. Determine whether an existing serializer accepts a COLLADAFramework representation; if not, document the scope needed for writing Nodes, Scenes, InstanceGeometries, Meshes, and the other mentioned objects, along with a clear completion boundary.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.