Implement native object models (#68)
This commit is contained in:
@@ -23352,12 +23352,6 @@ pub(crate) fn new_avatar() -> Result<crate::Avatar, crate::Error> {
|
||||
visual_parameters: Vec::new(),
|
||||
})
|
||||
}
|
||||
pub(crate) fn new_texture_entry_face() -> Result<
|
||||
crate::PrimitiveTextureEntryFace,
|
||||
crate::Error,
|
||||
> {
|
||||
Ok(crate::PrimitiveTextureEntryFace)
|
||||
}
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user