Re: Beginner 3d model format
Just export as raw triangles in a text file then. Just read the file
in as text (or binary) and load into an array. This should be the
fastest and easiest way to get the model showing up.
.
Relevant Pages
- Re: max size of array
... > machine or in VBA or something else? ... why load the records into an array? ... Prev by Date: ... (microsoft.public.access.modulesdaovba) - Method or property?
... I have a dictionary that I would like to load with data and then have as ... "The member returns an array. ... so that the user cannot change internal state." ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) - Filling an array from a table
... the records of a one field table into an array. ... know how to load the array from the table. ... Table - Holidays ... Prev by Date: ... (microsoft.public.access.modulesdaovba) - Re: bytes to io.stream
... >I have an array of bytes that contains a bitmap file. ... >array into IO.Stream and load the image using ... Prev by Date: ... (microsoft.public.dotnet.languages.vb) - Re: fast stable sort
... For fastest load, at expense of slower sort, you ask the operating ... and you memory-map the file directly into that array. ... memory of your big array. ... possible to assure locality of reference and thus avoid thrashing ... (comp.programming) |
|