Osiris: So how to make a desync chams?

Created on 29 May 2020  路  3Comments  路  Source: danielkrupinski/Osiris

Most helpful comment

Imagine the desync inside your eye.

All 3 comments

Imagine the desync inside your eye.

as i wrote on #1039,

override your material for your fake chams
set the info.angles to your fake
call the original draw model execute
override your material for your real chams
set the info.angles to your real
call the original draw model execute

all of this should occur in 1 function call.

info is const so you will have to make a non-const copy so you can modify it but thats not hard to figure out.

as i wrote on #1039,

override your material for your fake chams
set the info.angles to your fake
call the original draw model execute
override your material for your real chams
set the info.angles to your real
call the original draw model execute
all of this should occur in 1 function call.

info is const so you will have to make a non-const copy so you can modify it but thats not hard to figure out.

thats not how things work after fake angle patch

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deprale picture deprale  路  3Comments

noteffex picture noteffex  路  4Comments

chovss picture chovss  路  4Comments

DivyanshuYT picture DivyanshuYT  路  3Comments

bruhmoment21 picture bruhmoment21  路  3Comments