Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by NarallandaKaratoga · Aug 05, 2018 at 04:32 AM · scripting problemrenderinggraphicsopengl

What's the Unity equivalent of glDrawArrays(GL_POINTS, ...) and glDrawArrays(GL_LINES, ...) ?

I can't find anything either allows me to specify which type of primitives to draw, or allows me to specify a "point collection" instead of a mesh which is a "triangle collection" ....

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Shreka · Aug 05, 2018 at 04:44 AM

are u tring to build a mesh with a c# code or import a mesh from a unsuported file type.

Comment
Add comment · Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image NarallandaKaratoga · Aug 05, 2018 at 04:57 AM 0
Share

I'm trying to draw just (millions of) points as fast as possible. data of location of points are retrieved from a C++ library using pointers. Unity is not capable of drawing too many 2D rectangle meshes (even not capable of assigning objects' Transforms) per frame.

avatar image Shreka NarallandaKaratoga · Aug 05, 2018 at 05:02 AM 0
Share

could u provide a example image.

Anyways it sucks to bring gl scripts to unity.

Like my md5mesh importer["https://answers.unity.com/questions/1538306/md5mesh-uvs-and-vertices-bugging.html?childToView=1538446#answer-1538446"] which was extracted from gl codes.

avatar image Shreka NarallandaKaratoga · Aug 05, 2018 at 05:09 AM 0
Share
     mesh.SetIndices (new int[] {0,2},$$anonymous$$eshTopology.Lines);
     mesh.SetIndices (new int[] {0,2},$$anonymous$$eshTopology.Points);
avatar image NarallandaKaratoga Shreka · Aug 05, 2018 at 05:48 AM 0
Share

Oh the $$anonymous$$eshTopology is something I've missed. I'll try this later. This is the main logic I copied from my code:

         unsafe
         {
             PIVector2* p = (PIVector2*)Environment.GetParticles().ToPointer();
             int cc = 0;
             foreach(var obj in pool.busyObjects)
             {
                 obj.transform.position = p[cc].vector;
                 cc++;
             };
         }

where function GetParticles is dynamically loaded by LoadLibrary and GetProcAddress, and GameObjects from pool.busyObjects are pooled objects with only one SpriteRenderer for each of them.

Show more comments

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

174 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to recover Auto Graphics API for Android back to default? 0 Answers

Texturing help 0 Answers

Multiple cameras, depths, and image effects! 2 Answers

Render a camera multiple times in a single frame? 1 Answer

Using stencil buffer with OnRenderImage()/Blit 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges