chrrox
@chrrox
New Member
Joined: Feb 14, 2024
Topics: 31 / Replies: 39
Topic
14 years ago
Forum
Replies: 0
Views: 11
Reply
RE: Multidimensional Array

one other question say i have Main_vert_array =#() for a = 1 to meshcount do ( Temp_array = #() for i = 1 to vertcount do ( append Temp_array #([0,0,…

15 years ago
Forum
Reply
RE: Multidimensional Array

Thanks that was exactly what i wanted to do

15 years ago
Forum
Topic
Forum
Replies: 4
Views: 17
Reply
RE: selecting objects in a list

Thanks so much I would give you more reputation but it won’t allow me to.

15 years ago
Forum
Reply
RE: selecting objects in a list

the nodes are always created in this order so how would i go about if i see a node created that starts with _101 it will select that node and everythi…

15 years ago
Forum
Topic
Forum
Replies: 4
Views: 12
Reply
RE: Morph target + array question

I managed to figure it out something like vx = (ReadBEfloat f) + Vert_array1[k].x vy = (ReadBEfloat f) + Vert_array1[k].y vz = (ReadBEfloat f) + Vert_…

15 years ago
Forum
Topic
Forum
Replies: 1
Views: 6
Reply
RE: 16bit float

this is the code to convert it in c# UInt16 mantissa = (UInt16)(value & 0x3FF); (extracts the last 10 bits) Byte exponent = (Byte)((value >>…

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 2
Views: 9
Reply
RE: Signed short

Thank you that was perfect

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 3
Views: 16
Reply
RE: array limits?

Thanks that helped me a lot is there an easy way to get the variable of a folder so the user can select a folder and its stored as a variable? Also i…

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 3
Views: 14
Page 4 / 5