Code Monkey home page Code Monkey logo

Comments (5)

sbobovyc avatar sbobovyc commented on August 17, 2024

Can you upload the RenderDoc files somewhere?

from gametools.

tetTris11 avatar tetTris11 commented on August 17, 2024

Righteo.
Here's a Dropbox for 2 RenderDoc files. One for 0.x and one for 1.x versions of RD (0.x seems to export more compatible .csv files (To be exact the first .rdc was created in 0.92 and the "_new" one created with 1.1)) since 0.x aren't compatible with 1.x nor 1.x being compatible with 0.x versions of RD.

from gametools.

sbobovyc avatar sbobovyc commented on August 17, 2024

In the "_new", can you tell me the EID of the object?

from gametools.

tetTris11 avatar tetTris11 commented on August 17, 2024

The object from the first post is EID 5186, found under Color Pass #7 though this issue seems to happen with everything object I try.

from gametools.

sbobovyc avatar sbobovyc commented on August 17, 2024

Looked at your CSV files again. Looks like you exported "VS Output" instead of "VS Input". Also, look at "Pipeline State" tab and note the "Primitive Topology".

python3 raw2obj.py --input-type=csv --type=positions --mode=TRIANGLE_STRIP /c/Users/sbobovyc/Desktop/5186.csv > ~/Desktop/out.obj

python3 raw2obj.py --input-type=csv --type=indices --mode=TRIANGLE_STRIP /c/Users/sbobovyc/Desktop/5186.csv > ~/Desktop/out.obj

python3 raw2obj.py --input-type=csv --type=texcoords --mode=TRIANGLE_STRIP /c/Users/sbobovyc/Desktop/5186.csv > ~/Desktop/out.obj

from gametools.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.